Commit Graph

11205 Commits (67fe5dc5a7e36d408facb55d1817fe4a97169420)

Author SHA1 Message Date
Andelf 428d1da0d4 chore: release 0.9.1 2023-03-29 18:51:07 +08:00
Gabriel Horner 2a78e72f46 Add a test for copied blocks
Also removed a prn
2023-03-29 18:41:04 +08:00
Tienson Qin 7318f3ca91 fix: e2e 2023-03-29 18:41:04 +08:00
Tienson Qin 3977aa4b6b fix: e2e 2023-03-29 18:41:04 +08:00
Tienson Qin c876e47e8d fix: e2e test 2023-03-29 18:41:04 +08:00
Tienson Qin 7230938fca chore: remove hack 2023-03-29 18:41:04 +08:00
Tienson Qin 529a59dfaa fix: getType exception can't be catched 2023-03-29 18:41:04 +08:00
Tienson Qin 1a0827192b fix: remove empty data from clipboard 2023-03-29 18:41:04 +08:00
Tienson Qin 18a44277a3 fix: ci 2023-03-29 18:41:04 +08:00
Tienson Qin 4351213542 chore: remove unnecessary :copy/blocks 2023-03-29 18:41:04 +08:00
Tienson Qin bc635eaf4b fix: internal blocks paste 2023-03-29 18:41:04 +08:00
Gabriel Horner 07a3adcb52 Fix pasting file - fixes #8926
Also remove unused mocks in formatted paste and clean up
editor-on-paste!
2023-03-29 18:39:21 +08:00
Konstantinos Kaloutas 37230c229f fix: breadcrumb icon alignment on wb references 2023-03-29 17:30:46 +08:00
Tienson Qin 446797cdd7 enhance: wrap breadcrumbs 2023-03-29 17:30:46 +08:00
Tienson Qin 6b47d37e31 fix: lint 2023-03-29 17:30:46 +08:00
Tienson Qin 1c3b92d1e3 enhance: use icon for breadcrumb separator 2023-03-29 17:30:46 +08:00
Tienson Qin d3155f41ff chore: margin tweaks 2023-03-29 17:30:46 +08:00
Tienson Qin 43bb77322f fix: query with breadcrumbs show blocks on wrong hierarchy
close #5859
2023-03-29 17:30:46 +08:00
Andelf ecdb68bf65 fix(fs): style rel path handling 2023-03-29 00:31:12 +08:00
Andelf 5d4dcff492 fix(fs): use rpath for more page path commands 2023-03-29 00:15:23 +08:00
Andelf 4419a7ee7e fix(fs): open dir with default app, close #8922 2023-03-29 00:15:23 +08:00
charlie be2140608d improve(ui): adapt the login modal to responsive layout 2023-03-28 22:53:34 +08:00
Andelf 1fe084af86 fix(fs): error in expand assets path 2023-03-28 22:36:46 +08:00
Andelf 90b0160f3c fix(fs): asset url calculation
Close #8919
2023-03-28 22:36:46 +08:00
charlie 282040e4e9 fix(ui): incorrect login entry from the settings pane 2023-03-28 12:25:21 +08:00
Andelf 7d92a3172e chore(release): bump version 0.9.0 2023-03-28 09:18:24 +08:00
Gabriel Horner 06fa65861f Minor clean up and help with feedback
- basic clj-kondo config and cleanup unused binding
- Add some unit tests
- Add a basic readme
2023-03-28 09:14:42 +08:00
Andelf d26622872e chore: address comments 2023-03-28 09:14:42 +08:00
Andelf 113715c8a1 chore: cleanup fixme 2023-03-28 09:14:42 +08:00
Andelf 8aa1802c3e fix(db): wrong schema/version query 2023-03-28 09:14:42 +08:00
Andelf d5d3857466 refactor(migration): add file/path migration 2023-03-28 09:14:42 +08:00
Andelf 62b4f0a253 refactor(fs): simplify path/absolute? 2023-03-28 09:14:42 +08:00
Tienson Qin c1e8d6ed8e refactor: path/absolute? 2023-03-28 09:14:42 +08:00
Tienson Qin 80f708831b fix: config.edn path on settings 2023-03-28 09:14:42 +08:00
Tienson Qin 9abfd4af8b fix: can't save config.edn on web 2023-03-28 09:14:42 +08:00
Andelf d9765a1b59 fix(fs): disable perm check for nfs read-file 2023-03-28 09:14:42 +08:00
Andelf 51bf1f4c94 fix(fs): handle empty dir for get-files 2023-03-28 09:14:42 +08:00
Tienson Qin 6ab3361a07 fix: can't pull remote graphs on iOS 2023-03-28 09:14:42 +08:00
Tienson Qin e113df31ac fix: remove unnecessary valid-remotes-but-locals? condition
Otherwise, it'll display null in the repo switcher when there's
a demo repo.
2023-03-28 09:14:42 +08:00
Gabriel Horner 89ba13d5ac Fix multiple issues with global config
- global config saved outside the app errored and had no effect on config
- global config saved in app, saved invalid state and invalid file
- removed outdated global error handling on alter-file
- Also fix validations for repo config
2023-03-28 09:14:42 +08:00
Gabriel Horner 07c27b0f59 Fix lint and other minor fixes
- Rename is-file-url to reflect boolean return val
- Remove unused 3rd arg for set-config!
2023-03-28 09:14:42 +08:00
Gabriel Horner 94f35bda18 Add a workflow for test+lint and misc fixes
- Setup cljs tests
- No need for :no-doc
- No need to bind an unused _repo value
- Remove unused datascript dep
2023-03-28 09:14:42 +08:00
Andelf e803e2d576 fix(sync): use fs2 2023-03-28 09:14:42 +08:00
Andelf a555dac245 fix(sync): wrong graph-dir name 2023-03-28 09:14:42 +08:00
Andelf c061c0bd87 fix(editor): reload custom.css requires db file 2023-03-28 09:14:42 +08:00
Tienson Qin 70a4870ca4 fix: custom.css can't be saved 2023-03-28 09:14:42 +08:00
Tienson Qin 35e8bdf8ef fix: get-files should return a collection of files on electron 2023-03-28 09:14:42 +08:00
Andelf 6e9fec448b fix(test): close notification before start 2023-03-28 09:14:42 +08:00
Andelf 783c6f1737 fix(fs): missing create default files 2023-03-28 09:14:42 +08:00
Andelf fdeb0775f0 fix(fs): mock dir handling, fix e2e tests 2023-03-28 09:14:42 +08:00