[hero_planner_web] Forward-port integration web features to development before web migration #22
Labels
No milestone
No project
No assignees
1 participant
Notifications
Due date
No due date set.
Dependencies
No dependencies set.
Reference
lhumina_code/hero_planner#22
Loading…
Add table
Add a link
Reference in a new issue
No description provided.
Delete branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
development'shero_planner_webis the pre-migration hand-JS web AND was stale relative tointegration— it lacked web features integration had added on the same hand-JS (the branches forked: dev took the oschema migration, integration kept the old web + added features).Missing on development (
index.htmlonly):deleteWorkspacePrompt(orig5ced595)editCurrencyRate(orig5ced595)display:none !importantover.d-flex(origceb9640)These must land on development before the web RPC migration (#18) so the migration starts from a feature-complete base instead of dropping these features.
Done — forward-ported in
a8e8445ondevelopment(git checkout origin/integration -- hero_planner_web/src/index.html; index.html only,main.rsleft untouched to preserve the secret-storefetch_thememigration). development's web is now feature-complete.Build green; the web still shows the known pre-migration RPC 404s — tracked in #18 — no new breakage. #18 (web RPC migration) now starts from this base.