Commit graph

7 commits

Author SHA1 Message Date
90c535ebb2 restructure project to use turborepo 2022-12-09 15:10:43 +09:00
ac959933bb simplified PostCard logic and fixed bug
- simplified locale-specific url generation logic for `PostCard`
- fixed bug where navigation fails on series contents
2022-04-17 22:24:12 +09:00
d1a33ccf1e many many updates (check commit detail)
- updated dependencies
  - bumped react version 17 -> 18
- changed navbar button tag from `a` to `button`
- added locale info to url (made sure same url = same content)
- fixed 0 gettingconsidered as "unknown length" for
  word count in `PostCard`
- moved functions from `Page.tsx` to `helper.ts`
- added "translation not available" page
2022-04-17 21:49:54 +09:00
01ace5aea3 Post Card update
- fixed title color when using light theme
- removed unnecessary `?` from the code
- improved wording
2022-03-26 19:26:48 +09:00
31f0ad9b22 fixed post card padding 2022-03-05 16:27:41 +09:00
869d74b85f fixed post card style issue
- fixed clickable area being larger than the card itself
2022-03-05 09:53:23 +09:00
294387d8d5 moved everything out of the source directory 2022-02-19 17:50:34 +09:00
Renamed from source/src/components/PostCard.tsx (Browse further)