Skip to content

Commit b99bbc4

Browse files
committed
Update AppData.json
1 parent f2a8a3c commit b99bbc4

File tree

1 file changed

+0
-7
lines changed

1 file changed

+0
-7
lines changed

dev/DevWinUI.Gallery/Assets/NavViewMenu/AppData.json

Lines changed: 0 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -36,14 +36,12 @@
3636
{
3737
"UniqueId": "DevWinUIGallery.Views.SunTimesHelperPage",
3838
"Title": "SunTimes Helper",
39-
"IsNew": true,
4039
"Subtitle": "A helper class for calculating sunrise and sunset",
4140
"ImagePath": "ms-appx:///Assets/Fluent/Sunny.png"
4241
},
4342
{
4443
"UniqueId": "DevWinUIGallery.Views.SystemTrayIconPage",
4544
"Title": "SystemTrayIcon",
46-
"IsNew": true,
4745
"Subtitle": "SystemTrayIcon is a class that manages an application’s icon in the Windows system tray. It allows showing an icon, setting a tooltip, handling click events, and displaying a context menu directly from the tray area.",
4846
"ImagePath": "ms-appx:///Assets/Fluent/MenuFlyout.png"
4947
},
@@ -238,28 +236,24 @@
238236
"UniqueId": "DevWinUIGallery.Views.LoopingListPage",
239237
"Title": "Looping List",
240238
"Subtitle": "An infinitely scrolling selector displayed in a flyout.",
241-
"IsNew": true,
242239
"ImagePath": "ms-appx:///Assets/Fluent/TimePicker.png"
243240
},
244241
{
245242
"UniqueId": "DevWinUIGallery.Views.LoopingSelectorPage",
246243
"Title": "Looping Selector",
247244
"Subtitle": "An infinitely scrolling selection control.",
248-
"IsNew": true,
249245
"ImagePath": "ms-appx:///Assets/Fluent/ListBox.png"
250246
},
251247
{
252248
"UniqueId": "DevWinUIGallery.Views.SegmentedSliderPage",
253249
"Title": "Segmented Slider",
254250
"Subtitle": "Slider control that divides its track into multiple visual segments. Each segment can represent a specific range, time span, or category, with individual fill states and labels.",
255-
"IsNew": true,
256251
"ImagePath": "ms-appx:///Assets/Fluent/Slider.png"
257252
},
258253
{
259254
"UniqueId": "DevWinUIGallery.Views.TimelinePage",
260255
"Title": "Timeline",
261256
"Subtitle": "A visual control to display a day’s time range with key points like StartTime, EndTime, Sunrise, and Sunset.",
262-
"IsNew": true,
263257
"ImagePath": "ms-appx:///Assets/Fluent/Line.png"
264258
},
265259
{
@@ -886,7 +880,6 @@
886880
"UniqueId": "DevWinUIGallery.Views.SpeedGraphPage",
887881
"Title": "Speed Graph",
888882
"Subtitle": "A dynamic, animated graph control inspired by the Windows 11 copy dialog.",
889-
"IsNew": true,
890883
"ImagePath": "ms-appx:///Assets/Fluent/Graph.png"
891884
},
892885
{

0 commit comments

Comments
 (0)