Commit Graph

84 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
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
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
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