Commit Graph

306 Commits

Author SHA1 Message Date
Tienson Qin
ecde2c3bfc fix: cross-platform shotcuts (#10590)
This PR also simplifies the implementation of shui/shortcut a lot.

* fix: consistent char for the Enter key

* fix: show ctrl instead of ⌘ for copy ref

* fix: "Ctrl" should be split from "Ctrl X"
2023-12-03 12:40:08 +08:00
Tienson Qin
2a62767f34 chore: replace shui__ with ui__
Theme creators don't need to know about shui.
2023-11-13 22:39:53 +08:00
Tienson Qin
96693439d0 Feat/cmdk radix tweaks (#10493)
* prefer --lx-gray-11

* Fix sidebar item color

* Update theme mode images

* Update shortcuts globally

* Assets updated to support radix

* fix: add missing keyboard-shortcut class

* fix: custom button background

* fix: lower case shortcuts

* chore: remove old shortcut list

* fix: shortcut ns

* enhance: shortcut accepts both sequence and string

* fix: shortcut remap ux

* fix: remove codemirror box shadow

---------

Co-authored-by: Ben Yorke <ben@yorke.io>
2023-11-12 20:43:10 +08:00
Tienson Qin
5ff69286be fix: hover text color 2023-11-09 13:43:48 +08:00
Tienson Qin
4402dcd38a chore: replace --logseq-og with --ls 2023-11-09 13:37:33 +08:00
Tienson Qin
086e25b236 fix: button default background color 2023-11-09 13:31:53 +08:00
Ben Yorke
1896d372b1 fix highlighted text color 2023-11-07 16:35:31 +01:00
Ben Yorke
0453b19e04 Fix white color buttons on ls theme 2023-11-07 15:22:06 +01:00
Ben Yorke
adc788f1c6 Fix colorization 2023-11-07 14:52:12 +01:00
Tienson Qin
f16127c80b enhance: tile sm size 2023-11-03 00:16:36 +08:00
Tienson Qin
439d08cf8a enhance: move tip to the left 2023-11-03 00:16:36 +08:00
Ben Yorke
184dfd7d54 More design tweaks 2023-10-26 14:24:12 +02:00
Ben Yorke
e3407138cd Updates 2023-09-25 16:21:41 +02:00
Ben Yorke
2ee777ae97 Updates 2023-09-24 21:31:45 +02:00
Ben Yorke
246e904457 cmdk2 updates 2023-09-15 13:30:51 +02:00
Ben Yorke
0f7f9adf9b Merge github-bendyorke:logseq/logseq into feat/cmdk 2023-08-31 16:08:22 +02:00
Ben Yorke
24006b3d82 updates 2023-08-25 15:54:00 +02:00
Konstantinos Kaloutas
b5df30f4e1 move and refactor css files 2023-08-04 11:17:30 +08:00
Konstantinos Kaloutas
5a011ecab4 handle tippy-tooltip styles 2023-08-04 11:17:30 +08:00
Konstantinos Kaloutas
f9b8f69c16 handle amplify 2023-08-04 11:17:30 +08:00
Ben Yorke
8bff0f2139 cmdk initial implementation 2023-08-02 23:07:05 +03:00
Konstantinos Kaloutas
beace1be7a fix: remove outdated styles (resolves #9940) 2023-07-30 12:13:50 +08:00
Konstantinos Kaloutas
3bce831027 remove height rule 2023-07-24 13:35:57 +03:00
Konstantinos Kaloutas
a5d2137748 overflow fix 2023-07-24 13:02:46 +03:00
Konstantinos Kaloutas
86d3cad507 handle shepherd.js 2023-07-21 10:07:06 -04:00
Konstantinos Kaloutas
9fd3deb39e handle reveal.js 2023-07-21 10:07:06 -04:00
Konstantinos Kaloutas
9f85069264 convert codemirror hint addon 2023-07-10 00:54:54 +08:00
Konstantinos Kaloutas
4f07baad37 convert codemirror 2023-07-10 00:54:54 +08:00
Konstantinos Kaloutas
6343f7a7aa remove more excalidraw assets 2023-07-10 00:54:54 +08:00
Konstantinos Kaloutas
85a8e1246a remove excalidraw assets 2023-07-10 00:54:54 +08:00
Konstantinos Kaloutas
1f09012f01 convert photoswipe 2023-07-10 00:54:54 +08:00
Konstantinos Kaloutas
c9cce26b6e fix: inter css 2023-07-10 00:54:54 +08:00
Ben Yorke
6f984d45ef cmdk 2023-06-30 20:59:05 +02:00
Ben Yorke
4e2d980955 button and cmdk 2023-06-30 09:37:07 +02:00
Ben Yorke
dc78790000 Revert codemirror solarized theme 2023-06-30 09:35:34 +02:00
Ben Yorke
1e264c9c76 Update codemirror 2023-06-30 09:35:34 +02:00
Ben Yorke
c8692d12c4 Updates to radix jakobs feedback 2023-06-30 09:35:01 +02:00
Ben Yorke
6e31a55fe0 Inital radix reskin 2023-06-30 09:35:00 +02:00
Ben Yorke
c6cad4135e second pass at styling 2023-06-30 09:34:31 +02:00
Ben Yorke
641a38afa6 Setting of radix colors 2023-06-30 09:33:35 +02:00
Allan Chain
6d0033e645 chore: include katex resources from npm 2023-06-23 10:05:45 -04:00
Allan Chain
9a8d5ea6a5 chore: update KaTeX from 0.13.18 to 0.16.7 (#9625) 2023-06-13 22:42:52 +08:00
Konstantinos
95149e13f6 Feat: Export to image (#9037)
* feat: export to image

* chore: export selection on whiteboards

* fix: whiteboards zoom on export

* fix: loading position

* chore: support video thumb

* core: add export to  whiteboards context menu

* fix: context menu entry

* fix; copy image to clipboard

* fix: copy / export label

* fix: hide ui elements

* fix: remove random character

* fix: graph export

* chore: remove console log and jpg format

* style: run prettier

* fix: disable on multiple selected blocks

* fix: multiple blocks

* enhance: restrict bounds of selected shapes

* chore: export selection on whiteboards

* fix: whiteboards zoom on export

* chore: support video thumb

* core: add export to  whiteboards context menu

* fix: context menu entry

* fix; copy image to clipboard

* fix: copy / export label

* fix: hide ui elements

* fix: remove random character

* fix: graph export

* chore: remove console log and jpg format

* style: run prettier

* fix: disable on multiple selected blocks

* fix: multiple blocks

* enhance: restrict bounds of selected shapes

* Fix any html2canvas related functionality failing in publishing

* fix: portal header gradient on export

* chore: add comment about html2canvas-ignore attr

* fix: use export padding constant

* fix: export collapsed portals with size >  medium

* fix: reset export type

* enhance: export filename

---------

Co-authored-by: Gabriel Horner <gabriel@logseq.com>
Co-authored-by: Tienson Qin <tiensonqin@gmail.com>
2023-04-12 17:39:22 +08:00
charlie
30df4c220b fix(ui): unwanted reset style from amplify ui 2023-04-06 14:36:36 +08:00
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