Tool/antigravity - #5
Merged
Merged
Conversation
added 30 commits
December 20, 2025 18:09
…ng page input visibility
… interest management
added 17 commits
December 22, 2025 02:10
… and Share tables and update gitignore.
…ighlights - Refactored Admin Dashboard to use collapsible vertical sections (default closed)\n- Simplified User List items (Name, ID, Date only)\n- Implemented 'Activity Warning': Dates NOT equal to today are highlighted in Amber\n- Enforced minimum font size of 11px across admin views\n- Removed internal scrollbars from context sections
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.
Refactor
HistoryCompressor
Return structured data { bAuthors: string, bConcepts: string, code: string } instead of just string
Refactor
ai-service.ts
Import and define the new Constants (CATEGORY_STYLE_GUIDE, ARCHETYPES_FOR_MODE)
Implement logic to select a single targetCategory from user interests
Implement getStyleGuide(category) logic (with default fallback)
Update DEFAULT_MASTER_PROMPT to the user's version
Implement complex variable substitution
Refine Category Logic
Implement 9-Category Style Guide (Stoicism, Entrepreneurship, etc.)
Strict interest pool reduction
Verify
Verify prompt construction via logs
Verify handling of unknown categories
Verify "Stoizismus" style injection
Final Cleanup & Documentation
Remove all temporary verification files (verify-.ts, logs)
Remove Mock Code from
ai-service.ts
Create comprehensive
architecture_overview.md
Full Repository Sweep (deleted check-.ts, stray logs)
Post-Verification Fixes
Enforce Temperature=1.0 for GPT-5
Fix hardcoded sourceModel in database
Strictly remove all Mock Data
Admin Dashboard Refactor
Export System Constants from
ai-service.ts
Simplify User Page (Remove Config, Expand DB View)
Enhance Dashboard (System Context Visibility)
Holistic Cleanup: Removed all legacy Admin Config code (DEFAULT_MASTER_PROMPT, AiConfig)
UX Polish: Loading State
Create
LoadingScreen
UI component (Simulated Progress, Status Text)
Implement src/app/[username]/loading.tsx
Debug: Loading Screen Reliability
Integrate into
Onboarding.tsx
for smooth transition
Verify PWA/Initial Load behavior
UX Polish: Intro Sequence Redesign
Update
IntroSequence.tsx
with high-fidelity SVG YinYang
Implement smooth "Overlay Fade" transition to prevent "Yellow Veil" jump
Refine Loading Screen (remove Purple, align with Amber Brand)
Strict Visibility Control to fix "Yellow Veil" bleeding
UX Polish: Loading Screen Logic
Branding: "dArk" instead of "DARK"
Logic: Implement "Grace Period" (delayed visibility) to prevent flash on cached loads
Animation: Stop cycling text, implement "..." ellipsis loop for final state
Header Polish & Changelog
Create
changelog/page.tsx
Add v1.1 Link to
UserHeader.tsx
Implement "Close/Back" navigation in Changelog
Refine Footer and Alignment (items-end)
Fix Header Positioning: Switch from fixed top-0 to w-full relative (static flow) to lock vertical distance.
Bugfix: Handled P2002 Race Condition in
ai-service.ts
for new users.
Refine Loading Screen Timing: Tuned progress curve (0-95% in 60s) and added 2 intermediate status messages.
Fine-Tune Master Prompt: Refined logic to prioritize Category Theme over "forced metaphors" (e.g. no "Firewall" in Stoicism).
UI Fix: Corrected Yin Yang dot contrast in
IntroSequence.tsx
(White dot on Black, Black dot on White).
Branding Sync: Updated Admin Dashboard version to v1.1 and standardized browser tab titles to "dArk | ..." across all pages.
Admin UI Polish: Removed unnecessary "by" prefix in User Database history table.
Admin Dashboard Refinement: Translated headers ("Registrierte Nutzer"), removed Config Badges, showed full User IDs, and added "Last Quote" preview.
Collapsible Layout: Refactored Admin Dashboard into collapsible vertical sections (default closed) and simplified User List items (Name, ID, Date only).
Layout Polish: Removed internal scrollbars from Admin Context sections to allow full-height display.
Typography: Enforced minimum font size of 11px across Admin Dashboard and User View.
Activity Alert: Admin User List now highlights dates in Amber if the user hasn't generated a quote today.