Skip to content

feat: private messages, trending topics, profile, settings, dark mode#4

Merged
mtepenner merged 1 commit into
mainfrom
master
Apr 16, 2026
Merged

feat: private messages, trending topics, profile, settings, dark mode#4
mtepenner merged 1 commit into
mainfrom
master

Conversation

@mtepenner
Copy link
Copy Markdown
Owner

  • Backend: POST /api/messages, GET /api/messages/conversations, GET /api/messages/conversation, GET /api/trending (hashtag extraction)
  • Frontend: Messages page (conversation list + thread + new message modal)
  • Frontend: Explore page enhanced with live trending hashtags from API
  • Frontend: Profile page wired to real user data
  • Frontend: Settings page with functional dark mode toggle and sign-out
  • Frontend: Dark mode throughout (Tailwind class strategy via ThemeContext)
  • Frontend: Sidebar (desktop) + BottomNav (mobile) navigation in Nav.tsx
  • Add .gitignore (excludes dist, node_modules, .env, Go binaries, Terraform state)

Description

Related Issue

Type of Change

  • Bug fix (non-breaking change which fixes an issue)
  • New feature (non-breaking change which adds functionality)
  • Breaking change (fix or feature that would cause existing functionality to not work as expected)
  • Refactoring (no functional changes)

Testing Performed

UI Screenshots (if applicable)

- Backend: POST /api/messages, GET /api/messages/conversations,
  GET /api/messages/conversation, GET /api/trending (hashtag extraction)
- Frontend: Messages page (conversation list + thread + new message modal)
- Frontend: Explore page enhanced with live trending hashtags from API
- Frontend: Profile page wired to real user data
- Frontend: Settings page with functional dark mode toggle and sign-out
- Frontend: Dark mode throughout (Tailwind class strategy via ThemeContext)
- Frontend: Sidebar (desktop) + BottomNav (mobile) navigation in Nav.tsx
- Add .gitignore (excludes dist, node_modules, .env, Go binaries, Terraform state)
@mtepenner mtepenner merged commit e25a5d7 into main Apr 16, 2026
0 of 2 checks passed
@mtepenner mtepenner deleted the master branch April 16, 2026 06:13
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant