Backend hardening for feed, factions, formation lifecycle, and clock consistency#27
Merged
Cyber-preacher merged 3 commits intomasterfrom Feb 18, 2026
Merged
Conversation
…ttings, and UX consistency Complete a broad UI stabilization pass focused on real-user regressions reported during testing and deployment verification. Navigation and layout fixes: - reset scroll to top on route transitions - fix persistent Settings highlight state when leaving settings routes - remove page hint widget on mobile/tablet to prevent overlap with burger menu - harden long address rendering to prevent overflow beyond card/table boundaries Proposal and draft flow fixes: - block ineligible proposal-type flows earlier in wizard (not only on submit) - preserve step-1 kind/type/preset/mode when navigating back from later steps - restore reliable draft open/edit/resume behavior from Drafts page - fix proposal Draft “view” navigation and related route wiring - align formation proposal wizard budget/milestone behavior with actual flow Feed and event UX fixes: - improve actionable card behavior and remove confusing duplicate urgent entries - add missing open CTA fallbacks where href exists but label is absent - normalize user-facing error display to show message without raw HTTP prefix - improve timestamp formatting consistency in feed-facing components Formation and faction UX fixes: - remove obsolete unlock milestone controls from formation surfaces - prevent interaction patterns that allow ended project join/spam behavior - fix faction thread open/write behavior to match chamber UX expectations - address faction create/draft edge-case behavior and related UI inconsistencies Settings and formatting: - simplify General settings scope and improve profile/settings separation - add configurable date/time format preferences and apply shared formatting helpers This commit closes the highest-priority UI regressions from the Phase 72 bug-fix wave.
…-web into phase-72-overall-bug-fixes
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Stabilize server behavior to match updated web expectations and eliminate
cross-surface inconsistencies observed in production-like testing.
Feed and activity fixes:
Formation and proposal lifecycle fixes:
Faction fixes:
Clock/time consistency:
API/DTO consistency:
Tests: