Commit graph

309 commits

Author SHA1 Message Date
林一二
3cc2289937 refactor: rename tiddlygit to tidgi in code 2021-12-18 13:16:26 +08:00
tiddlygit-test
84a4f65329 feat: add command palette button to the sidebar 2021-11-06 18:01:48 +08:00
tiddlygit-test
845222a752 fix: type error after upgrade electron 2021-10-01 15:10:34 +08:00
林一二
ddcf315ef0 fix: dont restart when click away 2021-09-16 22:03:14 +08:00
tiddlygit-test
f06b3ef0c7 feat: allow clear input 2021-08-12 02:18:36 +08:00
tiddlygit-test
4734a04bb0 fix: can't delete input 2021-08-12 02:12:58 +08:00
tiddlygit-test
473ea84457 fix: sometimes event.target.value can be undefined
this fixes https://github.com/tiddly-gittly/TiddlyGit-Desktop/issues/95
2021-08-11 23:57:30 +08:00
林一二
f3870043fd lint: fix warnings 2021-08-08 01:32:29 +08:00
林一二
fb6dbdd0bf lint: auto fix of typescript-sort-keys 2021-08-08 01:22:18 +08:00
林一二
41f064fa9c fix: template literal type is not working properly 2021-08-07 20:44:49 +08:00
林一二
8969658db2 lint: auto fix 2021-08-07 18:53:06 +08:00
tiddlygit-test
98b4293175 feat: add progress bar to restart button 2021-07-10 13:21:26 +08:00
tiddlygit-test
37e5389595 feat: edit workspace can switch synced workspace now 2021-07-01 23:13:58 +08:00
tiddlygit-test
d03500ae53 docs: translate loading 2021-06-28 22:24:29 +08:00
tiddlygit-test
2ebfd522f7 feat: refresh count down wait for input to finished 2021-06-26 11:01:31 +08:00
tiddlygit-test
1d025b1a02 feat: use snack bar to inform user of restart 2021-06-26 00:48:16 +08:00
tiddlygit-test
c3b2e6244f fix: workspace list won't update after delete 2021-06-24 01:03:26 +08:00
tiddlygit-test
8759bdf433 refactor: import {} from 2021-05-30 00:20:45 +08:00
tiddlygit-test
eb1c0e4f4b fix: close find in page 2021-05-16 00:47:50 +08:00
tiddlygit-test
5d3b96c936 doc: translate find in page 2021-05-16 00:35:40 +08:00
tiddlygit-test
e5e3a54a7b Update gitTokenHooks.ts 2021-05-15 20:36:15 +08:00
tiddlygit-test
3fa4f1e8f5 refactor: use latest authing sdk 2021-05-15 20:03:26 +08:00
tiddlygit-test
9a8123fbf1 feat: allow email to be undefined or null, if user haven't fill email in git service 2021-05-06 00:44:45 +08:00
tiddlygit-test
7248712232 feat: auto select first one after first search 2021-05-06 00:32:20 +08:00
tiddlygit-test
1e37eb6a53 fix: search typing of github list 2021-05-06 00:22:49 +08:00
tiddlygit-test
6178de753c Update SearchGithubRepo.tsx 2021-05-05 23:21:59 +08:00
tiddlygit-test
7a8fe91fa4 feat: add Git url form 2021-05-05 23:18:47 +08:00
tiddlygit-test
8d99d80cf6 feat: better ui 2021-05-05 21:42:35 +08:00
tiddlygit-test
180fec8396 feat: show error message 2021-04-29 22:46:57 +08:00
tiddlygit-test
3cb9668880 fix: type error 2021-04-29 22:39:04 +08:00
tiddlygit-test
66a1512c6c fix: type errors 2021-04-24 20:57:41 +08:00
tiddlygit-test
d646d3c372 style: eslint auto fix 2021-04-24 20:17:16 +08:00
tiddlygit-test
8339db631e fix: type errors 2021-04-24 19:42:47 +08:00
tiddlygit-test
d6f624db23 fix: css without px 2021-04-18 21:55:53 +08:00
tiddlygit-test
e3a41e3a0f feat: update form's storageProviderSetter in TokenForm 2021-04-16 01:50:58 +08:00
tiddlygit-test
d02ea8cc9d feat: better style for tokenform 2021-04-15 00:36:46 +08:00
tiddlygit-test
844138e739 refactor: delete unused deps 2021-04-15 00:19:48 +08:00
tiddlygit-test
a29cdd5a23 fix: onLoginSuccessResponse call too many times 2021-04-14 23:26:11 +08:00
tiddlygit-test
df7b661ef3 feat: try load token upon form open 2021-04-14 01:19:47 +08:00
tiddlygit-test
ede426c09d doc: update descriptions 2021-04-14 00:40:23 +08:00
tiddlygit-test
983351ab50 feat: 允许通过登录获取 token email 和账号 2021-04-14 00:19:52 +08:00
tiddlygit-test
6d1cb90ab6 feat: allow token use template literal type 2021-04-13 23:50:51 +08:00
tiddlygit-test
6788158a70 refactor: move graphqlClient outof AddWorkspace 2021-04-13 01:07:19 +08:00
tiddlygit-test
79847adbb3 feat: allow user use Authing to get token 2021-04-13 01:06:19 +08:00
tiddlygit-test
af32534288 feat: allow user choose workspace to be synced or local 2021-04-13 00:07:53 +08:00
tiddlygit-test
fee0bf4bee feat: TokenForm for preference and create workspace 2021-04-12 23:17:00 +08:00
tiddlygit-test
f75a9b838f feat: try add token tabs 2021-04-12 00:50:34 +08:00
tiddlygit-test
67a70f2829 refactor: move AddWorkspace form into hooks 2021-03-31 23:00:14 +08:00
tiddlygit-test
12bf0661b1 fix: FindInPage not working 2021-03-10 00:48:32 +08:00
tiddlygit-test
0972a7540b refactor: remove mui wrapper 2021-03-09 22:33:14 +08:00