Profile page UI and functionality implemented

This commit is contained in:
adilallo
2026-04-25 17:57:58 -06:00
parent 7dd2562bae
commit 68517796a9
103 changed files with 4439 additions and 1476 deletions
+2 -2
View File
@@ -1,6 +1,6 @@
/**
* Bridges final-review → completed without query strings.
* Replace with GET /api/rules/[id] (CR-81) when public rule fetch exists.
* Bridges final-review → completed without query strings, and re-opens a rule
* from profile (`/create/completed?ruleId=…`) after GET /api/rules/[id].
*/
export const CREATE_FLOW_LAST_PUBLISHED_KEY = "createFlow.lastPublished";