1594 Commits

Author SHA1 Message Date
AkiraFukushima
1224191fc0 fix: Fix database path for production 2018-03-22 16:49:39 +09:00
AkiraFukushima
240f79c3d9
Merge pull request #83 from h3poteto/iss-78
closes #78 Create release build
2018-03-22 15:48:07 +09:00
AkiraFukushima
6ee51c94c5 refs #81 Guard submitting with enter in login and authorize 2018-03-22 15:17:31 +09:00
AkiraFukushima
94e424f685 refs #78 Create makefile for production release 2018-03-22 14:50:19 +09:00
AkiraFukushima
004de980af refs #79 Remove search instance form 2018-03-22 10:46:17 +09:00
AkiraFukushima
a82f45f23d fix: Remove unnecessary modules 2018-03-22 10:45:55 +09:00
AkiraFukushima
a38ce0a550 fix: Remove ipc listeners when it become unnecessary 2018-03-22 09:50:15 +09:00
AkiraFukushima
1d30e36280 refs #22 Bind cmd+enter for post toot in mac 2018-03-21 23:50:47 +09:00
AkiraFukushima
f8d111039d refs #22 Bind ctrl+enter for post toot in linux 2018-03-21 23:37:46 +09:00
AkiraFukushima
68f3b193e3 refs #22 Change menu item after authorize new account 2018-03-21 22:32:32 +09:00
AkiraFukushima
f2425db9c9 refs #22 Set native type in login and authorize form 2018-03-21 15:52:24 +09:00
AkiraFukushima
56f88454a0 refs #22 Add change channel shortcut and change channel modal 2018-03-21 15:24:07 +09:00
AkiraFukushima
79670ab17a refs #22 Add change account shortcut 2018-03-21 12:22:45 +09:00
AkiraFukushima
79a6d27ff6 refs #22 Remove reply shortcut 2018-03-21 11:42:53 +09:00
AkiraFukushima
8305e3daf5 refs #66 Change background color when toot is focused 2018-03-21 11:32:37 +09:00
AkiraFukushima
8b3ce36169 refs #66 Change color when hover on tools 2018-03-21 11:04:28 +09:00
AkiraFukushima
1c9d36c9e6 refs #48 Add another account and change account 2018-03-21 10:41:53 +09:00
AkiraFukushima
8c8a63e860 refs #44 Find instance using host name which user written 2018-03-20 22:58:50 +09:00
AkiraFukushima
cb49fea5ac refs #48 Fix duplicate key when cancel to add account 2018-03-20 22:21:16 +09:00
AkiraFukushima
bda4e80f2d refs #48 Add escape button in login and authorize 2018-03-20 22:12:06 +09:00
AkiraFukushima
2b3d8c7c1d refs #48 Add new account button in global header 2018-03-15 01:48:37 +09:00
AkiraFukushima
629c8d8fb5 refs #30 Fix update toot when target toot is reblogged 2018-03-14 23:38:33 +09:00
AkiraFukushima
ada91cca13 fixes #30 Fix reblog/favourite target status when status is reblogged 2018-03-14 23:27:36 +09:00
AkiraFukushima
1cf54c082e refs #30 Fix design of reblog in toot 2018-03-14 23:09:04 +09:00
AkiraFukushima
572dfdaae9 refs #53 Display reblog status when toot is reblogged 2018-03-14 22:54:19 +09:00
AkiraFukushima
7d143104c8 refs #53 Reblog on toot 2018-03-14 22:38:42 +09:00
AkiraFukushima
8cb881362d refs #52 Set in reply to id when reply in new toot modal 2018-03-14 22:19:17 +09:00
AkiraFukushima
615c767019 refs #52 Use own vuex store in NewTootModal 2018-03-14 21:27:26 +09:00
AkiraFukushima
c7eb0f5f35 refs #62 Update favourited status in public 2018-03-14 18:15:19 +09:00
AkiraFukushima
77f5749311 refs #62 Update favourited status in local 2018-03-14 18:11:38 +09:00
AkiraFukushima
b4ffccf27c refs #62 Update favourited status in favourites 2018-03-14 18:08:07 +09:00
AkiraFukushima
d313f93dfe refs #62 Update favourited status in homeTimeline and notifications 2018-03-14 17:55:29 +09:00
AkiraFukushima
66ba295f4d refs #58 Unfavourite on toot 2018-03-14 17:35:44 +09:00
AkiraFukushima
7bc3440dc1 refs #58 Display favourited icon on toot 2018-03-14 17:28:12 +09:00
AkiraFukushima
40d293f7b4 refs #59 Use deep selector for element-ui tag 2018-03-14 17:14:47 +09:00
AkiraFukushima
f19bcd180e refs #51 Add favourite on toot 2018-03-14 16:59:39 +09:00
AkiraFukushima
279be645d7 refs #55 Prevent submit in authorize 2018-03-14 16:14:03 +09:00
AkiraFukushima
0b5559b3bb refs #55 Prevent submit in login 2018-03-14 16:12:44 +09:00
AkiraFukushima
311e0204ea refs #55 Prevent submit in new toot 2018-03-14 15:53:30 +09:00
AkiraFukushima
0e680d14db refs #49 Open link with default browser in toot 2018-03-14 15:45:34 +09:00
AkiraFukushima
2eb0454a24 refs #24 Remove ipcRenderer listeners for keyboard shortcuts 2018-03-14 14:57:51 +09:00
AkiraFukushima
4f47a79bf7 refs #24 Remove ipcRenderer listeners when destroyed timeline space 2018-03-14 14:54:41 +09:00
AkiraFukushima
847648fd5d refs #24 Listen public streaming in main process, and display public timeline 2018-03-14 14:54:20 +09:00
AkiraFukushima
13c8b8e638 refs #24 Remove ipcRenderer listeners when destroyed local timeline component 2018-03-14 12:39:40 +09:00
AkiraFukushima
2163f5018c refs #24 Listen local streaming in main process, and display local timeline 2018-03-14 12:24:54 +09:00
AkiraFukushima
5660069004 refs #46 Get favourites from api 2018-03-13 23:56:23 +09:00
AkiraFukushima
375dfab154 refs #7 Add loading when get accounts list 2018-03-13 23:32:26 +09:00
AkiraFukushima
29d37d6489 refs #7 Add loading when load home timeline 2018-03-13 23:31:06 +09:00
AkiraFukushima
fcaa9a74e1 fix: Add margin to p elements for mac 2018-03-13 23:14:24 +09:00
AkiraFukushima
0dc1788a89 refs #16 Handle error when could not start user stream 2018-03-13 22:35:04 +09:00