Commit Graph

82 Commits

Author SHA1 Message Date
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
c17319d6fd Fixed typo and generated sqlc code 2024-11-23 22:43:41 +02:00
91bbd29dbe Added message queries 2024-11-23 22:41:28 +02:00
7894503e7a Added network setters 2024-11-23 22:32:02 +02:00
25c79bfbf3 Added setter queries for frequency 2024-11-23 22:23:54 +02:00
b67ab26b89 Added frequency queries 2024-11-23 20:27:10 +02:00
77d9971982 Added network queries 2024-11-23 18:47:26 +02:00
63a1d24295 Updated user queries and added trigger on user delete 2024-11-23 17:10:29 +02:00
ae6362c91f Removed schema todos 2024-11-23 14:58:04 +02:00
02e7420fe0 More schemas changes, including indexes 2024-11-23 14:47:14 +02:00
e35d70b91d More schema changes 2024-11-23 12:16:13 +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
3f60bc8b56 chore: go mod tidy 2024-11-16 16:34: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
df668ca2a9 chore: helper function for hot reloading 2024-11-06 00:02:17 +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
547acbb554 chore: add db-shm and db-wal to .gitignore 2024-11-03 19:34:15 +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
9968402054 feat(server): add --stdout flag to also print logs to stdout 2024-11-02 20:11:32 +02:00
c5064f6bbd feat: client and server api changes to accomedate DB 2024-11-02 13:18:21 +02:00
7ad5f5aa60 feat(data): update message queries 2024-11-02 13:18:21 +02:00