Skip to content

Commit b504780

Browse files
committed
Portal App: Examples ordering #6872
1 parent 9847f55 commit b504780

4 files changed

Lines changed: 105 additions & 109 deletions

File tree

apps/portal/resources/data/examples_devmode.json

Lines changed: 26 additions & 27 deletions
Original file line numberDiff line numberDiff line change
@@ -1,144 +1,143 @@
11
[{
22
"id" : 25,
33
"environments": ["Desktop", "Mobile"],
4-
"image" : "devmode/liquid-glass.png",
5-
"name" : "Liquid Glass effect",
6-
"sourceUrl" : "https://github.com/neomjs/liquid-glass-demo/blob/main/apps/myapp/view/GlassComponent.mjs",
7-
"url" : "https://neomjs.github.io/pages2/workspace/neo-liquid-glass-demo/apps/myapp/index.html"
8-
}, {
9-
"id" : 24,
10-
"environments": ["Desktop", "Mobile"],
114
"image" : "devmode/bigData.png",
125
"name" : "Buffered Data Grid with 5M cells",
136
"sourceUrl" : "examples/grid/bigData",
147
"url" : "examples/grid/bigData/index.html"
158
}, {
16-
"id" : 23,
9+
"id" : 24,
1710
"image" : "devmode/sharedcovid.png",
1811
"name" : "Multi Window Covid App",
1912
"sharedWorkers": true,
2013
"sourceUrl" : "apps/sharedcovid",
2114
"url" : "apps/sharedcovid/index.html#mainview=table"
2215
}, {
23-
"id" : 22,
16+
"id" : 23,
2417
"image" : "devmode/calendar-preview.png",
2518
"name" : "Calendar",
2619
"sourceUrl": "src/calendar",
2720
"url" : "examples/calendar/basic/index.html"
2821
}, {
29-
"id" : 21,
22+
"id" : 22,
3023
"image" : "devmode/helix.png",
3124
"name" : "component.Helix",
3225
"sourceUrl": "examples/component/helix",
3326
"url" : "examples/component/helix/index.html"
3427
}, {
35-
"id" : 20,
28+
"id" : 21,
3629
"image" : "devmode/mwCoronaGallery.png",
3730
"name" : "Multi Window Covid Gallery",
3831
"sharedWorkers": true,
3932
"sourceUrl" : "examples/component/multiWindowCoronaGallery",
4033
"url" : "examples/component/multiWindowCoronaGallery/index.html"
4134
}, {
42-
"id" : 19,
35+
"id" : 20,
4336
"image" : "devmode/offscreenCanvas.png",
4437
"name" : "OffscreenCanvas",
4538
"sourceUrl": "https://github.com/neomjs/offscreen-canvas/",
4639
"url" : "https://neomjs.github.io/pages2/workspace/neo-offscreen-canvas-demo/apps/myapp/index.html"
4740
}, {
48-
"id" : 18,
41+
"id" : 19,
4942
"image" : "devmode/sharedOffscreenCanvas.png",
5043
"name" : "Multi-Window OffscreenCanvas",
5144
"sourceUrl" : "https://github.com/neomjs/shared-offscreen",
5245
"sharedWorkers": true,
5346
"url" : "https://neomjs.github.io/pages2/workspace/neo-shared-offscreen-canvas-demo/apps/mainapp/index.html"
5447
}, {
55-
"id" : 17,
48+
"id" : 18,
5649
"image" : "devmode/multi_window_dd.png",
5750
"name" : "Multi-Window Drag&Drop",
5851
"sharedWorkers": true,
5952
"sourceUrl" : "apps/shareddialog",
6053
"url" : "apps/shareddialog/index.html"
6154
}, {
62-
"id" : 16,
55+
"id" : 17,
6356
"image" : "devmode/tabContainer.png",
6457
"name" : "tab.Container",
6558
"sourceUrl": "examples/tab/container",
6659
"url" : "examples/tab/container/index.html"
6760
}, {
68-
"id" : 15,
61+
"id" : 16,
6962
"image" : "devmode/model-component-example.png",
7063
"name" : "State Provider Example",
7164
"sourceUrl": "examples/stateProvider/advanced",
7265
"url" : "examples/stateProvider/advanced/index.html"
7366
}, {
74-
"id" : 14,
67+
"id" : 15,
7568
"image" : "devmode/dragdrop.png",
7669
"name" : "Dialog drag&drop",
7770
"sourceUrl": "examples/dialog",
7871
"url" : "examples/dialog/"
7972
}, {
80-
"id" : 13,
73+
"id" : 14,
8174
"image" : "dist_prod/colorsApp.png",
8275
"name" : "Colors Dashboard",
8376
"sharedWorkers": true,
8477
"sourceUrl" : "apps/colors",
8578
"url" : "apps/colors/index.html"
8679
}, {
87-
"id" : 12,
80+
"id" : 13,
8881
"image" : "devmode/covidDashboard.png",
8982
"name" : "Covid Dashboard",
9083
"sourceUrl": "apps/covid",
9184
"url" : "apps/covid/index.html"
9285
}, {
93-
"id" : 11,
86+
"id" : 12,
9487
"image" : "devmode/coronaHelix.png",
9588
"name" : "COVID-19 Helix",
9689
"sourceUrl": "examples/component/coronaHelix",
9790
"url" : "examples/component/coronaHelix/index.html"
9891
}, {
99-
"id" : 10,
92+
"id" : 11,
10093
"image" : "devmode/coronaGallery.png",
10194
"name" : "COVID-19 Gallery",
10295
"sourceUrl": "examples/component/coronaGallery",
10396
"url" : "examples/component/coronaGallery/index.html"
10497
}, {
105-
"id" : 9,
98+
"id" : 10,
10699
"image" : "devmode/gallery.png",
107100
"name" : "component.Gallery",
108101
"sourceUrl": "examples/component/gallery",
109102
"url" : "examples/component/gallery/index.html"
110103
}, {
111-
"id" : 8,
104+
"id" : 9,
112105
"image" : "devmode/tableFiltering.png",
113106
"name" : "Table Filtering",
114107
"sourceUrl": "examples/tableFiltering",
115108
"url" : "examples/tableFiltering/"
116109
}, {
117-
"id" : 7,
110+
"id" : 8,
118111
"image" : "devmode/dateSelector.png",
119112
"name" : "component.DateSelector",
120113
"sourceUrl": "examples/component/dateSelector",
121114
"url" : "examples/component/dateSelector/index.html"
122115
}, {
123-
"id" : 6,
116+
"id" : 7,
124117
"image" : "devmode/dateField.png",
125118
"name" : "form.field.Date",
126119
"sourceUrl": "examples/form/field/date",
127120
"url" : "examples/form/field/date/index.html"
128121
}, {
129-
"id" : 5,
122+
"id" : 6,
130123
"image" : "devmode/selectField.png",
131124
"name" : "form.field.ComboBox",
132125
"sourceUrl": "examples/form/field/combobox",
133126
"url" : "examples/form/field/combobox/index.html"
134127
}, {
135-
"id" : 4,
128+
"id" : 5,
136129
"environments" : ["Desktop", "Mobile"],
137130
"image" : "dist_prod/portalApp.png",
138131
"name" : "Portal App",
139132
"sharedWorkers": true,
140133
"sourceUrl" : "apps/portal",
141134
"url" : "apps/portal/index.html"
135+
}, {
136+
"id" : 4,
137+
"image" : "devmode/liquid-glass.png",
138+
"name" : "Liquid Glass effect",
139+
"sourceUrl": "https://github.com/neomjs/liquid-glass-demo/blob/main/apps/myapp/view/GlassComponent.mjs",
140+
"url" : "https://neomjs.github.io/pages2/workspace/neo-liquid-glass-demo/apps/myapp/index.html"
142141
}, {
143142
"id" : 3,
144143
"image" : "devmode/siesta.png",

apps/portal/resources/data/examples_dist_dev.json

Lines changed: 26 additions & 27 deletions
Original file line numberDiff line numberDiff line change
@@ -1,144 +1,143 @@
11
[{
22
"id" : 24,
33
"environments": ["Desktop", "Mobile"],
4-
"image" : "devmode/liquid-glass.png",
5-
"name" : "Liquid Glass effect",
6-
"sourceUrl" : "https://github.com/neomjs/liquid-glass-demo/blob/main/apps/myapp/view/GlassComponent.mjs",
7-
"url" : "https://neomjs.github.io/pages2/workspace/neo-liquid-glass-demo/dist/development/apps/myapp/index.html"
8-
}, {
9-
"id" : 23,
10-
"environments": ["Desktop", "Mobile"],
114
"image" : "devmode/bigData.png",
125
"name" : "Buffered Data Grid with 5M cells",
136
"sourceUrl" : "examples/grid/bigData",
147
"url" : "dist/development/examples/grid/bigData/index.html"
158
}, {
16-
"id" : 22,
9+
"id" : 23,
1710
"image" : "devmode/sharedcovid.png",
1811
"name" : "Multi Window Covid App",
1912
"sharedWorkers": true,
2013
"sourceUrl" : "apps/sharedcovid",
2114
"url" : "dist/development/apps/sharedcovid/index.html#mainview=table"
2215
}, {
23-
"id" : 21,
16+
"id" : 22,
2417
"image" : "devmode/calendar-preview.png",
2518
"name" : "Calendar",
2619
"sourceUrl": "src/calendar",
2720
"url" : "dist/development/examples/calendar/basic/index.html"
2821
}, {
29-
"id" : 20,
22+
"id" : 21,
3023
"image" : "devmode/helix.png",
3124
"name" : "component.Helix",
3225
"sourceUrl": "examples/component/helix",
3326
"url" : "dist/development/examples/component/helix/index.html"
3427
}, {
35-
"id" : 19,
28+
"id" : 20,
3629
"image" : "devmode/mwCoronaGallery.png",
3730
"name" : "Multi Window Covid Gallery",
3831
"sharedWorkers": true,
3932
"sourceUrl" : "examples/component/multiWindowCoronaGallery",
4033
"url" : "dist/development/examples/component/multiWindowCoronaGallery/index.html"
4134
}, {
42-
"id" : 18,
35+
"id" : 19,
4336
"image" : "devmode/offscreenCanvas.png",
4437
"name" : "OffscreenCanvas",
4538
"sourceUrl": "https://github.com/neomjs/offscreen-canvas/tree/main/apps/myapp",
4639
"url" : "https://neomjs.github.io/pages2/workspace/neo-offscreen-canvas-demo/dist/development/apps/myapp/index.html"
4740
}, {
48-
"id" : 17,
41+
"id" : 18,
4942
"image" : "devmode/sharedOffscreenCanvas.png",
5043
"name" : "Multi-Window OffscreenCanvas",
5144
"sharedWorkers": true,
5245
"sourceUrl" : "https://github.com/neomjs/shared-offscreen",
5346
"url" : "https://neomjs.github.io/pages2/workspace/neo-shared-offscreen-canvas-demo/dist/development/apps/mainapp/index.html"
5447
}, {
55-
"id" : 16,
48+
"id" : 17,
5649
"image" : "devmode/multi_window_dd.png",
5750
"name" : "Multi-Window Drag&Drop",
5851
"sharedWorkers": true,
5952
"sourceUrl" : "apps/shareddialog",
6053
"url" : "dist/development/apps/shareddialog/index.html"
6154
}, {
62-
"id" : 15,
55+
"id" : 16,
6356
"image" : "devmode/tabContainer.png",
6457
"name" : "tab.Container",
6558
"sourceUrl": "examples/tab/container",
6659
"url" : "dist/development/examples/tab/container/index.html"
6760
}, {
68-
"id" : 14,
61+
"id" : 15,
6962
"image" : "devmode/model-component-example.png",
7063
"name" : "State Provider Example",
7164
"sourceUrl": "examples/stateProvider/advanced",
7265
"url" : "dist/development/examples/stateProvider/advanced/index.html"
7366
}, {
74-
"id" : 13,
67+
"id" : 14,
7568
"image" : "devmode/dragdrop.png",
7669
"name" : "Dialog drag&drop",
7770
"sourceUrl": "examples/dialog",
7871
"url" : "dist/development/examples/dialog/"
7972
}, {
80-
"id" : 12,
73+
"id" : 13,
8174
"image" : "dist_prod/colorsApp.png",
8275
"name" : "Colors Dashboard",
8376
"sharedWorkers": true,
8477
"sourceUrl" : "apps/colors",
8578
"url" : "dist/development/apps/colors/index.html"
8679
}, {
87-
"id" : 11,
80+
"id" : 12,
8881
"image" : "devmode/covidDashboard.png",
8982
"name" : "Covid Dashboard",
9083
"sourceUrl": "apps/covid",
9184
"url" : "dist/development/apps/covid/index.html#mainview=table"
9285
}, {
93-
"id" : 10,
86+
"id" : 11,
9487
"image" : "devmode/coronaHelix.png",
9588
"name" : "COVID-19 Helix",
9689
"sourceUrl": "examples/component/coronaHelix",
9790
"url" : "dist/development/examples/component/coronaHelix/index.html"
9891
}, {
99-
"id" : 9,
92+
"id" : 10,
10093
"image" : "devmode/coronaGallery.png",
10194
"name" : "COVID-19 Gallery",
10295
"sourceUrl": "examples/component/coronaGallery",
10396
"url" : "dist/development/examples/component/coronaGallery/index.html"
10497
}, {
105-
"id" : 8,
98+
"id" : 9,
10699
"image" : "devmode/gallery.png",
107100
"name" : "component.Gallery",
108101
"sourceUrl": "examples/component/gallery",
109102
"url" : "dist/development/examples/component/gallery/index.html"
110103
}, {
111-
"id" : 7,
104+
"id" : 8,
112105
"image" : "devmode/tableFiltering.png",
113106
"name" : "Table Filtering",
114107
"sourceUrl": "examples/tableFiltering",
115108
"url" : "dist/development/examples/tableFiltering/"
116109
}, {
117-
"id" : 6,
110+
"id" : 7,
118111
"image" : "devmode/dateSelector.png",
119112
"name" : "component.DateSelector",
120113
"sourceUrl": "examples/component/dateSelector",
121114
"url" : "dist/development/examples/component/dateSelector/index.html"
122115
}, {
123-
"id" : 5,
116+
"id" : 6,
124117
"image" : "devmode/dateField.png",
125118
"name" : "form.field.Date",
126119
"sourceUrl": "examples/form/field/date",
127120
"url" : "dist/development/examples/form/field/date/index.html"
128121
}, {
129-
"id" : 4,
122+
"id" : 5,
130123
"image" : "devmode/selectField.png",
131124
"name" : "form.field.ComboBox",
132125
"sourceUrl": "examples/form/field/combobox",
133126
"url" : "dist/development/examples/form/field/combobox/index.html"
134127
}, {
135-
"id" : 3,
128+
"id" : 4,
136129
"environments" : ["Desktop", "Mobile"],
137130
"image" : "dist_prod/portalApp.png",
138131
"name" : "Portal App",
139132
"sharedWorkers": true,
140133
"sourceUrl" : "apps/portal",
141134
"url" : "dist/development/apps/portal/index.html"
135+
}, {
136+
"id" : 3,
137+
"image" : "devmode/liquid-glass.png",
138+
"name" : "Liquid Glass effect",
139+
"sourceUrl": "https://github.com/neomjs/liquid-glass-demo/blob/main/apps/myapp/view/GlassComponent.mjs",
140+
"url" : "https://neomjs.github.io/pages2/workspace/neo-liquid-glass-demo/dist/development/apps/myapp/index.html"
142141
}, {
143142
"hidden" : true,
144143
"id" : 2,

0 commit comments

Comments
 (0)