Commit Graph

93 Commits

Author SHA1 Message Date
be22bb89db Added create network to server api 2024-11-27 17:34:28 +02:00
6a34d7be01 Refactored server infrastructure 2024-11-27 12:52:22 +02:00
e415a13211 Reimplemented existing server APIs 2024-11-27 11:14:36 +02:00
f5576211d3 Fixed server-side issues after refactoring, more work needs to be done
to refactor server
2024-11-27 10:38:28 +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
49ea3d630b Network table schema bg_hex_color cannot be null 2024-11-26 11:35:56 +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
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