Commit Graph

427 Commits (4575d6648e387a53cab25d0c9c4061b40409dbc0)

Author SHA1 Message Date
Andelf 4575d6648e chore: add license field to package.json 2021-12-21 12:36:24 +08:00
charlie 746f2aa71f chore: build libs core 2021-12-16 19:23:43 +08:00
Tienson Qin 3aadda4303 fix: downgrade electron to v15
related to #3421
2021-12-16 00:23:23 +08:00
Tienson Qin 338f10eaef debug: downgrade electron version to test cpu usage on Linux 2021-12-15 11:24:18 +08:00
Tienson Qin d7b1ce51e3 chore: bump version 2021-12-14 15:25:49 +08:00
Tienson Qin 8bbca5d2ed chore: bump version 2021-12-12 16:49:01 +08:00
Tienson Qin 353ff34920 fix: remove block-control style tweak for mobile 2021-12-10 22:56:28 +08:00
Tienson Qin cf795aeaef fix: add apple asc provider 2021-12-08 22:40:39 +08:00
Tienson Qin 52c109f4e9 chore: bump version 2021-12-08 21:27:13 +08:00
Charlie c63f1f0d15
Enhance/left sidebar responsive (#3376)
* improve(ui): [WIP] refactor left sidebar component

* improve(ui): [WIP] refactor left sidebar component

* improve(ui): polish left sidebar for mobile

* improve(ui): polish left sidebar for mobile native

* fix: unnecessary stateful component

* improve(ui): tweak padding inner left sidebar

* fix(tests): update tests

* fix(ui): close left sidebar when create page on sm breakpoint

* improve(ui): tweak `--ls-left-sidebar-sm-width` to 70%

* fix(ui): overlap between left sidebar and toolbar right area on mobile
2021-12-08 21:13:57 +08:00
Charlie 9029c632ef
Enhance/plugin apis (#3355)
* improve(plugin): support autoFocus option for main ui frame

* improve(plugin): make single selected block as current block

* improve(api): get selected blocks

* improve(plugin): support call built-in command from api

* fix(plugin): sanitize key of shortcut id

* improve(plugin): add invoke built-in command api &

* fix(editor): overwritten class of collapsed block

* improve(plugin): add `getStateFromStore` api

* chore: build libs core

Co-authored-by: Tienson Qin <tiensonqin@gmail.com>
2021-12-08 10:43:58 +08:00
Tienson Qin d9452bd739
enhance(mobile): fixed position of head-bar & mobile-bar (#3360)
enhance(mobile): fixed position of head-bar & mobile-bar
Co-authored-by: charlie <xyhp915@qq.com>
2021-12-07 13:40:47 +08:00
Tienson Qin 1539e0e806 fix: block ref style 2021-12-05 22:25:57 +08:00
Tienson Qin d7c4392ecb perf: reduce start time from minutes to seconds for large graphs 2021-12-05 22:18:19 +08:00
leizhe 49b93ae378 Merge branch 'mobile' of github.com:logseq/logseq into mobile 2021-12-01 14:07:13 +08:00
leizhe 885ef0bcd1 enhance(mobile): less left/right spaces in Reference 2021-12-01 14:04:37 +08:00
Tienson Qin 2cb001b22d mobile: replace splash screen 2021-12-01 14:01:37 +08:00
charlie 0d16b12885 Merge branch 'master' into mobile 2021-11-25 15:58:01 +08:00
Tienson Qin 5b2ae552ae chore: bump version 2021-11-25 15:20:12 +08:00
charlie 662460ffb8 fix(ui): font style of native android platform 2021-11-24 14:41:16 +08:00
Tienson Qin 1642a68892 chore: remove certificatefile and password 2021-11-24 14:25:42 +08:00
Tienson Qin c4abb02539 fix: add windows cert 2021-11-24 11:40:31 +08:00
charlie 35c785c3be chore(plugin): rebuild core 2021-11-24 11:38:06 +08:00
charlie 18c37bd573 chore(plugin): bump libs version 2021-11-24 11:38:06 +08:00
Andelf 1e7d42a4ed fix(build): electron-rebuild version 2021-11-23 10:54:42 +08:00
Tienson Qin a7981dd1c8 chore: bump version 2021-11-22 22:19:19 +08:00
Tienson Qin 573da9629d chore: bump version 2021-11-18 22:52:03 +08:00
Tienson Qin 2e2e8f23aa fix: specify npm packages version 2021-11-18 21:04:29 +08:00
Tienson Qin 3603e8b696 chore: bump version 2021-11-18 12:23:47 +08:00
Tienson Qin 0d5161f4f2 chore: bump version 2021-11-17 21:39:59 +08:00
Tienson Qin bb828148d8 Merge branch 'devonzuegel-enhance-shortcut-tips' 2021-11-17 18:53:18 +08:00
Tienson Qin dce5d7211b fix: add node-abi for electron 15 2021-11-17 18:07:35 +08:00
Tienson Qin 641bdb5df4 chore: bump electron to 15 2021-11-17 11:06:32 +08:00
Tienson Qin 3440f8506b chore: bump electron to 15 2021-11-17 11:04:57 +08:00
Devon Zuegel a4d2543bcc enhance: add monospace theme for tooltips 2021-11-16 21:51:07 -05:00
Devon Zuegel 9a56586e37 enhance: small style tweaks 2021-11-16 21:36:07 -05:00
Devon Zuegel 2289e771c2 enhance: add extra-padding-y tooltip theme 2021-11-16 21:14:08 -05:00
Devon Zuegel 6f312d5e20 enhance: improve contrast of tooltip 2021-11-16 21:13:50 -05:00
Tienson Qin fc709ab9ce chore: bump version 2021-11-17 00:06:45 +08:00
charlie 7158141637 chore(plugin): build libs & bump version 2021-11-16 18:54:49 +08:00
charlie 5a3e93f930 improve(plugin): reset option for slot container 2021-11-16 12:02:18 +08:00
Charlie 72c038e6fe
Feat/moveable plugin UI container (#3045)
* improve(plugin): add container for main ui frame

* feat(plugin): support draggable & resizable UI container for main ui

* feat: support fork sub layout container

* improve(plugin): add editor selection api

* improve(plugin): click outside configure for float container

* improve(plugin): api of journal for create-page

* improve(plugin): api of open-in-right-sidebar

* improve(plugin): add full screen api

* improve(plugin): api of register-palette-command

* improve(plugin): add apis
2021-11-15 16:57:20 +08:00
Tienson Qin 9aaf473fb3 fix: downgrade electron to avoid crash on message send 2021-11-10 23:52:38 +08:00
Tienson Qin 2d18bf3666 fix: re-enable build-macos-arm64 2021-11-10 12:30:32 +08:00
Tienson Qin b5e9fbb314 enhance: remove specific shadow-xl style for the dark theme 2021-11-09 14:08:40 +08:00
Tienson Qin 340818483f enhance: polish cards 2021-11-09 12:36:37 +08:00
Devon Zuegel eb414bbf24 refactor: rename "page emoji" to "page icons" (#3081)
Co-authored-by: Tienson Qin <tiensonqin@gmail.com>
2021-11-09 10:20:35 +08:00
Devon Zuegel 5e2cfd408b refactor: cleanup 2021-11-06 23:32:45 -04:00
Devon Zuegel 21d7bfa2e6 refactor: cleanup 2021-11-06 23:32:25 -04:00
Devon Zuegel 5359b92e4e refactor: srs_cards.css 2021-11-06 23:23:49 -04:00