Commit Graph

17 Commits

Author SHA1 Message Date
24a99900b1 fix: role logic, autofocus
- MessageInput: autofocus on reply
- usePermission: new hook to start working out permissions and actions
- fix all build blocking errors
2025-10-06 20:03:49 -04:00
99ade46247 ui: message improvements
- Message input: improve focus
- Server home icon: improve sizing and padding relative to other borders
on page
- Chat page: improve loading more messages through use effect scroll
2025-10-06 19:30:35 -04:00
2edf97bf1c ui: many minor changes
- Messages:
    - Separate into components in @/components/messages/
    - Fixed replies
    - Dropdown still failing
- Channel Sidebar's User Panel:
    - Navigate to /settings
- Settings:
    - Use navigate() instead of a tags
    - Remove stub settings cards
- ServerSidebar: minor padding fix
- ChannelSidebar: category collapse working
2025-10-06 19:05:23 -04:00
8ca50b327a fix: channels not mapped properly, new dev:web and dev:electron scripts 2025-10-01 16:31:46 -04:00
8bb12f94e3 fix: fix all build blocking errors for bun run build 2025-10-01 15:34:19 -04:00
Kevin Puig
8fcc775c66 refactor refetch and stale time 2025-09-28 10:47:29 -04:00
Kevin Puig
ac5f6ed680 payload formatted 2025-09-28 10:26:04 -04:00
bdc448c193 voip: initial test run of store for managing socket connections 2025-09-28 10:05:11 -04:00
a2fb529911 Merge pull request #11 from k-puig/feature/events
socket set up
2025-09-28 08:37:50 -04:00
83e813a950 socket set up 2025-09-28 08:02:47 -04:00
a5e7fa4bc6 sad 2025-09-28 07:46:11 -04:00
af8371ed84 halfway commit to allow collaboration 2025-09-28 05:58:29 -04:00
d6a52460c5 ui: theme system, routing fixes, major overhaul, still need to fix dropdowns 2025-09-27 23:19:51 -04:00
1592703149 src: first layout, many dependencies
- setup query templates and potential auth flow/state
- basic server & channel lists
- guessed types for db and apis
- user panel / settings templates
- many steps left
2025-09-27 03:38:42 -04:00
f069340bab src: gitignore 2025-09-27 00:38:29 -04:00
ee56df5540 src: update build and dev 2025-09-27 00:26:30 -04:00
Kevin Puig
d2a8cf11a2 client commit 2025-09-26 23:34:36 -04:00