Commit Graph

538 Commits

Author SHA1 Message Date
satnaing 69e6af84a0 build: update minor and batch dependencies
Update astro 1.6.12 to 1.6.13, commitizen 4.2.5 to 4.2.6, lint-staged 13.0.4 to 13.1.0.
2022-12-07 11:22:21 +06:30
satnaing 46ea4aa49a feat: update mobile nav to be accessible
Put 'Open Menu' button under nav tag. Add aria-label, aria-expanded and aria-controls in 'Open Menu'
button. Make the entire nav to be more accessible.
2022-12-06 22:48:15 +06:30
satnaing 93e67bf2be refactor: remove unused css for hr 2022-12-05 23:29:43 +06:30
satnaing 9980854686 refactor: remove unused (commented) styles 2022-12-04 23:54:40 +06:30
satnaing 2b0ae34f1d docs: update README image with default og image 2022-12-03 16:26:04 +06:30
satnaing 1a3424c965 refactor: update default og image 2022-12-03 16:25:12 +06:30
satnaing 9262f058b8 chore: remove duplicate record in CHANGELOG 2022-12-03 00:39:54 +06:30
satnaing bbd3c00a09 chore(release): 1.2.1 2022-12-03 00:36:12 +06:30
satnaing 9243a88f57 build: update patch dependencies
Update astro and @types/react
2022-12-03 00:35:28 +06:30
satnaing 6b35c7fc2f fix: hide pagination when there's only 1 page 2022-12-02 23:37:32 +06:30
satnaing 1c2821e4df fix: disable access to draft posts via url 2022-12-02 23:28:45 +06:30
satnaing 19e34a0801 fix: fix calculating draft posts in totalPages 2022-12-02 23:27:18 +06:30
satnaing e0f93dab02 fix: displays featured section only if featured posts exist 2022-12-02 23:00:57 +06:30
satnaing 292e6ce3cb docs: update README main image 2022-12-01 22:58:21 +06:30
Sat Naing e9bdbee524 fix: display '0 results' instead of '0 result' in Search 2022-11-30 14:31:56 +06:30
Shoubhit Dash eceb289562 fix: should be 0 results not result 2022-11-30 06:43:02 +00:00
satnaing d1450acfa3 refactor: remove redundant 'Navigation' word in pagination aira-label 2022-11-29 23:10:22 +06:30
satnaing c360473d88 docs: update hero section text 2022-11-29 22:43:55 +06:30
satnaing 4e557c62b1 chore: update CHANGELOG manually 2022-11-28 23:41:30 +06:30
satnaing ea49594b33 chore(release): 1.2.0 2022-11-28 23:13:57 +06:30
satnaing 825f8cb6e4 docs: update README for new changes 2022-11-28 23:12:20 +06:30
satnaing 7788331d36 docs: update docs for new version release 2022-11-28 22:44:13 +06:30
satnaing a45176203e refactor: rename the type SocialsObject to SocialObjects 2022-11-28 22:01:59 +06:30
satnaing c4c9ab2246 fix: add optional chaining for theme switch event listener
Add optional chaining in the event listener of the theme switch button in toggle-theme.js file. This
is to avoid occuring an error in the console when `light & dark theme mode` is disabled.
2022-11-28 21:23:15 +06:30
satnaing b05b6654f6 fix: add missing seperator in Breadcrumb 2022-11-28 18:36:44 +06:30
satnaing c3a6e4e81d build: update prettier package 2022-11-28 18:25:57 +06:30
satnaing 3b0ab7555f build: update minor dependencies 2022-11-28 17:56:28 +06:30
Sat Naing 5860254ea9 feat: improve accessibility including voiceover 2022-11-28 16:15:31 +06:30
satnaing 3442232c35 refactor(a11y): make nav links and buttons bigger on mobile devices
The navigation links/buttons can be a struggle for mobile devices where users use their finger.
Thus, nav links/buttons are made to be bigger to meet touch size guidelines.
2022-11-28 15:43:17 +06:30
satnaing c9f796f4e6 refactor(a11y): add linkTitle in social links for more meaningful voiceover 2022-11-28 13:38:08 +06:30
satnaing 307b55ff0f fix(typo): rename Linkedin to LinkedIn 2022-11-28 13:35:30 +06:30
satnaing 06ee08cc94 refactor(a11y): add aria-label in heading, remove vo from symbol 2022-11-27 23:20:06 +06:30
satnaing 2ba459b413 refactor(a11y): update theme switch button for better accessibility
Update title, add aria-label and aria-live in theme switch button.
2022-11-26 23:45:17 +06:30
satnaing 0eeed8e870 refactor: update toggle theme function for better structure and a11y
Move theme switch js codes in Layout.astro file to external js file (toggle-theme.js). Update
.prettierignore to exclude the new toggle-theme.js file.  Update base.css for new data-theme
attribute.
2022-11-26 23:43:27 +06:30
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