41 Commits

Author SHA1 Message Date
lklynet 7303f605ac feat: add peer listing and graceful shutdown
- Add `/who` command to list active users via new `/api/peers` endpoint
- Implement graceful shutdown for server and swarm with proper cleanup
- Enhance SSE broadcast with client connection state checks
- Expose peer list in stats and add health endpoint
- Fix theme color refresh for network visualization
2026-03-04 19:07:53 -05:00
ggfevans 5ea7942001 fix: include THEMES.md, update alucard to dracula-light and remove dropshadow from screenshots 2026-01-23 02:00:52 -08:00
ggfevans 427011eb24 fix: update app.js with Dracula & Alucard themes 2026-01-20 17:32:27 -08:00
ggfevans 22d45e4931 feat: add Dracula light theme (Alucard)
Light variant based on official Alucard specification
Purple and pink accents on warm cream background

Co-Authored-By: Claude Opus 4.5 <noreply@anthropic.com>
2026-01-20 16:55:41 -08:00
ggfevans 0f1fff03ef feat: add Dracula dark theme
Based on official Dracula specification from draculatheme.com/spec
Purple and pink accents with cyan highlights on dark background
2026-01-20 16:55:41 -08:00
Larguma d3f08f8dd1 theme: add catppuccin mocha/latte 2026-01-18 15:00:02 +01:00
lklynet f365545b15 Add version to diagnostics and fix update notification bug 2026-01-12 15:10:15 -05:00
lklynet 5e9d2f9f27 Resolve conflicts and move bandwidth graph to diagnostics panel 2026-01-12 14:39:38 -05:00
lklynet ed4dda8614 feat(ui): update theme system and improve UI consistency
- Rename default theme to hypermind and add hypermind-classic theme
- Update theme colors and ordering in theme selector
- Add Google Sans fonts and update terminal font styling
- Move sound command status to system status bar
- Update documentation and screenshots for new themes
- Cleaned up branding images
2026-01-12 10:14:46 -05:00
lklynet d81cb41ff3 style: increase font size for terminal input and prompt on mobile to prevent mobile zoom when chatting 2026-01-11 22:00:51 -05:00
lklynet b7eb5ecd54 feat(theme): add hypermind theme with notification support
Added a new (official) hypermind theme with color scheme to match new site and a notification display when switching themes
2026-01-11 17:49:13 -05:00
lklynet 5d5217ee81 - fixed chat word wrapping
- added sounds for sent, received, whisper chats ('/sound' to turn on)
- /timestamp to turn chat time stamps on and off now
2026-01-11 16:41:10 -05:00
lklynet 28a2014c01 Merge PR #49 and resolve conflicts 2026-01-11 16:31:02 -05:00
LKLY 79987ff9c7 Merge branch 'main' into pr-52 2026-01-10 11:54:06 -05:00
lklynet f7e86204a1 Fix duplicate chat messages and improve P2P deduplication 2026-01-09 11:06:49 -05:00
Fernando Campione ddcf67226f modularise chat commands and add error handling for wrong commands 2026-01-09 10:28:50 +00:00
Fernando Campione 0f08522e56 fix check 2026-01-09 10:10:16 +00:00
Fernando Campione 6ec66ada33 Commit work so far so I can continue from the office 2026-01-09 08:24:08 +00:00
lklynet 9b63103148 feat(chat): add sound effects and timestamp toggle functionality
- Implement SoundManager for playing sound effects on message events
- Add /sound and /timestamp commands to toggle features
- Persist sound and timestamp preferences in localStorage
- Style timestamps in chat messages
2026-01-08 15:58:37 -05:00
lklynet 9ba4bda355 feat(dashboard): add total unique peers counter and update docs
- Add new counter for total unique peers in dashboard UI
- Update command description to clarify default message scope
- Enhance README with new features and better organization
2026-01-08 12:31:56 -05:00
lklynet 3c2abd711c feat(chat): add commands system, context menu and terminal improvements
- Implement chat commands system with help menu and easter eggs
- Add context menu for whisper and block actions
- Improve terminal UI with resizer and styling enhancements
- Update chat message formatting and validation
- Clean up and refactor messaging code
2026-01-08 11:31:07 -05:00
lklynet 5c2c3298c5 Merge branch 'main' into pr-45 2026-01-08 10:12:54 -05:00
lklynet 43fe041c11 some simple theme fixes and optimizations. 2026-01-07 15:06:29 -05:00
Owen G c2970737c2 add ENABLE_THEMES .env var 2026-01-06 21:10:50 -07:00
Owen G b949a0605e Update css for new terminal 2026-01-06 21:03:54 -07:00
lklynet f150e39092 feat: implement 90s screenname generator and update ID display 2026-01-06 22:19:21 -05:00
Owen G b4230ebc2f Merge branch 'main' into custom-css-themes 2026-01-06 19:11:00 -07:00
lklynet b9bd5c9294 Merge PR #43 and resolve conflicts 2026-01-06 19:19:04 -05:00
lklynet 0b1481bbec chore: update UI styles and include WIP global chat changes 2026-01-05 22:17:31 -05:00
lklynet 617a9d8c70 Enhance application with updated config, styles, and p2p messaging adjustments 2026-01-05 20:22:27 -05:00
Owen G 3ac1066064 more themes 2026-01-04 18:16:16 -07:00
Owen G 85db2ad6dc tokyo night theme 2026-01-04 16:12:52 -07:00
Owen G 7f88a45ae7 Move colors to variables and fix up UI 2026-01-04 16:00:42 -07:00
stedrow d57e530c4e (feat): Bandwidth Graph Overlay 2026-01-04 15:04:38 -05:00
lklynet 6fe004d036 add your own location to map
map updates heatmap without refresh
2026-01-03 12:10:57 -05:00
lklynet 26e5c1550c feat(ui): improve styling and persist chat state
- Enhance footer and debug element styling with better visibility
- Increase map modal size and adjust marker appearance
- Persist chat collapse state in localStorage and initialize on load
2026-01-03 11:50:15 -05:00
lklynet 0ca471ab29 chat can be minimized. Added direct connections heatmap. 2026-01-03 11:29:44 -05:00
Fernando Campione 884ed1b302 merge main into branch and fix conflicts 2026-01-03 07:58:10 +00:00
lklynet 5be3659b57 feat: implement ephemeral p2p chat with rate limiting and terminal UI 2026-01-03 00:24:13 -05:00
Owen G d0c3801e37 fix(diagnostics): bandwidth display
Display bandwidth in/out in MB and GB when possible. Previously always shown in KB.
2026-01-02 18:24:42 -07:00
Fernando Campione b5b646a68f Ehm.. refactor much? sorry 2026-01-02 20:35:17 +00:00