Commit Graph

174 Commits (ada8cc6a38e2f1ff17bd9dc1bff03fa96a8d4ec8)

Author SHA1 Message Date
Tienson Qin 94184ebfda enhance: latex border color
Resolved #1544
2021-03-29 10:31:00 +08:00
Junyu Zhan 78afe3e602 feat: export custom css 2021-03-26 21:28:07 +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 0670c54661 fix: move electron-window-state to resources/package.json 2021-03-24 20:16:02 +08:00
Tienson Qin a1d4a4d110 chore: remove dev.html 2021-03-19 22:08:35 +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 710bab5759 fix: add fs-extra to electron app 2021-03-16 23:03:46 +08:00
Junyu Zhan 3cb6265e16 feat: [electron] export index.html together with other assets 2021-03-16 23:03:46 +08:00
Tienson Qin b2d72ad9a2 fix: priority display
Resolved #1445
2021-03-11 22:25:14 +08:00
Tienson Qin 3605ed53e3 fix: both encryption and excalidraw not working on Electron 2021-03-11 00:30:39 +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
defclass 615c851d7c chore(electron): add appimage format for linux 2021-03-09 10:35:35 +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
Tienson Qin 8fd7e0cbbe enhance: add some docs for Contents 2021-02-25 20:09:33 +08:00
Tienson Qin fca063f004 fix: only write config.edn when it doesn't exists 2021-02-24 23:55:58 +08:00
Sly 19e062f35c Fix background color variable for search_field 2021-02-24 12:38:00 +08:00
Sly 8a2230cfe6 Fix missing variables for tags 2021-02-24 12:38:00 +08:00
Tienson Qin ca4428d6a5 chore: css tweaks
Disable italics and border radius for block refs
2021-02-23 23:10:47 +08:00
charlie d5e87aaa35 feat(sidebar): resize width 2021-02-23 19:00:19 +08:00
Tienson Qin d7e3027a4c fix: set mark font size 2021-02-22 23:18:16 +08:00
Tienson Qin 27d53f4113 fix: remove padding for tags 2021-02-22 23:04:56 +08:00
Tienson Qin 8ea487a5cd enhance: theme tweaks
Code and ideas are mostly from https://github.com/PiotrSss/logseq-bujo-theme.
2021-02-22 22:51:29 +08:00
Tienson Qin 2dc42d70fe chore: bold h1 2021-02-20 21:18:54 +08:00
charlie 0fda94a7aa fix(editor): page blocks duplicated when multiple same page name files 2021-02-05 19:04:54 +08:00
charlie 00d642ee31 fix(electron): typo of [Logseq] 2021-02-04 14:54:57 +08:00
charlie 93f60df420 improve(electron): desktop icon 2021-02-02 23:08:22 +08:00
defclass f75bf5e1b7 Revert "Merge pull request #1158 from logseq/refacotor/add-cljs-env"
This reverts commit d82555a6f9, reversing
changes made to df1da263ac.
2021-02-02 21:32:34 +08:00
Tienson Qin 6488857aad Merge branch 'master' into fix/electron-alpha-issues 2021-02-02 21:04:18 +08:00
Tienson Qin 535bc6bd97 Merge branch 'master' into fix/electron-alpha-issues 2021-02-02 17:16:14 +08:00
Tienson Qin d82555a6f9
Merge pull request #1158 from logseq/refacotor/add-cljs-env
Refacotor/add cljs env
2021-02-02 17:10:11 +08:00
Tienson Qin df1da263ac chore: add sentry for error tracking 2021-02-02 16:55:36 +08:00
defclass 8d868bf842 Merge remote-tracking branch 'upstream/master' into refacotor/add-cljs-env 2021-02-02 14:45:54 +08:00
charlie d8c04f7f75 Merge remote-tracking branch 'origin/master' into fix/electron-alpha-issues 2021-02-02 14:43:53 +08:00
Tienson Qin 8339121372
Merge pull request #1237 from logseq/chore/desktop-release-ci
Chore/desktop release github action
2021-02-02 14:25:09 +08:00
defclass e100f64dcc chore(ci): add osx notarize 2021-02-02 11:21:41 +08:00
charlie 9286851e93 fix(electron): desktop icons 2021-02-01 22:20:08 +08:00
rainmote a6780401b4 fix: can't found code-editor.js on desktop
fix: load setting page error when no repo
2021-01-31 16:29:44 +08:00
Tienson Qin d9bca05c35 chore: add code sign for mac desktop app 2021-01-31 11:24:10 +08:00
Tienson Qin b7b02b22da Merge branch 'master' of github.com:logseq/logseq 2021-01-29 15:26:02 +08:00
Tienson Qin 516dc0a629 chore: remove background when installing the app 2021-01-29 15:22:18 +08:00
charlie dc4e9436d5 fix(electron): open in directory on Win 2021-01-29 15:22:05 +08:00