-
-
Notifications
You must be signed in to change notification settings - Fork 61
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Move pages, add realms, but didnt work
- Loading branch information
Showing
195 changed files
with
951 additions
and
585 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
316 changes: 189 additions & 127 deletions
316
source/iNKORE.UI.WPF.Modern.Gallery/DataModel/ControlInfoDataItem.cs
Large diffs are not rendered by default.
Oops, something went wrong.
59 changes: 59 additions & 0 deletions
59
source/iNKORE.UI.WPF.Modern.Gallery/DataModel/Data/Controls.Community.json
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,59 @@ | ||
{ | ||
// Everything from CommunityToolkit | ||
"$schema": "../ControlInfoData.schema.json", | ||
|
||
"Groups": | ||
[ | ||
{ | ||
"UniqueId": "Input", | ||
"Title": "Input", | ||
"Subtitle": "", | ||
"ImagePath": "", | ||
"ImageIconPath": "", | ||
"Description": "", | ||
"Items": | ||
[ | ||
] | ||
}, | ||
{ | ||
"UniqueId": "Layout", | ||
"Title": "Layout", | ||
"Subtitle": "", | ||
"ImagePath": "", | ||
"ImageIconPath": "", | ||
"Description": "Use layout controls to arrange the controls and content in your app." | ||
}, | ||
{ | ||
"UniqueId": "Media", | ||
"Title": "Media", | ||
"Subtitle": "", | ||
"ImagePath": "", | ||
"ImageIconPath": "", | ||
"Description": "" | ||
}, | ||
{ | ||
"UniqueId": "Sizers", | ||
"Title": "Sizers", | ||
"Subtitle": "", | ||
"ImagePath": "", | ||
"ImageIconPath": "", | ||
"Description": "" | ||
}, | ||
{ | ||
"UniqueId": "StatusAndInfo", | ||
"Title": "Status and Info", | ||
"Subtitle": "", | ||
"ImagePath": "", | ||
"ImageIconPath": "", | ||
"Description": "" | ||
}, | ||
{ | ||
"UniqueId": "Text", | ||
"Title": "Text", | ||
"Subtitle": "", | ||
"ImagePath": "", | ||
"ImageIconPath": "", | ||
"Description": "" | ||
} | ||
] | ||
} |
7 changes: 7 additions & 0 deletions
7
source/iNKORE.UI.WPF.Modern.Gallery/DataModel/Data/Controls.Extended.json
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,7 @@ | ||
{ | ||
"$schema": "../ControlInfoData.schema.json", | ||
"Groups": | ||
[ | ||
|
||
] | ||
} |
Oops, something went wrong.