Commit Graph

11515 Commits

Author SHA1 Message Date
Tienson Qin
e8b6561fee fix: disabled html-parser-test temporally 2023-03-30 15:44:28 +08:00
Tienson Qin
c3e401b359 fix: lint 2023-03-30 15:44:28 +08:00
Tienson Qin
18dcc65a07 fix: paste html
Add missing `\t` to the md/org converted from HTML
2023-03-30 15:44:28 +08:00
Tienson Qin
551122e839 Update .clj-kondo/hooks/regex_checks.clj
Co-authored-by: Gabriel Horner <97210743+logseq-cldwalker@users.noreply.github.com>
2023-03-30 13:56:20 +08:00
Junyi Du
770fdc5894 clj-kondo: check regex error prone double escaping 2023-03-30 13:56:20 +08:00
Charlie
dd86856281 Enhance(UI): dynamic layout of the plugin UI items from the app toolbar (#8962)
dynamic layout for the plugins ui items from toolbar
2023-03-30 13:54:08 +08:00
Gabriel Horner
d4cbe248f0 Finish making node-path consistent with electron renames 2023-03-30 12:57:22 +08:00
Gabriel Horner
1e9fac25e4 Add aliase and replace an outdated alias
Also start making node-path consistent for frontend
2023-03-30 12:57:22 +08:00
Gabriel Horner
f3f6bc4f84 Arregla un typo - fix #8958 2023-03-29 16:29:54 -04:00
Gabriel Horner
980b4b45b2 Bring back result count for built-in queries
Fix #8925 and fix #8950
2023-03-29 23:03:56 +08:00
Andelf
428d1da0d4 chore: release 0.9.1 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 0.9.0 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