plan/react-rewrite #1

Merged
gnezim merged 138 commits from plan/react-rewrite into main 2026-04-15 12:21:16 +03:00
6 changed files with 14 additions and 1 deletions
Showing only changes of commit 0b9ea74617 - Show all commits
+2
View File
@@ -0,0 +1,2 @@
// Public barrel for the flights-map feature. See frozen-barrels.md.
export {};
+5
View File
@@ -0,0 +1,5 @@
// Public barrel for the online-board feature.
// This file is the ONLY public surface — other sub-plans and features
// must import exclusively from "@/features/online-board", never from
// deeper paths. See docs/superpowers/phase-1/frozen-barrels.md for the rule.
export {};
+2
View File
@@ -0,0 +1,2 @@
// Public barrel for the popular-requests feature. See frozen-barrels.md.
export {};
+2
View File
@@ -0,0 +1,2 @@
// Public barrel for the schedule feature. See frozen-barrels.md.
export {};
-1
View File
@@ -1 +0,0 @@
export {};
+3
View File
@@ -0,0 +1,3 @@
// Public barrel for the UI adapter layer. See frozen-barrels.md.
// Feature code imports UI primitives exclusively through this barrel.
export {};