Commit Graph

273 Commits

Author SHA1 Message Date
AkiraFukushima 25c437c66b refs #872 Update reblogged toot in all timelines 2019-05-18 23:06:44 +09:00
AkiraFukushima a97c5feae6 refs #872 Update favourited toot in all timelines 2019-05-18 22:28:53 +09:00
AkiraFukushima 351be72586 Change loading in order to change channel when loading 2019-05-16 23:43:32 +09:00
AkiraFukushima 582e751fba refs #915 Stop loading after fetch home timeline 2019-05-16 23:02:05 +09:00
AkiraFukushima 50948a03c3
Merge pull request #914 from h3poteto/refactor/new-toot
refactor: Move logics to vuex store in new toot
2019-05-15 22:58:01 +09:00
AkiraFukushima 71464cb683
Merge pull request #912 from h3poteto/iss-895
closes #895 Update pinned hashtags if tags are exist
2019-05-14 23:34:55 +09:00
AkiraFukushima 79bd5bef7f refactor: Catch exception and show message when post toots 2019-05-14 23:33:28 +09:00
AkiraFukushima 252c540829 refactor: Move logics to store in new toot 2019-05-14 00:25:09 +09:00
AkiraFukushima c0b04662d5 refs #895 Update pinned hashtags if tags are exist 2019-05-12 21:44:34 +09:00
AkiraFukushima 1ee9013faf refs #772 Accept/Reject follow requests 2019-05-12 14:34:34 +09:00
AkiraFukushima 8c283f949c refs #772 Add follow requests menu in side menu 2019-05-11 23:01:59 +09:00
AkiraFukushima fe670ff955 refs #893 Remove commas between pinned hashtags in new toot 2019-05-08 22:41:17 +09:00
AkiraFukushima 7a1d9ed05b refs #884 Add request loading circle in new toot modal 2019-05-07 23:22:01 +09:00
AkiraFukushima 327f621791 refs #884 Add request loading circle in header menu 2019-05-07 22:40:46 +09:00
AkiraFukushima e7458f5f21 Use accounts/search API in search 2019-04-28 20:57:07 +09:00
AkiraFukushima f0490d4e62 Use accounts/search API to search account in sidebar 2019-04-28 20:50:14 +09:00
AkiraFukushima 153e5c312a refs #850 Replace hashtag with typescript 2019-04-16 21:44:46 +09:00
AkiraFukushima 87d394b025 refs #850 Add define types for visibility in constants 2019-04-15 20:47:05 +09:00
AkiraFukushima 0b8aa46aab refs #850 Divide some types for renderer 2019-04-14 23:25:10 +09:00
AkiraFukushima a45d68684c refs #850 Fix name for local account types 2019-04-14 23:21:08 +09:00
AkiraFukushima baf6dc3084 refs #850 Use rootState for all stores 2019-04-14 23:11:24 +09:00
AkiraFukushima 4bd517a07b refs #850 Replace Favourites with typescript 2019-04-14 22:51:28 +09:00
AkiraFukushima b2241ab2ad refs #850 Replace List and Tag in Hashtag with typescript 2019-04-14 21:13:07 +09:00
AkiraFukushima f71edcc889 refs #850 Replace Hashtag with typescript 2019-04-14 20:44:48 +09:00
AkiraFukushima e68002ea83 refs #850 Replace Edit in Lists with typescript 2019-04-14 20:32:48 +09:00
AkiraFukushima 77d0268257 refs #850 Replace Show in Lists with typescript 2019-04-14 19:11:27 +09:00
AkiraFukushima df6e8837a4 refs #850 Replace Index in Lists with typescript 2019-04-14 18:51:38 +09:00
AkiraFukushima de1fda2947 refs #850 Replace Lists with typescript 2019-04-14 18:45:16 +09:00
AkiraFukushima b66790a9aa refs #850 Replace Toots in Search with typescript 2019-04-14 18:38:49 +09:00
AkiraFukushima 15a0719844 refs #850 Replace Tag in Search with typescript 2019-04-14 17:51:01 +09:00
AkiraFukushima dd2361e821 refs #850 Replace Account in Search with typescript 2019-04-14 17:44:20 +09:00
AkiraFukushima 3921d7f7fe refs #850 Replace Search with typescript 2019-04-14 17:37:50 +09:00
AkiraFukushima c60192ba18 fixes #850 Fix mutation name in Public 2019-04-14 17:31:49 +09:00
AkiraFukushima 5e7220bb8a refs #850 Replace DirectMessages with typescript 2019-04-14 17:29:36 +09:00
AkiraFukushima 10236e1192 refs #850 Replace Mentions with typescript 2019-04-14 17:12:20 +09:00
AkiraFukushima 7623ef757f refs #850 Replace Notifications with typescript 2019-04-14 16:42:00 +09:00
AkiraFukushima 0e0cbabe23 refs #850 Replace Publis with typescript 2019-04-14 16:27:11 +09:00
AkiraFukushima 6c3fe850f0 refs #850 Replace Local with typescript 2019-04-14 15:48:55 +09:00
AkiraFukushima 3127ebe050 refs #850 Replace Home with typescript 2019-04-13 19:11:11 +09:00
AkiraFukushima 366053b98b refs #850 Replace Timeline in SideBar with typescript 2019-04-12 23:29:27 +09:00
AkiraFukushima ee736b338b refs #850 Replace Follows in SideBar with typescript 2019-04-12 00:59:00 +09:00
AkiraFukushima c29c538eb2 refs #850 Replace Followers in SideBar with typescript 2019-04-12 00:42:18 +09:00
AkiraFukushima 864da847c7 refs #850 Replace AccountProfile in SideBar with typescript 2019-04-11 23:38:46 +09:00
AkiraFukushima f98c6f4cd4 refs #850 Replace TootDetails in SideBar with typescript 2019-04-11 23:14:42 +09:00
AkiraFukushima ca76063a74 refs #850 Replace SideBar with typescript 2019-04-11 22:54:23 +09:00
AkiraFukushima 21605412cf [eslint] refs #850 Fix indent spaces for NewToot 2019-04-11 00:24:34 +09:00
AkiraFukushima b9941e71c3 refs #850 Replace Shortcut with typescript 2019-04-11 00:19:25 +09:00
AkiraFukushima ac21511236 refs #850 Replace Report with typescript 2019-04-11 00:15:12 +09:00
AkiraFukushima 0208e7c22a refs #850 Replace NewToot and Status with typescript 2019-04-11 00:06:43 +09:00
AkiraFukushima 20f3dcba22 refs #850 Replace MuteConfirm with typescript 2019-04-10 22:07:02 +09:00