Commit Graph

64 Commits

Author SHA1 Message Date
7357dc120b Overhauled icons, will later make it so users can select their prefered
style
2024-11-30 19:28:40 +02:00
452040598b Created UI for create frequency popup 2024-11-30 18:38:09 +02:00
9bbf36550b Added frequencies UI 2024-11-30 16:55:11 +02:00
c54d791d13 Minor UI changes 2024-11-30 10:06:04 +02:00
3fa1c902c1 Implemented network positions per user on client and server 2024-11-29 23:24:06 +02:00
371e6c169c Added ability to focus on a network 2024-11-29 22:05:09 +02:00
561ae1940e Added focus to network list 2024-11-28 18:36:13 +02:00
d0356edef4 Added position to networks 2024-11-28 18:00:50 +02:00
4a0d94e489 Worked on the UI for the network list 2024-11-27 22:04:55 +02:00
0aa83227da Fixed color issue on the server, made the UI have better UX 2024-11-27 17:44:38 +02:00
328a929a88 Fixed client-side issues after refactoring 2024-11-27 10:10:58 +02:00
8ed2527a88 Started working on refactoring packet types and some changes to the SQL
schema
2024-11-27 07:47:30 +02:00
195a2912b7 Added is private input to network creation 2024-11-26 12:11:02 +02:00
3cea06b991 Finalized UI, added a background and foreground fields 2024-11-26 11:32:37 +02:00
89655bea2a Added color indicator 2024-11-26 09:42:59 +02:00
b05e4fcbcb Added typing and input validation to network creation popup 2024-11-25 23:49:40 +02:00
d12ebef2c5 Fixed flex 2024-11-25 22:00:12 +02:00
4220143b04 Implemented basic horizontal/vertical layout 2024-11-25 21:48:02 +02:00
ad1ce22493 Continued designing network creation popup 2024-11-25 21:10:02 +02:00
8e0d77b4c7 Made colors package for coherent styling and migrated existing styles to
it
2024-11-25 17:15:22 +02:00
66e39ff2f6 Experimenting on the design of the networks popup 2024-11-25 16:46:06 +02:00
54564f397d Started working on netwrok creation popup 2024-11-24 00:16:23 +02:00
d2b530aab3 Schema changes 2024-11-23 00:28:16 +02:00
6598e19b6e A bunch more design work 2024-11-22 19:55:12 +02:00
38f0cd771e Some more prototypes on the design 2024-11-22 19:14:23 +02:00
bf84060b01 First prototype design of networks scrollbar 2024-11-22 18:15:42 +02:00
00dd876f25 Implemented proper connection and retry mechanisms 2024-11-22 16:46:19 +02:00
ac1123f5e0 Ctrl+C is now a global keybind 2024-11-22 12:43:09 +02:00
66a14bf0f1 Refactored gateway to integrate between with the UI 2024-11-22 12:25:41 +02:00
ae8e313c48 feat: overhauled gateway 2024-11-21 19:57:41 +02:00
168c10aed0 feat: add global background color 2024-11-21 17:10:58 +02:00
110794070b chore: hot reload script changes 2024-11-21 15:12:12 +02:00
cf8bc32e05 feat: refactored loading screen, needs more work, commiting as backup 2024-11-17 18:20:02 +02:00
d613b9ee5e fix: transition to models don't execute init cmd 2024-11-16 21:38:07 +02:00
d7cbae7d28 feat: add functionality to remember private key on sign-in 2024-11-16 21:23:17 +02:00
1ad1ef42dc feat(auth): refactored ui view 2024-11-16 19:22:03 +02:00
94171d08f7 feat: add client config file 2024-11-16 16:37:29 +02:00
1b2c191496 feat: add WIP loading screen, messed around with custom spinners 2024-11-09 21:36:11 +02:00
8d97e7000c feat: finish authentication UI 2024-11-09 12:16:36 +02:00
8118d9265a fix: homedir is now recognized 2024-11-08 01:49:37 +02:00
fdeaaa454c feat: even more progress on the UI 2024-11-08 01:01:30 +02:00
d8c49197d4 feat: added WIP popup overlay 2024-11-07 23:04:47 +02:00
1a096afcfa feat: added functionality for overlays/popups 2024-11-07 18:01:10 +02:00
e29b7ade2f feat: continued to improve the UI 2024-11-07 18:00:35 +02:00
dd3fd8c0a7 remove: panic recovery, bubbletea should handle that 2024-11-07 17:59:17 +02:00
95580e410e fix: unresponsiveness when assert is triggered 2024-11-07 17:57:32 +02:00
68635d4963 feat: more UI design 2024-11-06 00:02:02 +02:00
bdf7d2c2d2 feat: working on the client UI 2024-11-05 13:59:35 +02:00
ff3140a408 feat: add username and timestamp to messages 2024-11-03 19:33:30 +02:00
a637ea9c33 feat: client can now send messages and the server saves thme in DB 2024-11-02 20:12:18 +02:00