kPherox
|
2c3a9227dd
|
Merge branch 'rewrite-vue' of github:cutls/TheDesk into rewrite-vue
|
2019-05-23 02:25:28 +09:00 |
|
Cutls
|
893c09dedb
|
Add: header grid and icons
|
2019-05-23 00:46:31 +09:00 |
|
Cutls
|
e37e9a98c8
|
Add: all visibility icons
|
2019-05-23 00:12:49 +09:00 |
|
kPherox
|
28fb6ffda6
|
Change renderer add-timeline value to nedb id
|
2019-05-22 16:42:03 +09:00 |
|
kPherox
|
c0b89e99b0
|
Add error handling for get-timeline
|
2019-05-22 16:32:30 +09:00 |
|
kPherox
|
f00b0dd3f1
|
Remove timeline area of AddColumn/User component
Fix name fediverse -> federated
|
2019-05-22 16:14:08 +09:00 |
|
kPherox
|
78d87633f5
|
Add error handling of login-complete
|
2019-05-22 16:05:33 +09:00 |
|
kPherox
|
7359995a3e
|
Add listener for add-timeline to Main component
|
2019-05-22 16:04:19 +09:00 |
|
kPherox
|
8221f5495f
|
Change media style
|
2019-05-22 16:02:31 +09:00 |
|
kPherox
|
8286602d62
|
Change scrollbar design
|
2019-05-22 13:29:28 +09:00 |
|
kPherox
|
a7c09009a7
|
Remove timeline area of AddColumn/Public component
|
2019-05-22 12:35:33 +09:00 |
|
kPherox
|
2133ff22d0
|
Change column header structure
|
2019-05-20 06:37:12 +09:00 |
|
kPherox
|
d6de390808
|
Add toolbar block
|
2019-05-20 01:38:56 +09:00 |
|
kPherox
|
f35ab35bda
|
Fix column style
|
2019-05-19 23:36:32 +09:00 |
|
kPherox
|
a931e82f41
|
Add get timeline to Column component
Change to uncomment import Column of Main component
|
2019-05-19 23:29:36 +09:00 |
|
kPherox
|
e8f73dbaa8
|
Fix error check for App component
|
2019-05-19 23:27:04 +09:00 |
|
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 |
|