Commit Graph

12 Commits

Author SHA1 Message Date
Tienson Qin
8f55c1d3a6 fix: unexpected up/down navigation behavior after un/indenting in
navigation mode

close #7091
2022-10-24 12:04:07 +08:00
Gabriel Horner
441a19fcb8 Move indexedDB init to avoid failing non-indexedDB envs
Having this at require time causes environments to fail that don't
have indexedDB defined. Node tests when running async tests
fail for this reason with the promise inside idbkv.js
2022-10-17 10:27:12 -04:00
Gabriel Horner
c8cda90373 Fix plugin install bugs and add plugin-config tests
- Add validation for plugins.edn with malli
- Add bb task using malli schema
- Add first async test that interacts with frontend.fs
- Add test helpers to make future async testing easier
2022-10-17 10:13:27 -04:00
Gabriel Horner
1f0e22275d Add ns docstrings for most ns in src/main
- Added to CI now that it passes
- Added no-doc for docstrings that don't add any more than what's in the
ns name or for ones where I didn't know the ns that well
2022-09-27 13:55:16 +08:00
llcc
fef5bbf068 enhance(clock): support recording in repeated block // cleanup unused namespaces (#2777)
* enhance(clock): support recording in repeated block

* cleanup: unused namespaces

* cleanup: missing-else-branch if --> when

* enhance: wider search results window for mobile browser

* fix: namespace requirement
2021-09-08 10:23:16 +08:00
Tienson Qin
0e11e60fed fix: catch indexedDB exception 2021-05-14 21:56:37 +08:00
Tienson Qin
9c18b2c479 perf: idb batch writes for importing files from local directories 2020-12-13 23:03:30 +08:00
Tienson Qin
690a090c87 fix(native-fs): today journal not created automaticaly
Idb file handles should be cleared when unlinking a local directory.
2020-12-11 02:03:36 +08:00
Tienson Qin
15652c87ac fix: indexeddb key can't be empty 2020-12-08 14:49:53 +08:00
Tienson Qin
88eda1a014 fix: address issues when merging master 2020-11-30 13:00:52 +08:00
Tienson Qin
14b6c64196 feat: restore dbs for native file stores 2020-11-30 11:53:04 +08:00
Tienson Qin
6c3da67f6b feat: native filesystem api integration WIP 2020-11-30 11:49:46 +08:00