Commit Graph

6 Commits

Author SHA1 Message Date
c7a07ed280 feat: return-to-project redirects from create/edit forms
When creating or editing items from a project detail tab, users now
return to that project's tab instead of the entity's own page.
Edit links pass from_project param; forms include hidden field.
Reassigning to a different project redirects to the new project.
Decisions/meetings create from project context inserts junction rows.
File uploads from project context redirect back to project files tab.

Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
2026-03-06 18:28:15 +00:00
fbdf986fa8 feat: create new links directly from contact pages
Contact detail: + New Link button redirects to link form with contact context.
Contact create/edit form: inline new link rows (label/url/role) created on submit.

Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
2026-03-06 14:44:54 +00:00
e334e0e9db feat: add links section to contact create/edit form
Links can now be attached to contacts directly from the create and edit
forms with dynamic add/remove rows and role suggestions.

Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
2026-03-06 14:32:13 +00:00
6b63bf3c62 feat: add links to contacts with role (combo box with suggestions)
New contact_links junction table. Contact detail page shows linked links
with add form (link picker + role datalist combo) and unlink/edit actions.

Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
2026-03-06 14:20:38 +00:00
497436a0a3 feat: universal reorder grip handles and compact UI density
- Add generic move_in_order() to BaseRepository for reorder support
- Add reusable reorder_arrows.html partial with grip dot handles
- Add reorder routes to all 9 list routers (tasks, notes, links, contacts, meetings, decisions, appointments, lists, focus)
- Compact row padding (6px 12px, gap 8px) on .list-row and .focus-item
- Reduce font size to 0.80rem on row titles, sidebar nav, domain tree

Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
2026-03-03 01:44:30 +00:00
f36ea194f3 R1 foundation - Phase 1 live build 2026-02-28 03:33:33 +00:00