Commit graph

15 commits

Author SHA1 Message Date
1758571f4a changed prettier config 2022-01-11 17:25:15 +09:00
9278970762 moved style related code to separate folder 2021-12-16 18:30:04 +09:00
49fd2b2900 changed class componenets to functional components and cleaned code 2021-12-14 22:43:30 +09:00
0ee1114322 removed unused css 2021-10-14 12:56:56 +09:00
8b40dcb298 added basic platform support (mobile, IE) 2021-05-30 22:10:17 +09:00
cd8cbba973 moved styles outside the class and fixed react error #130 where site doesn't work on production mode 2021-05-30 20:43:34 +09:00
cf673470f8 chagned Home component name to PostList, organized import statements to be more readable, separated langauge context so there's one export in App.tsx, removed component={<Component>} format from Route Switch in App.tsx 2021-05-30 17:27:30 +09:00
046dd05713 Changed all functional components to class components. added better comments, minor optimizations here and there, removed some unfinished posts from blogs 2021-05-20 15:56:41 +09:00
c850184bc7 removed styled-theming dependency 2021-05-19 17:26:40 +09:00
087e9fa8c8 moved css animation time to theming.ts 2021-05-19 13:40:35 +09:00
7462616370 changing tooltop for theme button and separated langauge toggle button to different component 2021-05-18 13:48:48 +09:00
e06ee9360c fixed theme button icon switched 2021-05-17 16:18:39 +09:00
3dbdc6f2b2 changed theme button icon 2021-05-16 08:59:14 +09:00
8a2db03c0f - added custom spinner to use instead of imported ones
- added new empty blog post
- changed react-helmet to react-helmet-async for faster tab title change and reduced console warning
- better eslint config and corresponding warning fixes (changing let -> const, removed unused variables, etc.)
- removed redundant Router from footer
- removed ignored preload attribute value from font loading link tag in index.html
2021-05-15 19:50:00 +09:00
379c1c60d9 moving from hexo theme to my own react design 2021-05-15 00:30:19 +09:00