Commit Graph

854 Commits

Author SHA1 Message Date
satnaing 5a67afc6b2 refactor(a11y): add aria-hidden in horizontal divider (<hr />) 2022-11-26 20:09:37 +06:30
satnaing 4ae0a9c722 refactor(a11y): improve vo a11y for search field 2022-11-26 19:45:42 +06:30
satnaing 408fc4c7aa fix(a11y): update previous and next (disabled) buttons for vo a11y 2022-11-26 16:13:33 +06:30
satnaing d294526020 refactor(style): move 'Posted on:' span text below the svg image for layout 2022-11-26 16:12:22 +06:30
satnaing 9e92f71838 refactor(a11y): update LinkButton for disabled state 2022-11-26 16:03:21 +06:30
satnaing 57c3f796d4 feat(a11y): improve voiceover a11y for datetime component
Remove formatDatetime function. Created a JSX function component (FormattedDatetime) inside Datetime
component. This component returns formatted date and time with better voiceover enhancements.
2022-11-26 15:53:26 +06:30
satnaing cabf30bc8e fix(a11y): improve breadcrumb to be more accessible when using with voiceover
Move seperator from CSS :before to HTML span element. Hide seperator on voiceover. Update style for
that seperator.
2022-11-25 22:22:24 +06:30
satnaing 9d3c89753d fix: fix broken link 2022-11-18 10:33:30 +06:30
satnaing 34953144af chore(release): 1.1.3 2022-11-11 21:40:38 +06:30
satnaing 4e9a230197 chore: update CHANGELOG version titles 2022-11-11 15:33:40 +06:30
satnaing b83c906262 fix: fix broken post links and hide draft posts in rss feed 2022-11-11 15:31:20 +06:30
satnaing cce7eddc85 chore: update CHANGELOG
Remove unnecessary paragraph. Update v1.1.2 heading.
2022-11-04 10:59:08 +06:30
satnaing 33d209852f chore(release): 1.1.2 2022-11-04 10:39:46 +06:30
satnaing f7fb032e60 fix: show search result only if input is more than one char 2022-11-04 10:39:28 +06:30
satnaing 5eeea6639e fix: fix heading style in posts/<page-num> layouts
Heading styles not applying properly in Main.astro layout. Fix this problem by applying id selector.
2022-11-03 18:51:28 +06:30
satnaing c1df953a35 chore: update astro patch version (1.6.1 -> 1.6.2) 2022-11-02 22:31:01 +06:30
satnaing e7807ab94e fix: fix missing TailwindCSS dependency
fix #6
2022-11-02 21:52:54 +06:30
satnaing 82ec7171a9 chore: update changelog 2022-10-30 21:25:40 +06:30
satnaing af56d8461b chore(release): 1.1.1 2022-10-30 21:12:58 +06:30
satnaing e4e4c91947 chore: update astro version to 1.6.1 2022-10-29 16:30:01 +06:30
satnaing b3005ef2c7 chore: update @astro/react version to 1.2.2 2022-10-29 16:15:43 +06:30
satnaing 81b80e6543 chore: update @astro/rss patch version 2022-10-29 16:12:10 +06:30
satnaing fc2c1f9fbe chore: update husky patch version 2022-10-29 16:08:06 +06:30
satnaing cdb451a63e chore: bump @astro/tailwind version to 2.1.1 2022-10-29 16:04:54 +06:30
satnaing 3697a59f1a chore: move '@types/react' to dev dependencies 2022-10-28 15:41:00 +06:30
Sat Naing 43f4f3795e Merge pull request #5 from AkaraChen/main
chore: update github-slugger
2022-10-28 15:31:22 +06:30
AkaraChen 4d5a560dd4 fix: slug generate 2022-10-28 10:57:11 +08:00
AkaraChen 55425d4504 chore: update github-slugger 2022-10-28 10:33:33 +08:00
satnaing f3adbd7957 chore: update readme for running locally command 2022-10-19 19:02:10 +06:30
satnaing 72915bfa6c chore: move 2 features into bugs section 2022-10-19 00:10:01 +06:30
satnaing 69780c0b2f chore: update changelog 2022-10-19 00:01:52 +06:30
satnaing ddd0e3a953 chore(release): 1.1.0 2022-10-18 23:43:20 +06:30
satnaing 3e3453f831 chore: update README
Add attribution of about page illustration. Add new commands. Add my name at the bottom.
2022-10-18 23:39:04 +06:30
satnaing 4a7c92e665 chore: add new badges
add Conventional Commits and Commitizen friendly badges
2022-10-18 21:48:15 +06:30
satnaing d891734dd9 chore: update changelog 2022-10-18 21:34:18 +06:30
Sat Naing 00c3bf9929 refactor: remove unnecessary condition checks for /posts 2022-10-17 22:04:11 +06:30
Sat Naing c81c5acabd chore: replace alias with shorter syntax to avoid duplications 2022-10-17 13:01:49 +06:30
Sat Naing ad14dc580f fix: fix markdown lint warnings by updating headers 2022-10-17 11:35:06 +06:30
Sat Naing 326064111c fix: fix markdown warnings by adding alt texts 2022-10-17 11:33:11 +06:30
Sat Naing e0de512d0f docs: update readme text 2022-10-17 11:14:07 +06:30
Sat Naing cc4068ffab chore: add github-slugger types package 2022-10-16 23:54:10 +06:30
Sat Naing 20822c422a chore: format files with prettier 2022-10-16 23:53:16 +06:30
Sat Naing 1cf0efe188 chore: add markdownlint file to disable some md rules 2022-10-16 23:43:34 +06:30
Sat Naing 48687dc032 chore: update package lock 2022-10-16 23:29:44 +06:30
Sat Naing 181d9a2098 chore: remove eslint script 2022-10-16 21:48:35 +06:30
Sat Naing a62344a9ff chore: remove eslint and its plugins 2022-10-16 21:41:27 +06:30
Sat Naing e8bf2d732b chore: add lint-staged pre-commit script 2022-10-16 21:37:57 +06:30
Sat Naing 80aee6bedb chore: add husky and lint-staged packages 2022-10-16 21:37:00 +06:30
Sat Naing 6fa8990f3d chore: configure eslint and prettier 2022-10-16 20:38:46 +06:30
Sat Naing d6dd8185f2 chore: add prettier, eslint and related plugins 2022-10-16 20:34:21 +06:30