Commit Graph

131 Commits

Author SHA1 Message Date
cd69bf019d Pasting forward fully complete in viminput 2024-12-09 19:17:18 +02:00
37bdf70ea7 Partially implemented multiline paste 2024-12-09 18:39:06 +02:00
a4e069b330 Implemented dd, cc, yy in viminput 2024-12-09 17:47:18 +02:00
f9971074a6 Implemented single-line command + motion for viminput 2024-12-09 17:28:39 +02:00
2a6f5c2c3d Added C and fixed pasting in viminput 2024-12-08 22:51:53 +02:00
bca8e44586 Added single-line yanking and pasting 2024-12-08 18:18:10 +02:00
8e67541d09 Fixed "I" motion to be inline with nvim (act like _ instead of 0) 2024-12-08 17:19:55 +02:00
55f4ca9cd9 Backspace and enter support for viminput 2024-12-08 17:17:42 +02:00
2bee024fb1 Refactored vim motions to be reusable 2024-12-08 16:39:16 +02:00
6d7a8df699 Refactored vim input a bit 2024-12-08 16:10:58 +02:00
8430f3f0f9 Added o and O and D 2024-12-08 14:23:51 +02:00
09ddfe2bbd Implemented more vim motions 2024-12-05 18:15:44 +02:00
bb105cb16f Basic vim movement and text input 2024-12-05 17:20:32 +02:00
8087907b4b Refactored how the core UI looks 2024-12-05 14:11:28 +02:00
37cd043920 Started work on basic vim input box 2024-12-04 18:35:11 +02:00
567d569dd6 Added delete for frequency and network on the server and only frequency
on the client
2024-12-01 16:29:22 +02:00
bfc65f7f37 Minor improvements to server code 2024-12-01 16:13:46 +02:00
e00a17a2f4 Added swap frequencies support on server-side 2024-12-01 16:03:31 +02:00
3e9c0ee6a1 Implemented frequency creation on both client and server 2024-12-01 15:47:54 +02:00
78a38f508e Implemented frequency creation, BROKEN right now 2024-12-01 10:09:21 +02:00
94166da109 Fix crashing if request arrives only after the first view call 2024-12-01 09:11:25 +02:00
905b6d25b4 Fix server issues after moving soem stuff 2024-12-01 09:08:59 +02:00
bcd75dab26 Client changes to handle create frequency API 2024-11-30 19:55:33 +02:00
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