Commit Graph

262 Commits (f3f6bc4f84e1914066d10e003910de0dcd0a3412)

Author SHA1 Message Date
Charlie 95c5cba9db
Feat: The new login UI (#8865)
Built-in login UI instead of callback

---------

Co-authored-by: rcmerci <rcmerci@gmail.com>
Co-authored-by: Konstantinos Kaloutas <konstantinos@logseq.com>
Co-authored-by: Tienson Qin <tiensonqin@gmail.com>
2023-03-27 19:56:18 +08:00
Tienson Qin db6fc6b7ee
feat: simple query builder (#8774)
Simple query builder

---------

Co-authored-by: Gabriel Horner <gabriel@logseq.com>
Co-authored-by: charlie <xyhp915@qq.com>
2023-03-21 14:27:00 +08:00
Gabriel Horner 91e89ef2d6
Chore: Add deprecation for :editor/command-trigger config (#8720)
* Add deprecation for :editor/command-trigger config

* enhance: warning dialog

* enhance: notification styles

* enhance: notification icons

* Fix tests after config warning improvements

---------

Co-authored-by: Konstantinos Kaloutas <konstantinos@logseq.com>
2023-03-04 12:07:33 +08:00
Konstantinos Kaloutas 664afd827c fix: default color on portals 2023-02-21 23:49:25 +08:00
Andelf 71b5fa3b97
Feat: auto-completion for config editing (#8584)
* feat(editor): add auto-completion for config editing
* enhance: filter keys already in file when autocompletion
2023-02-15 17:56:33 +08:00
Konstantinos Kaloutas 2665ceda33 chore: add group icons 2022-12-28 12:19:22 +08:00
charlie ef06aedcfb fix(ios): can't scroll when search results overflow with soft keyboard opened 2022-12-19 17:30:10 +08:00
Andelf cfdcd9410c
Merge branch 'master' into enhance/mobile-ux-2 2022-12-06 12:46:15 +08:00
Sergey Kolesnik 8b8fe908c0
A bunch of sanity in `search palette CSS` (#7334)
* legacy style fix: clean `#search-wrapper svg` css

* search palette css review; `--ls-search-icon-color` var reabilitation

Co-authored-by: Konstantinos <konstantinos@logseq.com>
Co-authored-by: Gabriel Horner <97210743+logseq-cldwalker@users.noreply.github.com>
2022-12-05 10:51:27 -05:00
Tienson Qin 898f10b84d
Merge branch 'master' into enhance/mobile-ux-2 2022-12-05 12:53:43 +08:00
Andelf 6aeb244fa2 enhance(ui): adaptive font size for tags 2022-12-01 11:52:39 +08:00
charlie f69c6af49e Merge branch 'master' into enhance/mobile-ux-2 2022-11-28 10:55:03 +08:00
Andelf fe4dbdee1b fix(ui): use default font family for headings
Close #7481
2022-11-28 10:37:46 +08:00
charlie 47b541825b fix: missing depen 2022-11-25 14:00:16 +08:00
Sergey Kolesnik 355b1449b1
style fix: add css var `--color-level-6` for light theme (#7337) 2022-11-23 14:25:50 +08:00
Peng Xiao 926b7d859b
Merge branch 'master' into feat/wb-linkings 2022-11-23 13:12:20 +08:00
charlie 73fc9a73aa improve(desktop): WIP refactor left sidebar 2022-11-22 21:43:47 +08:00
charlie d04a0ac66b enhance(pdf): sync page number in highlights metafile 2022-11-22 21:43:47 +08:00
Konstantinos Kaloutas 339f1e00a1 chore: add new icons 2022-11-21 19:01:02 +02:00
Gabriel Horner 6f5a6dcbf7
Merge pull request #7358 from logseq/feat/color-panel
Feat (Whiteboards): Add main color panel and rearrange tools
2022-11-18 10:53:07 -05:00
Sergey Kolesnik 04fecb0aa8
legacy style fix: remove `search-field` css and `--ls-search-background-color` var (#7318) 2022-11-17 13:40:54 -05:00
Konstantinos Kaloutas 58d41083f8 fix: styles 2022-11-16 19:24:34 +02:00
Sergey Kolesnik f858e94520 legacy style fix: remove unused `--ls-head-text-color` css var 2022-11-14 20:45:59 +08:00
Sergey Kolesnik bb3fd4711e legacy style fix: remove unused css var: `--ls-right-sidebar-code-bg-color` 2022-11-14 20:45:59 +08:00
yoyurec 3f17fd2ceb fix: add missed mark css vars 2022-11-04 23:02:26 +08:00
Konstantinos Kaloutas d34e5f116d fix: portal header color 2022-10-31 18:11:03 +02:00
Sergey Kolesnik 22e419a28f Update common.css
define values for undefined variables (probably unused)
2022-10-31 08:58:25 +08:00
Sergey Kolesnik 1e81e49629 Update common.css
typo
2022-10-31 08:58:25 +08:00
Tienson Qin 584383f2c7 fix: set max width for wide mode to 1280px 2022-10-20 13:23:57 +08:00
charlie 2d749e3814 fix(ui): input style of page title when editing. 2022-10-19 01:16:52 +08:00
Konstantinos Kaloutas 6e3a54677d feat: auto heading 2022-10-18 10:42:41 +08:00
charlie 489090bc87 fix(ui): polish form input 2022-10-13 16:52:51 +08:00
Tienson Qin 7d3ed2bc97 Style tweaks 2022-10-10 18:08:48 +08:00
Peng Xiao c7fe4933b4 Merge remote-tracking branch 'upstream/master' into whiteboards 2022-10-07 16:18:27 +08:00
Konstantinos 6007d6061f
Enhance: Color system (#6821)
* refactor: remove redundant utility classes

* chore: expose tailwind colors to css vars

* refactor: introduce error/warning/success colors

* fix: move tailwind utilities import

* fix: extend tailwind font sizes

* fix: exclude color classes from purge

* refactor: admonition component

* fix: admonition warning color

* fix: notification icon color

* fix: capitalize icon title

* chore: remove caution color

* feat: highlighting system

* chore: add color title and remove comment

* chore: add color translations

* chore: add missing bg classes

* refactor: highlight system

* fix: color id

* fix: bg color value

* fix: pdf highlight colors

* fix: resolve conflicts

* fix: class directive typo
2022-10-07 11:54:06 +08:00
Peng Xiao fd94862312 Merge remote-tracking branch 'upstream/master' into whiteboards 2022-09-24 09:42:00 +08:00
Andelf ae114afbd8
Feat: sync progress for electron (#6662)
* fix: state shouldn't be returned in ipc

* feat: download && upload processing

* enhance(ui):  interaction of show password checkbox

* feat: time left

* feat: download progress

* Set download batch size to 100

* improve(ui): progress pane of file sync indicator

* improve(ui): progress pie of each file state

* improve(ui): progress pie of each file state

* improve(ui): progress pie of each downloading file

* fix: add last changed time

* enhance: time left

* fix: total needs to be larger than finished

* fix: wait for update-graphs-txid!

* enhance: show in-progress files first

* chore: ui polish

* improve(ui): persist stauts of sync files list toggle switch

* fix(ui): visibility of sync now button on mobile

* chore: remove ios static out after sync

* fix: debounce clicking on sync icon

* fix: repos not refreshed after unlink or delete

* enhance: automatically save page-metadata.edn to avoid sync when restart

* improve(ui): sync now shortcut for file sync progress pane

* enhance: data transfer icons

* fix: stop sync if switched to another graph

* fix: can't switch

* enhance: sort files first before uploading or downloading

* fix: clear current graph uuid when sync stops

* fix: separate progress by graphs

* fix: check files only in the current progress

* fix: prevent multiple sync managers for the same graph

* fix: remove redundant files watchers

* enhance(sync): re-exec remote->local-full-sync when exception

re-exec remote->local-full-sync when <update-local-files return exceptions

* enhance(sync): re-exec remote->local-full-sync when exception

re-exec remote->local-full-sync when <update-local-files return exceptions

* fix(sync): set-progress-callback, update rsapi

* fix(sync): uploading progress bar

Co-authored-by: Tienson Qin <tiensonqin@gmail.com>
Co-authored-by: charlie <xyhp915@qq.com>
Co-authored-by: rcmerci <rcmerci@gmail.com>
2022-09-23 02:00:24 +08:00
charlie f8cc6378c3 improve(ui): update built-in icon mode 2022-09-21 14:49:20 +08:00
Konstantinos Kaloutas 1df686eb2a style: tabler css 2022-09-15 12:27:50 +03:00
Konstantinos Kaloutas 7a975ac322 fix: tabler icons css 2022-09-15 12:17:56 +03:00
Konstantinos Kaloutas 7212324373 fix: selection text color 2022-09-15 12:17:31 +03:00
Konstantinos Kaloutas caf72d9b98 Merge branch 'whiteboards' into feat/whiteboards-create-button 2022-09-15 09:37:09 +03:00
Peng Xiao 031ad9c4a9 Merge remote-tracking branch 'upstream/master' into whiteboards 2022-09-15 09:46:44 +08:00
Konstantinos Kaloutas debf0e8054 chore: update icon font 2022-09-14 17:43:40 +03:00
Konstantinos Kaloutas 130b26021c chore: introduce selection text css var 2022-09-14 14:59:38 +03:00
Konstantinos Kaloutas 14e87963ef Revert "chore: increase the max width of main container"
This reverts commit 5bc0537954.
2022-09-14 15:13:00 +08:00
Peng Xiao 4d86f4f53f Merge remote-tracking branch 'upstream/master' into whiteboards 2022-09-10 00:45:27 +08:00
Konstantinos Kaloutas c511b88ddc chore: increase the max width of main container 2022-09-09 12:13:56 +08:00
Konstantinos Kaloutas 560d280acd fix: blurry tooltips 2022-09-09 12:13:56 +08:00
Peng Xiao 33885e619b Merge remote-tracking branch 'upstream/master' into whiteboards 2022-09-01 10:29:29 +08:00