Commit Graph

186 Commits

Author SHA1 Message Date
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
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
leizhe
885ef0bcd1 enhance(mobile): less left/right spaces in Reference 2021-12-01 14:04:37 +08:00
charlie
662460ffb8 fix(ui): font style of native android platform 2021-11-24 14:41:16 +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
b423062bfb Emoji page identifiers + sidebar tweaks (#3014)
* feat: add emoji identifiers to pages

* enhance: clean up left sidebar styles

* misc cleanup

* enhance: make it clearer when you are hovering over a nav-content-item header

* refactor: clarify classname for .nav-content-item.header

Co-authored-by: Tienson Qin <tiensonqin@gmail.com>
2021-11-02 21:38:52 +08:00
Seth
36333179ca fix error in common.css 2021-10-25 11:39:41 +08:00
charlie
287b4e2118 enhance(ui): polish left sidebar ui & transition 2021-10-18 13:14:38 +08:00
Tienson Qin
9e0ee04829 fix: markdown footnote definition sometimes doesn't work 2021-10-11 10:14:14 +08:00
Tienson Qin
80f5815c4c enhance: replace discord icon 2021-10-09 14:13:14 +08:00
Charlie
7f9a04d2c1 feat(ui): enhance left sidebar (#2899)
* feat(ui): enhance left sidebar

Co-authored-by: Tienson Qin <tiensonqin@gmail.com>
2021-10-01 21:27:31 +08:00
Devon Zuegel
d3b98243c1 enhance: Consolidate keyboard shortcuts docs 2021-10-01 20:19:10 +08:00
Tienson Qin
53e99d53a6 fix: block reference with a deadline has a redundant new line
close #2863
2021-09-23 19:54:22 +08:00
Devon Zuegel
2f95425687 Make .keyboard-shortcut > code elems easier to read 2021-09-21 11:52:54 +08:00
Tienson Qin
dd9a90b4ad enhance: hide logbook by default 2021-08-31 12:48:51 +08:00
Tienson Qin
6f2a86e79d refactor: diff instead a alerting when a file has been modified 2021-08-30 16:03:43 +08:00
Tienson Qin
df1fc39bc5 chore: update warning style 2021-08-10 21:34:31 +08:00
Michael Schmidt-Korth
1f408d7e34 feat: CSS-changeable max-width in wide mode 2021-08-09 22:03:19 +08:00
Tienson Qin
67c10e3d16 fix: warning style issue 2021-08-06 15:10:12 +08:00
Tienson Qin
9833b5439d enhance: add a warning on demo graph not being persisted 2021-08-06 11:29:09 +08:00
Tienson Qin
bc6f8c5526 feat(srs): ux enhancement 2021-07-22 12:07:04 +08:00
Peng Xiao
94286c1e05 fix: use tailwind to set animation style 2021-07-22 10:12:41 +08:00
Peng Xiao
3fa04b4c5f fix: refresh button's background should not spin when refreshing 2021-07-22 10:12:41 +08:00
Tienson Qin
54573675f2 fix: style issues 2021-07-16 22:43:20 +08:00
Tienson Qin
29ae8cef1f feat: display query results as tables 2021-07-14 21:58:49 +08:00
Tienson Qin
3382037fc7 enhance: light theme color adjustment 2021-07-13 10:55:05 +08:00
Tienson Qin
8e25a4dd32 fix: restore light theme's primary background color to #fff 2021-07-11 22:28:35 +08:00
Tienson Qin
43b704b5d4 fix: no scrollbar when open the right sidebar 2021-07-11 16:38:53 +08:00
Tienson Qin
91a0bf1eeb fix: loader direction 2021-07-09 00:25:07 +08:00
Tienson Qin
5a41300e80 Graph revamp (#2372)
Graph revamp
2021-07-06 23:48:58 +08:00
Peng Xiao
97ecc4b8ed refactor: block-parents and fix its missing key warning 2021-06-29 23:38:14 +08:00
Devon Zuegel
592d731732 UX polish and refactor
- Visual polish for the settings page, keyboard shortcuts page, and outdenting tooltip
- Tweak copy throughout the app to make it a little simpler
- Add the ability to fetch the name of the meta key (i.e. Cmd or Ctrl) so it can be displayed to the user
- Make it possible to Cancel out of editing a keyboard shortcut, rather than the only option being to Save
2021-06-27 23:29:33 +08:00
Tienson Qin
9d11b3b65a refactor: drag && drop 2021-06-23 17:20:52 +08:00
Devon Zuegel
abe3dd6b99 Bump up opacity on icons to increase contrast 2021-06-17 10:30:02 +08:00
Tienson Qin
0e31cdd8bd fix: selected blocks order
also, catch all the errors for the main view so that it will not
crash the whole app.
2021-06-15 16:03:42 +08:00
Peng Xiao
ef1e5494ff fix: some overflow issues 2021-06-15 09:58:55 +08:00
Tienson Qin
ab8c8f47ae fix: block marker/priority is not displayed in references
Close #1377
Close #1601
Close #1871
2021-05-21 20:40:00 +08:00
Tienson Qin
7476e49b29 enhance: separate page properties from block properties 2021-05-21 12:47:34 +08:00
Tienson Qin
6c6e3f20b6 enhance: add blocks-properties style 2021-05-16 22:48:35 +08:00
Tienson Qin
0352d4e2c1 fix: unordered list number
close #1784
2021-05-11 22:38:44 +08:00
Weihua Lu
560203ce4f revert "fix: deprecate nested a link warning"
This reverts commit 4980423195.
2021-04-30 15:25:12 +08:00
Weihua Lu
4980423195 fix: deprecate nested a link warning 2021-04-30 15:19:00 +08:00
Tienson Qin
2a48fba72c enhance: adjust scrollbar foreground color 2021-04-18 12:56:44 +08:00
Tienson Qin
dcf37edc10 fix: several issues related to graph
fixed position: sticky not working on safari
2021-04-18 12:56:44 +08:00
Tienson Qin
8f6505d04b enhance: scrollbar no longer limits to the main content
also, a sticky right topbar
2021-04-18 12:56:44 +08:00
Tienson Qin
422fd8353b enhance: full search results 2021-04-12 21:36:59 +08:00
Tienson Qin
6e62f90a09 feat: search inside the current page 2021-04-11 15:38:32 +08:00