|
2 | 2 | { |
3 | 3 | "browsers" : ["Chrome", "Edge", "Firefox", "Safari"], |
4 | 4 | "environments": ["Desktop"], |
5 | | - "id" : 14, |
| 5 | + "id" : 15, |
6 | 6 | "image" : "devmode/calendar-preview.png", |
7 | 7 | "name" : "Calendar Sneak Preview", |
8 | 8 | "sourceUrl" : "https://github.com/neomjs/neo/tree/dev/src/calendar", |
|
11 | 11 | { |
12 | 12 | "browsers" : ["Chrome", "Edge", "Firefox", "Safari"], |
13 | 13 | "environments": ["Desktop"], |
14 | | - "id" : 13, |
| 14 | + "id" : 14, |
15 | 15 | "image" : "devmode/covidDashboard.png", |
16 | 16 | "name" : "Covid Dashboard", |
17 | 17 | "sourceUrl" : "https://github.com/neomjs/neo/tree/dev/apps/covid", |
|
20 | 20 | { |
21 | 21 | "browsers" : ["Chrome", "Edge", "Firefox", "Safari"], |
22 | 22 | "environments": ["Desktop"], |
23 | | - "id" : 12, |
| 23 | + "id" : 13, |
24 | 24 | "image" : "devmode/realworldApp.png", |
25 | 25 | "name" : "RealWorld App", |
26 | 26 | "sourceUrl" : "https://github.com/neomjs/neo/tree/dev/apps/realworld", |
|
29 | 29 | { |
30 | 30 | "browsers" : ["Chrome", "Edge", "Firefox", "Safari"], |
31 | 31 | "environments": ["Desktop"], |
32 | | - "id" : 11, |
| 32 | + "id" : 12, |
33 | 33 | "image" : "devmode/coronaGallery.png", |
34 | 34 | "name" : "COVID-19 Gallery", |
35 | 35 | "sourceUrl" : "https://github.com/neomjs/neo/tree/dev/examples/component/coronaGallery", |
|
38 | 38 | { |
39 | 39 | "browsers" : ["Chrome", "Edge", "Firefox", "Safari"], |
40 | 40 | "environments": ["Desktop"], |
41 | | - "id" : 10, |
| 41 | + "id" : 11, |
42 | 42 | "image" : "devmode/coronaHelix.png", |
43 | 43 | "name" : "COVID-19 Helix", |
44 | 44 | "sourceUrl" : "https://github.com/neomjs/neo/tree/dev/examples/component/coronaHelix", |
|
47 | 47 | { |
48 | 48 | "browsers" : ["Chrome", "Edge", "Firefox", "Safari"], |
49 | 49 | "environments": ["Desktop", "Mobile"], |
50 | | - "id" : 9, |
| 50 | + "id" : 10, |
51 | 51 | "image" : "devmode/website.png", |
52 | 52 | "name" : "Neo Website App", |
53 | 53 | "sourceUrl" : "https://github.com/neomjs/neo/tree/dev/apps/website", |
|
56 | 56 | { |
57 | 57 | "browsers" : ["Chrome"], |
58 | 58 | "environments": ["Desktop"], |
59 | | - "id" : 8, |
| 59 | + "id" : 9, |
60 | 60 | "image" : "devmode/tableFiltering.png", |
61 | 61 | "name" : "Table Filtering", |
62 | 62 | "sourceUrl" : "https://github.com/neomjs/neo/tree/dev/examples/tableFiltering", |
63 | 63 | "url" : "https://neomjs.github.io/pages/node_modules/neo.mjs/dist/development/examples/tableFiltering/" |
64 | 64 | }, |
| 65 | + { |
| 66 | + "browsers" : ["Chrome", "Edge", "Firefox", "Safari"], |
| 67 | + "environments": ["Desktop"], |
| 68 | + "id" : 8, |
| 69 | + "image" : "devmode/dragdrop.png", |
| 70 | + "name" : "Dialog drag&drop", |
| 71 | + "sourceUrl" : "https://github.com/neomjs/neo/tree/dev/examples/dialog", |
| 72 | + "url" : "https://neomjs.github.io/pages/node_modules/neo.mjs/dist/development/examples/dialog/" |
| 73 | + }, |
65 | 74 | { |
66 | 75 | "browsers" : ["Chrome", "Edge", "Firefox", "Safari"], |
67 | 76 | "environments": ["Desktop"], |
|
0 commit comments