Commit graph

260 commits

Author SHA1 Message Date
06142518cf removed unnecessary css 2021-12-21 16:27:36 +09:00
95047c5f10 prevent multiple parsing (not yet fully resolved) 2021-12-21 14:09:00 +09:00
d731ec1b5f Search page update
- streamlined Search logic
- splitted even more code
- made searchbox type "search"
    - show appropriate icons in mobile keyboard
2021-12-21 13:59:58 +09:00
8d61768907 renamed variable to match filename 2021-12-21 13:58:11 +09:00
d96077d7b3 Search bar css fix
- lowered search bar height
- centered text
- decreased font size
2021-12-20 09:11:26 +09:00
70b226a082 katex CSS fix
- prevent katex formula overflowing on smaller displays
2021-12-20 08:52:41 +09:00
903681b424 improved readability (increased line-height) 2021-12-20 08:47:31 +09:00
7fd3aa5398 unrounded code block corner (scrollbar issue) 2021-12-20 08:45:55 +09:00
8f6280517c fixed all links turning blue when visited 2021-12-20 08:43:38 +09:00
b49b6e67d3 added footnote feature 2021-12-19 20:49:39 +09:00
e838ac59f7 toc fixes and improvement
- close #7
- close #8
2021-12-19 20:09:14 +09:00
ffd0a194de table of contents update
- added "s" to table on contents
- fixed broken white-link css
- added toc link to headers
2021-12-19 19:19:39 +09:00
6f01857803 code highlighting css improvement
- added code highlighting for light theme
- cleaned code block css
2021-12-19 18:20:23 +09:00
23a58ac864 fixed code highlight lines 2021-12-19 17:55:40 +09:00
fa16379e6d markdown parsing improvement
- added code line highlighting
- added text highlight effect
- added subscript and superscript
2021-12-19 14:02:10 +09:00
efb19658b4 moved a package fom dev deps to deps 2021-12-19 11:11:16 +09:00
d349de74ee changed "prev" and "next" string to arrow icons 2021-12-18 17:54:17 +09:00
b43094fef9 2022-12-18 update
- increased text size a bit
- removed unused css from kbd tag
- removed unused white link css
- added space before all headers except h1
- moved type decclaration files to one directory
- replaced tag icon to hashtag
- redesigned post card
- removed unnecessary margin from post card titles
- removed post card content preview
- organized recursive parsing code
2021-12-18 16:54:51 +09:00
823f599dc0 added checkboxes to goals and improved goals 2021-12-17 22:18:57 +09:00
8203baa760 added matrix id to accounts 2021-12-17 22:18:36 +09:00
0fe413e9ce added checkbox support for markdown 2021-12-17 22:18:06 +09:00
6a43e2e44d split markdown parsing code 2021-12-17 16:10:59 +09:00
868b386625 improved import 2021-12-17 13:38:13 +09:00
fd67ff2114 split page to smaller components 2021-12-17 13:31:10 +09:00
150311472e fixed reset date range button style
Fixed reset date range button css on smaller displays
2021-12-17 12:55:59 +09:00
3f4e244384 split search page components 2021-12-17 12:35:02 +09:00
a771fb2038 made it easier to work with card and main content
converted card and main content card to a styled components
2021-12-17 11:58:58 +09:00
37f33d0f95 fixed katex css and cleaned global style css 2021-12-16 20:05:02 +09:00
ffbce7ddb4 improved code block styling and added theme 2021-12-16 19:49:18 +09:00
9278970762 moved style related code to separate folder 2021-12-16 18:30:04 +09:00
b8dd6e8d07 removed web-vitals 2021-12-16 18:28:50 +09:00
0df0656e0f improved global style structure 2021-12-15 11:53:02 +09:00
f1df3c57bc added source to the algorithm used 2021-12-15 11:52:58 +09:00
2a4c5e99aa separated global theme css to another file 2021-12-15 11:43:14 +09:00
744547148e improved file description 2021-12-15 11:40:45 +09:00
b6c3fe5517 simplified docs and prevent workflow from running incorrectly in other people's repo 2021-12-15 11:31:54 +09:00
87322e08c3 close #20 2021-12-15 10:52:38 +09:00
591aeec9ad removed language support for App and made it a functional component 2021-12-15 10:21:43 +09:00
d86e5ae002 minimized use of null, made Page.tsx functional component, removed unused import from NotFound.tsx, and moved HelmetProvider to index.tsx 2021-12-15 10:14:19 +09:00
49fd2b2900 changed class componenets to functional components and cleaned code 2021-12-14 22:43:30 +09:00
c631c16711 converted Loading.tsx to functional component 2021-12-14 22:18:30 +09:00
d0f36bd210 updated outdated vscode extension 2021-12-14 22:10:20 +09:00
1298b2e8d4 converted footer to functional component 2021-12-14 21:21:59 +09:00
be04d04039 changed 404 page to functional component 2021-12-14 21:15:04 +09:00
84c2e082a6 increased post list size from 4 to 5 2021-12-14 20:58:40 +09:00
953edb5405 changed PostList to functional component 2021-12-14 20:58:17 +09:00
44c17577d1 bumped package versions 2021-12-14 10:31:46 +09:00
462084381e updated accounts and replaced age with year of birth 2021-12-14 09:20:23 +09:00
760caff5d2 made build step name more accurate 2021-12-09 17:51:00 +09:00
3320eee8dd added dev.to to about page 2021-12-09 17:50:41 +09:00