Skip to content

Commit ea7cad0

Browse files
committed
feat: banner for logic architect v2
1 parent 4f82e90 commit ea7cad0

File tree

2 files changed

+21
-9
lines changed

2 files changed

+21
-9
lines changed

public/apps/apps.json

Lines changed: 10 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -5,13 +5,22 @@
55
"icon": "GameControllerIcon",
66
"order": 1,
77
"apps": [
8+
{
9+
"slug": "logic-architect",
10+
"to": "/apps/logic-architect",
11+
"title": "Logic Architect",
12+
"description": "Construct digital circuits using logic gates and neural pathways.",
13+
"icon": "CpuIcon",
14+
"created_at": "2025-12-20T12:00:00+03:00",
15+
"pinned_order": 5
16+
},
817
{
918
"slug": "feztype",
1019
"to": "/apps/feztype",
1120
"title": "FezType (Typing Speed Tester)",
1221
"description": "Test and improve your typing speed.",
1322
"icon": "KeyboardIcon",
14-
"pinned_order": 5,
23+
"pinned_order": 24,
1524
"created_at": "2025-11-10T14:00:00+03:00"
1625
},
1726
{
@@ -137,14 +146,6 @@
137146
"description": "A simple terminal-like roguelike game.",
138147
"icon": "CubeIcon",
139148
"created_at": "2025-11-25T20:00:00+03:00"
140-
},
141-
{
142-
"slug": "logic-architect",
143-
"to": "/apps/logic-architect",
144-
"title": "Logic Architect",
145-
"description": "Construct digital circuits using logic gates and neural pathways.",
146-
"icon": "CpuIcon",
147-
"created_at": "2025-12-20T12:00:00+03:00"
148149
}
149150
]
150151
},

public/banner.piml

Lines changed: 11 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -8,3 +8,14 @@
88
(isActive) true
99
(link) /graph
1010
(linkText) See Neural Net
11+
12+
> (banner)
13+
(id) logic-architect-v2
14+
(type) info
15+
(from) 2025-12-23T00:00:00Z
16+
(to) 2025-12-25T23:59:59Z
17+
(text) LOGIC ARCHITECT V2 IS ONLINE: THE PERFECT LOGIC GATE EDITORS. ACCESS AT /APPS/LOGIC-ARCHITECT.
18+
(isActive) true
19+
(link) /apps/logic-architect
20+
(linkText) See Logic Architect
21+

0 commit comments

Comments
 (0)