Commit Graph

134 Commits (0ec534fbcff5f585268c580e7c4bf3a65162373d)

Author SHA1 Message Date
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
charlie 81ae683689 fix(ui): code block theme when toggling theme 2021-06-01 21:48:45 +08:00
Tienson Qin 43d00d677d fix: inserting some weird characters on plain text and code blocks
close #2042
close #2037
2021-05-30 11:14:02 +08:00
charlie fe8119dfa1 improve(ui): adapt default theme colors of code block 2021-05-28 18:39:18 +08:00
Tienson Qin cc325673f1 feat: page preview 2021-05-23 23:25:13 +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 dbc643b85a feat: add old outdent behavior back
Related thread: https://discuss.logseq.com/t/whats-your-preferred-outdent-behavior-the-direct-one-or-the-logical-one/978
2021-05-19 20:28:21 +08:00
Tienson Qin 6c6e3f20b6 enhance: add blocks-properties style 2021-05-16 22:48:35 +08:00
Tienson Qin 82ddd4c079 feat: add block preview
use tippy for tooltip
2021-05-13 00:35:10 +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
Junyu Zhan fcce095c92 feat: add page path to block search result 2021-04-09 20:42:35 +08:00
Tienson Qin c1e276caf0 chore: remove font-size settings for mark 2021-04-01 16:57:27 +08:00
Tienson Qin 94184ebfda enhance: latex border color
Resolved #1544
2021-03-29 10:31:00 +08:00
thezjy a4d0666bcc
feat: use a button to load more journals (#1529)
* feat: use a button to load more journals

* feat: preserve the "scroll to load more" behavior

* ignore .clj-kondo all together

* enhance: load latest two journals by default

Co-authored-by: Tienson Qin <tiensonqin@gmail.com>
2021-03-25 11:45:31 +08:00
Tienson Qin 4010689a7b chore: set h1 font weight to 600 2021-03-24 23:38:00 +08:00
Tienson Qin 9ca18e95c7 refactor: remove main.css and style.css too 2021-03-19 22:08:35 +08:00
Tienson Qin e06ee2290f refactor: merge both vendor.css and main.css
Import all used CSS modules into tailwind.all.css
2021-03-19 22:08:35 +08:00
charlie 67321778a6 improve(dev): css development flow 2021-03-19 15:16:21 +08:00
Tienson Qin 7e08073f75 chore: remove style.dev.css
Also, place common.css after tailwindcss utilities to make sure our
style has a higher priority
2021-03-18 22:43:18 +08:00
Charlie 2625552e76
improve(dev): support tailwind jit mode (#1473) 2021-03-18 19:46:39 +08:00
Tienson Qin b2d72ad9a2 fix: priority display
Resolved #1445
2021-03-11 22:25:14 +08:00
Tienson Qin 92ad0296e6 feat: switch to use Excalidraw api 2021-03-10 23:32:49 +08:00
Tienson Qin 4f80bb6139 fix: improve search precision 2021-03-10 22:24:43 +08:00
Tienson Qin 35296a6897
Perf/db serialization (#1417)
* perf: disable auto-save dbs on electron

We still save the dbs when user reload the app or close the app.

Notice: Ctrl-c doesn't work now

* chore: re-enable mtime check when writing to disk

* ui: add db persistent notification
2021-03-08 16:31:58 +08:00
Tienson Qin 00b0083546 ui: keep head background 2021-03-08 16:08:19 +08:00
charlie 0cd5f73c25 improve(dev): add dev style entry 2021-03-08 14:32:03 +08:00
Tienson Qin cdf6a907ac enhance: show search button by default 2021-02-28 00:37:11 +08:00