Commit Graph

534 Commits

Author SHA1 Message Date
Andelf
f4f215b3cf fix(deps): missing electron-context-menu in final build 2022-02-17 09:55:51 +08:00
Tienson Qin
ad9b5d152d Merge branch 'master' into enhance/cut-memory-usage 2022-02-08 21:05:38 +08:00
Tienson Qin
982eba9396 refactor: remove i18n tongue context 2022-02-08 17:31:32 +08:00
Tienson Qin
faea913a40 enhance: cut memory usage 2022-02-08 15:49:09 +08:00
charlie
7442dbc125 enhance(ui): setup default context menu with right click 2022-02-08 15:03:39 +08:00
Gabriel Horner
54420c9a5d Address review feedback 2022-01-28 10:48:44 -05:00
leizhe
79a1c15ba9 feat(mobile): tap status bar to scroll to top 2022-01-20 10:35:11 +08:00
Junyi Du
226541ff5e enhance: apply normalization on page indexing & diacritics / accents searching compat. 2022-01-20 10:33:50 +08:00
Tienson Qin
6aba8c3241 Improve long page editing performance (#3855)
* Remove expensive parsing when saving files

* Add limit to page blocks query

* Don't collapse block's body to make it compatible with other tools

* Alert if there're unsaved changes when switching graphs

* DB schema migration for :block/collapsed? from it's property

Co-authored-by: Andelf <andelf@gmail.com>
2022-01-18 10:37:31 +08:00
dependabot[bot]
d360a11ed8 chore(deps-dev): bump postcss from 8.2.10 to 8.2.13
Bumps [postcss](https://github.com/postcss/postcss) from 8.2.10 to 8.2.13.
- [Release notes](https://github.com/postcss/postcss/releases)
- [Changelog](https://github.com/postcss/postcss/blob/main/CHANGELOG.md)
- [Commits](https://github.com/postcss/postcss/compare/8.2.10...8.2.13)

---
updated-dependencies:
- dependency-name: postcss
  dependency-type: direct:development
...

Signed-off-by: dependabot[bot] <support@github.com>
2022-01-14 14:11:21 +08:00
dependabot[bot]
3f5aac8e04 chore(deps): bump is-svg from 4.2.2 to 4.3.0
Bumps [is-svg](https://github.com/sindresorhus/is-svg) from 4.2.2 to 4.3.0.
- [Release notes](https://github.com/sindresorhus/is-svg/releases)
- [Commits](https://github.com/sindresorhus/is-svg/compare/v4.2.2...v4.3.0)

---
updated-dependencies:
- dependency-name: is-svg
  dependency-type: direct:production
...

Signed-off-by: dependabot[bot] <support@github.com>
2022-01-14 14:11:04 +08:00
leizhe
bf9c08105f bump react-tweet-embed
The current version 1.2.1 was released 3 years ago. Updating it to the
lastest version may solve some issues, typically unloading issue that
iOS users keep reporting.
2022-01-11 12:08:52 +08:00
charlie
33fbb0aa1b fix(editor): backspace for emoji char 2022-01-10 16:58:01 +08:00
Andelf
2c18a651f1 fix(deps): bad colors.js (#3831) 2022-01-09 16:55:26 +08:00
Andelf
b9af84a4b0 chore(deps): upgrade playwright 2022-01-08 13:36:52 +08:00
Tienson Qin
9b5c98284b chore: bump mldoc
related to #3451
2022-01-05 18:02:16 +08:00
Tienson Qin
414eaf9691 fix: Clicking raw HTML links loads target URL in the desktop app
close #3722
2022-01-04 14:21:37 +08:00
Tienson Qin
539672afeb chore: bump mldoc
Related to #3578
2021-12-27 16:40:31 +08:00
Andelf
b6af68189f fix(build): add missing cross-env prefix 2021-12-26 10:50:58 +08:00
Andelf
3d12402b6a fix(build): rm parser-worker patch 2021-12-26 10:50:58 +08:00
Andelf
a1825370ef fix(build): lock pixi.js v6.2.0 for pixi-graph-fork 2021-12-26 02:47:24 +08:00
Andelf
9c5dd154d5 fix(build): wrong excalidraw version 2021-12-24 13:05:33 +08:00
charlie
bd7799eaa2 enhance(ui): WIP: fixed element of ios platform 2021-12-22 15:37:54 +08:00
llcc
3dfa44eeba Merge branch 'master' into enhance/mobile 2021-12-16 13:51:27 +08:00
Tienson Qin
719f10b863 fix: add electron dep to package.json too 2021-12-16 00:31:01 +08:00
Tienson Qin
3aadda4303 fix: downgrade electron to v15
related to #3421
2021-12-16 00:23:23 +08:00
llcc
d2e54d31fe Merge branch 'master' into enhance/mobile 2021-12-15 11:41:10 +08:00
Tienson Qin
338f10eaef debug: downgrade electron version to test cpu usage on Linux 2021-12-15 11:24:18 +08:00
Tienson Qin
dc34f027b6 Graph view enhancements (#3453)
Graph view enhancements
2021-12-14 15:01:45 +08:00
Andelf
c8c8fccc7e fix(build): excalidraw version should be consistent with assets 2021-12-12 16:26:44 +08:00
Tienson Qin
d3fa2196b0 fix: Horizontal line not created with ---
close #3416
2021-12-11 14:09:17 +08:00
leizhe
a0cb6e5526 feat(mobile): embed a photo in block
The seleted photo will be stored in assets folder.
2021-12-07 21:03:25 +08:00
Tienson Qin
d7c4392ecb perf: reduce start time from minutes to seconds for large graphs 2021-12-05 22:18:19 +08:00
Tienson Qin
0d13f9f081 Merge branch 'master' into mobile 2021-12-05 11:39:58 +08:00
Tienson Qin
00a39ceda3 enhance: remove source map from mobile apps 2021-12-01 12:33:04 +08:00
Tienson Qin
a1c8a78034 fix(mobile): swiper not working 2021-12-01 12:26:25 +08:00
Tienson Qin
aa740ea0a6 fix: replace npx cap copy with npx cap sync 2021-12-01 10:50:19 +08:00
Tienson Qin
b4ca337af3 feat(mobile): swipe right/left to toggle the left sidebar 2021-11-30 15:15:04 +08:00
Andelf
935a317c6e ci: use version.cljs instead 2021-11-30 11:06:35 +08:00
Andelf
fa003e6f57 ci: refactor desktop app release ci, add nightly build 2021-11-30 11:06:35 +08:00
Tienson Qin
676d4002fa chore: bump capacitor/filesystem 2021-11-27 19:11:20 +08:00
Tienson Qin
7101b8c491 fix: can't open graph again on Android 2021-11-27 13:10:34 +08:00
Tienson Qin
a5674b1728 fix: code block can't be saved 2021-11-26 19:15:33 +08:00
charlie
0d16b12885 Merge branch 'master' into mobile 2021-11-25 15:58:01 +08:00
Tienson Qin
da73064a90 fix: make blockquotes compatible with previous versions
related to #3267
2021-11-25 15:00:32 +08:00
leizhe
59f6a4371f add run-ios-release script 2021-11-25 10:07:43 +08:00
charlie
62a8ed8ff4 improve(mobile): back navigation for android 2021-11-24 17:26:05 +08:00
Tienson Qin
8bcbf08d8e chore: bump mldoc 2021-11-24 17:03:21 +08:00
Tienson Qin
289b86c99e chore: bump mldoc 2021-11-23 21:16:54 +08:00
Andelf
8d0d4ae3a2 test(e2e): add playwright test 2021-11-23 17:26:53 +08:00