Commit Graph

125 Commits

Author SHA1 Message Date
kPherox
78f258495d
Fixed returnValue of get-timeline 2019-05-19 23:25:38 +09:00
kPherox
29b82abead
Fixed tsconfig.json
Remove nedb from types for:
```
ERROR
TS2688: Cannot find type definition file for 'nedb'.
```
2019-05-19 23:13:40 +09:00
kPherox
09e3bfce62
Add get-timeline channel to ipcMain 2019-05-19 23:01:33 +09:00
kPherox
025c1cf19b
Update nedb-promises
Change to use `Datastore.create` instead of `new Datastore`
Forgot replace in Auth...
2019-05-13 01:28:03 +09:00
kPherox
8b2a9964a4
Change to use nedb-promise instead of nedb 2019-05-11 20:37:45 +09:00
kPherox
8fd685a019
Add column component 2019-05-11 19:36:50 +09:00
kPherox
542084e35a
Add column to main view 2019-05-11 17:29:59 +09:00
kPherox
a8bfb2920b
Change to pass timeline doc to main when startup 2019-05-11 16:14:02 +09:00
Cutls
b5e8f29fe3 Add: scroll-bar CSS around TL 2019-05-11 03:37:03 +09:00
kPherox
e3a1dded3d
Add add-timeline event 2019-05-05 23:35:31 +09:00
kPherox
161ebb3f40
Update package-lock.json 2019-05-05 23:22:32 +09:00
kPherox
17c25d7f00
Add check startup event 2019-05-05 23:22:18 +09:00
kPherox
4ca3ec4b1e
Update electron to 4.2.0 2019-05-04 17:08:37 +09:00
kPherox
70e26885dc
Add use url scheme option to account auth 2019-04-30 14:55:24 +09:00
kPherox
f5d63e647a
Fix undefined error 2019-04-30 14:49:08 +09:00
kPherox
405140c8e0
Change to focus with open-url event 2019-04-30 14:40:26 +09:00
kPherox
6f770a04cf
Fix set authorize client 2019-04-30 14:39:46 +09:00
kPherox
654b6942c3
Fix timeline event name
Add error for not supported timeline type
2019-04-30 14:39:00 +09:00
kPherox
51826ecaab
Support redirect to url scheme for authorize 2019-04-30 03:28:50 +09:00
kPherox
a2cac44a81
Add url scheme handler
No yet confirmed for Windows/Linux
2019-04-30 03:28:49 +09:00
kPherox
60db0c13a7
Update dependencies 2019-04-30 03:28:32 +09:00
kPherox
b0b978b7a6
Fix username 2019-04-29 23:19:48 +09:00
kPherox
4af9362a93
Fix not working hot reload for main process
Revert "Update dependencies"
This reverts commit 37da98b19a.
2019-04-29 05:11:06 +09:00
kPherox
25595c62e0
Use account doc's full field instead 2019-04-28 23:56:31 +09:00
Cutls
3f1faae46a CHange: pubTL to TL 2019-04-28 22:50:25 +09:00
Cutls
da6ceefe34 Add: WIP: Timeline (rend/main) 2019-04-28 22:47:11 +09:00
kPherox
b6042896e6
Remove redundant style for toot border 2019-04-28 03:50:25 +09:00
kPherox
f495a95be5
Add border to toot block 2019-04-28 02:51:41 +09:00
kPherox
a573d25580
Add icon to toot for visibility & detail action
Add material design icons package for vue component
2019-04-28 02:50:25 +09:00
kPherox
f1c7b00706
Refactoring account setup listenr 2019-04-27 19:36:00 +09:00
kPherox
f06327c1e4
Use client class instead
Add getter/setter to authorized clients
Save new account client to Client.authorizedHTTP
2019-04-27 19:04:08 +09:00
kPherox
c22484db7c
Replace promise to await & trycatch 2019-04-27 18:59:54 +09:00
kPherox
ed8514c8c7
Add interface for account docs of NeDB 2019-04-27 18:49:31 +09:00
kPherox
f32e28b914
Add client creater for authorized account 2019-04-27 18:43:06 +09:00
kPherox
9f7d54cb88
Add setter for non authorized clients 2019-04-27 18:37:20 +09:00
Cutls
aeda2b14c6 to revert 2019-04-27 15:50:01 +09:00
Cutls
63b8822c05 Cutls's internal commit (merge kPherox's commits) 2019-04-27 15:13:30 +09:00
Cutls
8118826df5 Introduce: Timeline 2019-04-27 15:08:25 +09:00
kPherox
d3f5313bd8
Add username props to user timeline component 2019-04-27 06:45:45 +09:00
kPherox
212cea2b59
Add user timeline component 2019-04-27 06:33:15 +09:00
kPherox
a19b3c899f
Add disable close option to base overlay component 2019-04-27 05:15:24 +09:00
kPherox
d3b5d05762
Change to select timeline when add account 2019-04-27 05:13:34 +09:00
kPherox
fb9d11969b
Change to propagation login complete event
Rename AccountManager to AccountAuth
2019-04-27 05:02:28 +09:00
kPherox
4094a32ab2
WIP: Switch Main/Welcome component 2019-04-27 04:28:19 +09:00
kPherox
69e5fb3f1b
Change class variable to initalize in created
`electron:serve` した時に表示が遅かったのでちょっと早くなる…気がする変更
2019-04-27 04:24:33 +09:00
kPherox
6c2a98e139
Fix typo 2019-04-27 03:24:31 +09:00
kPherox
37da98b19a
Update dependencies 2019-04-27 03:14:17 +09:00
kPherox
1417fb228c
Remove babel/core-js
どうしても必要になった時は使えばいいと思うけど、変化しないブラウザのバージョンでの使い道がわからない
2019-04-27 03:14:12 +09:00
kPherox
9973b8d766
Change modifiers private to public in *.vue
Remove mistyped
2019-04-27 03:10:35 +09:00
Cutls
488f4d078e Fix: typo 2019-04-26 23:45:34 +09:00