Commit graph

33 commits

Author SHA1 Message Date
1839805a79 code quality and css update
- simplified navbar styling
- more readable code structure
2022-01-22 12:30:12 +09:00
825d23d5ea moved read progress to separate component 2022-01-22 10:49:00 +09:00
3bb45c3b10 added read progress background 2022-01-22 10:42:23 +09:00
7baef539fd read progress update
- update progress on page height change
- make use of useCallback
2022-01-19 14:04:17 +09:00
9c42cb73a6 fixed # anchor not working 2022-01-19 11:58:25 +09:00
b977e3f9ec update read progress on path change (close #33) 2022-01-18 12:12:23 +09:00
1758571f4a changed prettier config 2022-01-11 17:25:15 +09:00
62bb395e8c close #25 and #26 2021-12-22 19:51:32 +09:00
0d11e190b0 removed read progress bar 2021-12-21 20:21:14 +09:00
1135166391 site restructuring
- navbar won't hide content when clicking headers and stuff
- using grid layout
2021-12-21 19:01:54 +09:00
9278970762 moved style related code to separate folder 2021-12-16 18:30:04 +09:00
f1df3c57bc added source to the algorithm used 2021-12-15 11:52:58 +09:00
87322e08c3 close #20 2021-12-15 10:52:38 +09:00
49fd2b2900 changed class componenets to functional components and cleaned code 2021-12-14 22:43:30 +09:00
67de1bb5b0 fixed other components drawing over navbar and added some helpful comment to generator :) 2021-09-29 22:37:19 +09:00
942957cd9b made navbar position fixed 2021-09-29 13:45:03 +09:00
764883f3e2 moved margin from theming to Navbar 2021-08-02 10:02:09 +09:00
c0d730c02d more clear comment 2021-07-31 08:50:05 +09:00
9922ff1fa4 replaced github button with search button 2021-07-30 15:13:11 +09:00
7b234f84b5 fixed shadow not applying to the whole navbar on large displays 2021-07-26 14:59:08 +09:00
fb0d5a3e26 changed Explore to Search and added date picker 2021-06-27 14:36:07 +09:00
2f17524e93 fixed search button reloading the page 2021-06-24 09:47:16 +09:00
1c517aa5f0 moving search operations to /explore 2021-06-23 10:31:45 +09:00
6ee2f0443f added larg screen support 2021-05-31 14:38:58 +09:00
2afe7e69e7 removed localization support 2021-05-31 12:03:33 +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
7462616370 changing tooltop for theme button and separated langauge toggle button to different component 2021-05-18 13:48:48 +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