Commit Graph

  • d5bf11a8cd fix(utils/create-async-process): improve types Sándor Levcsák 2020-10-23 07:29:39 +0300
  • 5536219365 fix: fix isFavorited reactivity bug and disable button while process is going Sándor Levcsák 2020-10-23 06:45:11 +0300
  • 916291bf9d fix(util/create-async-process): pass arguments Sándor Levcsák 2020-10-23 06:41:11 +0300
  • b01d737325 feat: add following user logic Sándor Levcsák 2020-10-23 05:55:58 +0300
  • e5d1f41dba feat: add new util function create-async-process Sándor Levcsák 2020-10-23 05:46:29 +0300
  • cb1fbd81d0 feat: show tags on article preview component Sándor Levcsák 2020-10-23 05:08:49 +0300
  • 65a62b6e18 feat: show tags on article page Sándor Levcsák 2020-10-23 05:04:08 +0300
  • 44a3c37ea1 feat(page/EditArticle): implement new tag logic Sándor Levcsák 2020-10-23 04:57:43 +0300
  • d8e7e8d5c7
    feat: implement favorite article mutoe 2020-10-21 22:19:26 +0800
  • 31d3351315
    refactor: reuse ArticlesNavigation mutoe 2020-10-20 23:49:04 +0800
  • 740a4f0f4c
    feat: fetch profile favorite articles mutoe 2020-10-20 23:42:28 +0800
  • dff9afbe33
    feat: fetch profile articles mutoe 2020-10-20 23:31:36 +0800
  • c77f8e40d8
    feat: add profile setting entry in profile page mutoe 2020-10-20 23:15:41 +0800
  • 64d89284c6
    fix: remove useless logout link mutoe 2020-10-20 23:05:38 +0800
  • 47e44eed5f
    feat: add settings page mutoe 2020-10-20 23:03:43 +0800
  • e65e87ebba
    refactor: remove useless file mutoe 2020-10-20 22:34:07 +0800
  • 125c23d55a
    feat: add create & edit article page mutoe 2020-10-20 22:33:50 +0800
  • f7c4dbb3d5
    refactor: replace "nbsp" to margin style mutoe 2020-10-20 22:08:40 +0800
  • 82b1b97cc6
    fix: invalid token are sent mutoe 2020-10-20 21:06:40 +0800
  • c5e8081c31
    docs: update README mutoe 2020-10-20 20:55:37 +0800
  • 64fce634c5 chore: improve fetch options type Sándor Levcsák 2020-10-20 05:29:14 +0300
  • 3b0201a3cd fix: add deepmerge to package.json Sándor Levcsák 2020-10-20 05:09:25 +0300
  • 6bc058b8ed
    Merge pull request #10 from levchak0910/improve-request mutoe 2020-10-19 19:07:26 +0800
  • fe45801e9d
    Merge branch 'master' into improve-request mutoe 2020-10-19 19:04:49 +0800
  • 60ba28d4b5 refactor: use AppLink instead RouterLink Sándor Levcsák 2020-10-14 19:21:09 +0300
  • d6047bd84f chore: give names for all routes Sándor Levcsák 2020-10-14 19:11:36 +0300
  • 09c72be221 feat: add global component: AppLink Sándor Levcsák 2020-10-14 19:06:26 +0300
  • 4aa8c63ef7 test(utils/request): refactor all tests for request Sándor Levcsák 2020-10-15 06:23:45 +0300
  • 5ff8c9832c fix!: change final url generating schema Sándor Levcsák 2020-10-15 06:22:26 +0300
  • 27535ca2f4 feat: add utils for request and test Sándor Levcsák 2020-10-15 06:04:07 +0300
  • f9a93405ab fix(utils/request): fix options and drop unused copy-paste Sándor Levcsák 2020-10-15 00:58:29 +0300
  • 6a76b4b06d feat(utils/request): add set and delete authorization token's methods Sándor Levcsák 2020-10-15 00:15:29 +0300
  • df56b1657a refactor: use AppLink instead RouterLink Sándor Levcsák 2020-10-14 19:21:09 +0300
  • 190c2890bb chore: give names for all routes Sándor Levcsák 2020-10-14 19:11:36 +0300
  • 1101236d3a feat: add global component: AppLink Sándor Levcsák 2020-10-14 19:06:26 +0300
  • 1317654007 fix: fix profile path prefix mutoe 2020-10-13 22:55:05 +0800
  • 18af63745d feat: abstract articles navigation Sándor Levcsák 2020-10-13 02:56:12 +0300
  • 879d1f187e
    fix: fix profile path prefix mutoe 2020-10-13 22:55:05 +0800
  • 815db166e9 feat: implement register logic Sándor Levcsák 2020-10-13 16:44:43 +0300
  • fc30d4299a fix: update profile paths Sándor Levcsák 2020-10-13 17:37:41 +0300
  • 85b2fd2a7c feat: add profile page Sándor Levcsák 2020-10-13 17:24:12 +0300
  • d3ae15c5e3 fix: update profile paths Sándor Levcsák 2020-10-13 17:37:41 +0300
  • 581b5891f2 feat: add profile page Sándor Levcsák 2020-10-13 17:24:12 +0300
  • 7d8802901f feat: implement register logic Sándor Levcsák 2020-10-13 16:44:43 +0300
  • a668d87978 feat: abstract articles navigation Sándor Levcsák 2020-10-13 02:56:12 +0300
  • 0c93b0f2b1 feat: implement login logic mutoe 2020-10-07 23:00:09 +0800
  • a99d3b40c4 fix: using leading at symbol in user profile path mutoe 2020-10-07 21:32:32 +0800
  • f74df8a254 feat: add login and register page mutoe 2020-10-07 21:29:58 +0800
  • cd88560355 refactor: abstract popular tags component mutoe 2020-10-07 19:16:37 +0800
  • f18ea27a0d
    Merge pull request #5 from levchak0910/add-tags mutoe 2020-10-07 12:26:52 +0800
  • 11db47133e
    Merge pull request #3 from levchak0910/respect-vue-eslint mutoe 2020-10-07 12:07:21 +0800
  • 143b2c3219
    Merge pull request #4 from levchak0910/add-article-slug-page mutoe 2020-10-07 11:56:32 +0800
  • e12553c035 chore: update yarn lock file Sándor Levcsák 2020-10-07 02:47:07 +0300
  • e8fa391b26 feat: add article's page Sándor Levcsák 2020-10-07 01:56:28 +0300
  • 02f9dbda9c feat: fetch all tags Sándor Levcsák 2020-10-06 22:57:35 +0300
  • 06fec85e63 refactor: respect vue eslint rules Sándor Levcsák 2020-10-06 21:48:35 +0300
  • 7c9157384e refactor: abstract article preview mutoe 2020-10-06 23:30:58 +0800
  • 5bdc6d8354 feat: add pagination mutoe 2020-10-06 23:00:58 +0800
  • 76d2752479 refactor: flatten components mutoe 2020-10-06 21:51:27 +0800
  • 5813c29448 chore: fix build public path mutoe 2020-10-06 20:40:39 +0800
  • 985c508680 chore: fix relative path issue mutoe 2020-10-06 20:33:22 +0800
  • c8f3d676f6 style: add cypress eslint rules mutoe 2020-10-06 20:31:55 +0800
  • cd75016faa style: add standard eslint rules mutoe 2020-10-06 20:22:13 +0800
  • fb14a4a9fc chore: add cypress example code mutoe 2020-10-06 20:05:41 +0800
  • 7a2d57633e
    Merge pull request #1 from levchak0910/levchak0910-add-navigation mutoe 2020-10-06 19:23:57 +0800
  • 74971215de
    Merge branch 'master' into levchak0910-add-navigation mutoe 2020-10-06 19:23:39 +0800
  • 1ca5de0174
    Merge pull request #2 from levchak0910/levchak0910-add-footer mutoe 2020-10-06 19:21:41 +0800
  • 718934d042 fix: revert eslint auto fix Sándor Levcsák 2020-10-02 01:56:00 +0300
  • 3b23542a12 chore: add app footer Sándor Levcsák 2020-10-02 01:54:10 +0300
  • 5ed2a51334 chore: add app navigation Sándor Levcsák 2020-10-02 01:15:56 +0300
  • f87360f09c feat: add vue router implement homepage mutoe 2020-10-01 13:36:11 +0800
  • a789b6c9c6 chore: remove useless files mutoe 2020-09-30 01:21:25 +0800
  • f87c41a053 chore: migrate services and utils mutoe 2020-09-30 01:21:04 +0800
  • d142e3f5b8 chore: setup cypress mutoe 2020-09-29 22:39:51 +0800
  • e09aa7f5d3 docs: update README mutoe 2020-09-29 00:15:50 +0800
  • 3f680b548c chore: setup husky & lint-staged mutoe 2020-09-28 22:50:07 +0800
  • 5d5aeca86c chore: setup eslint mutoe 2020-09-28 22:46:33 +0800
  • e9c631f16e chore: no emit typescipt mutoe 2020-09-28 22:28:12 +0800
  • 884151bab5 refactor: migrate to typescript mutoe 2020-09-28 00:20:41 +0800
  • 6f61ced192 chore: setup CI mutoe 2020-09-27 23:56:27 +0800
  • d3b5b36c54 docs: add realworld readme mutoe 2020-09-27 23:52:17 +0800
  • 4fc45b002f chore: initial mutoe 2020-09-27 22:58:53 +0800