Commit graph

56 commits

Author SHA1 Message Date
4150eb2720 Apply editorconfig 2025-12-07 13:38:23 +00:00
496db06213 Add event handler class 2025-12-07 13:30:45 +00:00
4005da4849 Use efficient filters 2025-12-07 11:30:19 +00:00
9349afc00f Run lint & fmt 2025-11-30 15:24:52 +00:00
3517af1461 Disallow changing settings while applying previous changes 2025-11-30 15:24:52 +00:00
d07fa32ba3 Format 2025-11-30 15:24:52 +00:00
5905aa37b9 Add copy to clipboard button 2025-11-30 15:24:52 +00:00
4b195b070d Expose new advanced settings 2025-11-30 15:24:52 +00:00
fbf03c41e0 Refactor plugin setup and avoid dangling resources 2025-11-30 15:24:52 +00:00
c08feba0ad
Improve settings (#168)
Co-authored-by: Copilot <175728472+Copilot@users.noreply.github.com>
2025-11-19 19:53:10 +00:00
cd57ea6682
Add log rotation to server & UI improvements (#157) 2025-11-02 17:52:04 +00:00
088f474a2e Fix remote cursor duplication 2025-10-18 21:30:45 +01:00
9177984ff6
Move more logic into sync-client 2025-08-30 11:02:04 +01:00
376008de54
Improve editor sync status line 2025-08-28 21:55:43 +01:00
b2f4e0c038
Show files open by other users 2025-08-27 22:31:29 +01:00
d6e4305588
Fix lint 2025-08-26 22:22:36 +01:00
2ff1384fde
Fix cursor moving perf 2025-08-26 21:17:57 +01:00
a36a24effc
Fix main & improve cursor sync (#101) 2025-08-25 17:15:52 +01:00
81b81e30ff
Use unknown return type for callbacks 2025-08-17 15:12:31 +01:00
e73f147fbc
Add local prediction for remote cursor updates 2025-08-17 15:03:34 +01:00
2d016c44bd
Add local selection update 2025-08-17 15:01:38 +01:00
bb0e44f06f
Extract reconcile (#85) 2025-07-13 11:06:42 +01:00
e8b9bf40c5
Add API for propagating cursor locations (#61) 2025-06-08 20:20:52 +01:00
b72b3488d8
Don't show .md extensions 2025-05-25 11:35:42 +01:00
f93ca447d8
Improve history view UX 2025-05-24 19:05:12 +01:00
5c8b02f69c
Lint 2025-05-24 19:02:50 +01:00
22a13e0152
Change file limit from slider to number 2025-05-24 13:56:36 +01:00
ceb217cda8
Add simple glob ignore patterns 2025-05-22 21:41:59 +01:00
de346b9fcf
Add sync status inside editor 2025-05-11 22:25:19 +01:00
04a24d0b38
Normalise settings values 2025-04-07 22:28:39 +01:00
a86a056888
Fix history ordering 2025-04-07 20:22:30 +01:00
181ea4faef
Fix logs view 2025-04-03 22:46:07 +01:00
1aad0fce31
Add WebSocket support (#12) 2025-03-29 10:17:46 +00:00
468d0ac8cf
Fix history view 2025-03-23 15:00:20 +00:00
407c56040e
Improve settings 2025-03-22 20:24:19 +00:00
3dbeb54c54
Only show file name on history card 2025-03-22 20:23:34 +00:00
30ecf52dde
Improve history view 2025-03-22 18:41:30 +00:00
7153c06c63
Lint 2025-03-22 18:10:50 +00:00
8a27987798
Make logs view performant 2025-03-22 17:06:32 +00:00
c7e53bff26
Hoist retry logic 2025-03-22 16:15:33 +00:00
acbc0c0e65
Improve server config setting section 2025-03-22 15:38:23 +00:00
8723c8499b
Fix status bar disabled state 2025-03-22 14:05:54 +00:00
2722f7c7fc
Stop exposing Syncer from SyncClient 2025-03-22 13:48:01 +00:00
03d0b7e025
Use inlined sync history 2025-03-20 21:00:54 +00:00
e6563c99b0
Remove minimum log level 2025-03-20 20:59:49 +00:00
d772cda164
Use new settings API exposed directly through SyncClient 2025-03-20 20:44:03 +00:00
47af8323cf
Change port 2025-03-16 21:35:41 +00:00
8b8f1d91d9
Fix syncing when network latency is present (#4)
* WIP

* Add debug

* Dedupe inserts

* Add deterministic ordering

* Fix whitespaces

* Update insta

* Add integration test script

* Rename

* Add test

* Working for non-deletes

* omg it mostly works for deletes

* Isdeleted fix

* remove created dates

* update api

* Take document id

* No max attempt

* works

* Use string uuids

* .

* working!!!! (hopefully)

* Improve bundling

* Add module

* lint

* .

* lint

* Fix CI

* use toolchain

* clean up

* Add useSlowFileEvents

* Delete fuzz

* Fix CI

* use docker

* fix script

* clean up

* Clean up

* change node version

* Build docker image on every commit

* fix ci

* 1 db per vault

* Add scritps folder

* Bump versions

* Lint

* .

* Fix tests for real

* Style

* .

* try

* Consistent ordering

* Fix tests

* hmm

* .

* Clean up diff

* Fixes

* .

* Fix version bump

* .

* .

* .
2025-03-16 20:13:49 +00:00
ab5336f567
Purge no-op history events 2025-03-01 17:58:19 +00:00
ca225a71be
Lint & format 2025-02-22 17:25:26 +00:00