Commit Graph

108 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
c3f8131caf Added networks info on initial server-client connection 2024-11-27 22:41:14 +02:00
4a0d94e489 Worked on the UI for the network list 2024-11-27 22:04:55 +02:00
11e523bb89 Fixed server issue with forgeting to commit transaction 2024-11-27 21:40:58 +02:00
82533fa7a5 Fixed sqlc codegen issues 2024-11-27 21:29:09 +02:00
180bb557b1 Fixed server hanging until the client closes the connection,
it now forcibly closes the connection when it's terminated
2024-11-27 18:40:19 +02:00
0aa83227da Fixed color issue on the server, made the UI have better UX 2024-11-27 17:44:38 +02:00
6a5131792f Fixed minor issues on the server 2024-11-27 17:39:52 +02:00
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