Clean up: delete atio and cfaun branches after unified main is verified #23

Open
opened 2026-04-25 08:14:29 +00:00 by padreug · 0 comments
Owner

The webapp has been unified into a single main branch (commit efacc43), merging features from both atio and cfaun.

Per-target config (VITE_* env vars, branding assets) now belongs in the deploy flake's services.webapp.* options, not in separate branches.

After verification

Once deploys to both atio and cfaun targets are confirmed working from main:

git push origin --delete atio
git push origin --delete cfaun

Also clean up other stale branches:

  • demo-newui
  • demo-login
  • feat/link-agg/newlayout
  • feature/link-aggregator
  • nostrized-events

What to verify

  • Deploy to atio target works from main
  • Deploy to cfaun target works from main
  • All modules load correctly (links, tasks, expenses, market, chat)
  • Branding is injected correctly per target
The webapp has been unified into a single `main` branch (commit efacc43), merging features from both `atio` and `cfaun`. Per-target config (VITE_* env vars, branding assets) now belongs in the deploy flake's `services.webapp.*` options, not in separate branches. ## After verification Once deploys to both atio and cfaun targets are confirmed working from `main`: ```bash git push origin --delete atio git push origin --delete cfaun ``` Also clean up other stale branches: - `demo-newui` - `demo-login` - `feat/link-agg/newlayout` - `feature/link-aggregator` - `nostrized-events` ## What to verify - [x] Deploy to atio target works from main - [x] Deploy to cfaun target works from main - [x] All modules load correctly (links, tasks, expenses, market, chat) - [ ] Branding is injected correctly per target
Sign in to join this conversation.
No milestone
No project
No assignees
1 participant
Notifications
Due date
The due date is invalid or out of range. Please use the format "yyyy-mm-dd".

No due date set.

Dependencies

No dependencies set.

Reference
aiolabs/webapp#23
No description provided.