Commit Graph

416 Commits

Author SHA1 Message Date
Sándor Levcsák cb11b5ca08 feat: add store module: user 2020-10-29 23:25:49 +02:00
Sándor Levcsák ae4f9574d5 refactor: move set auth token to separate file 2020-10-29 21:53:21 +02:00
Sándor Levcsák 800bcb3514 feat: add new storage implementation 2020-10-29 21:51:42 +02:00
Sándor Levcsák 4b2a555d75 feat: add redirect function and change router file name 2020-10-29 21:42:09 +02:00
mutoe 6e6ec9a5e9
fix: navigation style 2020-10-28 22:47:13 +08:00
mutoe 17a92fb3b2
docs: add contributors display 2020-10-28 22:30:19 +08:00
mutoe 83572f580b
chore: fix github pages 2020-10-28 22:10:09 +08:00
Sándor Levcsák 5334e6068b refactor: restucture folders for profile page 2020-10-27 09:40:43 +08:00
Sándor Levcsák b62e0491e6 refactor: restucture folders for home page 2020-10-27 09:40:43 +08:00
Sándor Levcsák 71014b92b1 refactor: restucture folders for article page 2020-10-27 09:40:43 +08:00
Sándor Levcsák f1e9e54df8 feat: add disabling button while favorite process going 2020-10-27 03:17:48 +02:00
Sándor Levcsák 6330662234 fix: use internal favoriteArticle process going logic 2020-10-27 03:15:54 +02:00
Sándor Levcsák 0b1906779b feat: add process going logic for favoriteArticle composable 2020-10-27 03:14:28 +02:00
Sándor Levcsák 20b33362d2 fix: put navigation composable in component 2020-10-27 02:57:14 +02:00
Sándor Levcsák b9f21f9046 refactor: use suspense fot fetching popular tags 2020-10-27 00:30:58 +02:00
Sándor Levcsák c1142dcb9c feat: add condition to display follow button 2020-10-26 23:19:00 +02:00
Sándor Levcsák c0746b5af2 fix: fix useFavoriteArticle usage 2020-10-26 23:08:00 +02:00
Sándor Levcsák c61fd41c22 fix: change useFavoriteArticle props due to reactivity bug 2020-10-26 23:06:10 +02:00
mutoe 05b2e008a8
test: remove only flag 2020-10-27 00:31:04 +08:00
mutoe 9c3ab52fe5
chore: add testcase file format 2020-10-27 00:30:47 +08:00
plumrx 685e80967f test: add testcase for tags 2020-10-27 00:25:03 +08:00
plumrx dd15e2f1bd test: add testcase for tags 2020-10-27 00:21:43 +08:00
mutoe 774b0a1eab
test: add test example cases 2020-10-26 22:56:53 +08:00
mutoe 4c270e470a
refactor: cleanup services 2020-10-26 21:06:51 +08:00
mutoe 9d776ec494
chore: add vue test utils 2020-10-26 20:29:11 +08:00
mutoe 43961ef0ba
chore: release v1.0.0 2020-10-26 20:22:16 +08:00
mutoe 16d7f32708
chore: upgrade dependencies 2020-10-26 20:21:46 +08:00
mutoe f3f982a456
refactor: cleanup services 2020-10-26 19:46:24 +08:00
Sándor Levcsák a124b97255 feat: implement remove comment logic 2020-10-26 08:33:26 +02:00
Sándor Levcsák 4b4fbfd9a6 feat: implement post comment logic 2020-10-26 08:12:29 +02:00
Sándor Levcsák 50eb7a5b4b fix: fix using comments fetching 2020-10-26 08:11:01 +02:00
Sándor Levcsák 55d023764a fix: move comment api calls into separate files 2020-10-26 08:09:43 +02:00
Sándor Levcsák 74e742de14 feat: add following process 2020-10-25 04:51:35 +02:00
Sándor Levcsák 8fc4c11356 feat: use AppLink for author avatar 2020-10-25 04:43:41 +02:00
Sándor Levcsák dccf6f53f1 fix: fix using favorite article composable 2020-10-25 04:42:16 +02:00
Sándor Levcsák eee1acfb14 fix: fix using use follow 2020-10-25 04:40:06 +02:00
Sándor Levcsák fb6df22f8f fix: change use follow prop type: username 2020-10-25 04:39:06 +02:00
Sándor Levcsák 1953566731 feat: use create async process for tags downloading 2020-10-25 04:07:14 +02:00
Sándor Levcsák d4b2f5bb7f fix: drop useless functions 2020-10-25 04:03:19 +02:00
Sándor Levcsák c9874fd4fa refactor: use get articles service 2020-10-25 04:02:12 +02:00
Sándor Levcsák c02b68b3ab feat: add get articles service 2020-10-25 03:40:40 +02:00
Sándor Levcsák 7d8d723a02 test(utils/create-async-process): add tests 2020-10-23 07:30:41 +03:00
Sándor Levcsák d5bf11a8cd fix(utils/create-async-process): improve types 2020-10-23 07:29:39 +03:00
Sándor Levcsák 5536219365 fix: fix isFavorited reactivity bug and disable button while process is going 2020-10-23 06:45:11 +03:00
Sándor Levcsák 916291bf9d fix(util/create-async-process): pass arguments 2020-10-23 06:41:11 +03:00
Sándor Levcsák b01d737325 feat: add following user logic 2020-10-23 05:55:58 +03:00
Sándor Levcsák e5d1f41dba feat: add new util function create-async-process 2020-10-23 05:46:29 +03:00
Sándor Levcsák cb1fbd81d0 feat: show tags on article preview component 2020-10-23 05:08:49 +03:00
Sándor Levcsák 65a62b6e18 feat: show tags on article page 2020-10-23 05:04:08 +03:00
Sándor Levcsák 44a3c37ea1 feat(page/EditArticle): implement new tag logic 2020-10-23 04:57:43 +03:00