Commit Graph

25 Commits

Author SHA1 Message Date
Tienson Qin
b3f67c69b1 misc: delete both web github integration and encryption 2022-04-24 11:17:47 +08:00
leizhe
30996118b0 enhance(mobile): tweat diff window 2022-01-24 13:26:04 +08:00
Gabriel Horner
f1d15b0e05 Lint components and address comments in review
Start using :clj-kondo/ignore as lint violations that need to be
revisited. They may side effect and should be removed with better
understanding of their context
2022-01-12 15:32:47 -05:00
llcc
fef5bbf068 enhance(clock): support recording in repeated block // cleanup unused namespaces (#2777)
* enhance(clock): support recording in repeated block

* cleanup: unused namespaces

* cleanup: missing-else-branch if --> when

* enhance: wider search results window for mobile browser

* fix: namespace requirement
2021-09-08 10:23:16 +08:00
Tienson Qin
b86a801514 enhance: don't show diff if there's only blank changes 2021-09-06 23:23:27 +08:00
Tienson Qin
78f4cc35a4 fix: atom not derefed 2021-08-31 20:35:02 +08:00
Tienson Qin
fff5532e3f enhance: better workflow to resolve the modified file 2021-08-31 20:22:27 +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
e43cf125f6 feat: rename a page will rename corresponding namespace pages and files (#2283)
* feat: rename a page will rename corresponding namespace pages

and files.

* enhance: jump to namespace page instead of the [[page]] itself

* namespace: create prefix ns pages instead of pages themselve

* fix: only rename files when namespace prefix matches
2021-06-28 22:15:01 +08:00
Tienson Qin
7349910e6f fix: git diff doesn't work because we don't store the raw file content 2021-05-09 11:25:41 +08:00
Tienson Qin
3b1a3c705e fix: encrypted text in diff page 2021-02-24 13:19:39 +08:00
Tienson Qin
5c401f2bd3 electron: simplify the header 2021-01-26 14:55:56 +08:00
Tienson Qin
510fa4a35a fix: the layout on mobile is broken when the title is too long
Resolved #983 and #596
2020-12-25 22:56:44 +08:00
defclass
0eff6751cd refacotr(helper): remove frontend.helper 2020-12-23 00:04:05 +08:00
Tienson Qin
b43ca56cd2 fix: remove unused component 2020-12-03 16:23:44 +08:00
Tienson Qin
98bde66b48 fix: try to fix entire file content deleted after unusual sync behavior
Related to #783
2020-12-03 16:23:44 +08:00
Yukun Guo
9906555aad chore: remove git/get-local-diffs
It is the same as git/get-diffs
2020-12-01 15:32:56 +08:00
Tienson Qin
89fa24a81b fix: git diff shows empty or always loading
Resolved #218, #217, #171
2020-11-24 20:27:19 +08:00
Tienson Qin
f25844a833 fix: will-mount should return a state
Resolved #713
2020-11-24 14:50:19 +08:00
defclass
6de9b72405 style(token): fix code styles 2020-11-17 16:33:18 +08:00
defclass
93e46eca9b fix(token): fix bugs 2020-11-17 14:52:04 +08:00
defclass
b5d49c8ac6 feat(token): fetch token if token expires 2020-11-17 13:15:13 +08:00
Tienson Qin
b5e3f7de6e refactor: simplify git state
Retreive both local and remote oids using resolveRef.
2020-11-11 16:19:45 +08:00
Runjuu
ea44608ca4 fix(component/diff): style issues
- avoid header content overflow
- make diff file scrollable
2020-11-06 15:01:56 +08:00
Tienson Qin
2d1fa33204 refactor: remove web 2020-10-27 23:19:40 +08:00