Commit graph

418 commits

Author SHA1 Message Date
radishzzz
3312b30dbf feat: add code copy cutton 2025-05-27 01:37:19 +01:00
radishzzz
9c87c1bf03 chore: adjusting toc style 2025-05-26 20:38:12 +01:00
radishzz
47e1df9b3d
feat: performance optimizations and ui improvements (#26)
* test: remove astro-compress

* test: remove astro-compress

* perf: add astro-compress, optimize resource preloading

* perf: moving photoswipe styles to head with non-blocking preload strategy

* test: disable astro-compress

* test: enable astro-compress

* fix: typescript hints

* chore: adjust toc style and gsap animation

* style: optimize gsap animation logic, adjust toc style

* chore: adjust toc style

* fix: photoswipe transition position offset caused by scrollbar-gutter
2025-05-26 20:21:38 +01:00
radishzzz
054aa85509 chore: delete unicode_range.py 2025-05-26 12:38:18 +01:00
radishzzz
7c12dbd301 fix: back button position 2025-05-26 12:36:16 +01:00
radishzzz
f54cacfedc perf: update gsap animation logic on mobile 2025-05-26 12:25:05 +01:00
radishzzz
65929b43bc perf: update gsap animation logic on mobile 2025-05-26 12:17:42 +01:00
radishzzz
f7ac92fd75 fix: back button fallback logic 2025-05-26 12:10:09 +01:00
radishzzz
68525c8c41 fix: back button position 2025-05-26 12:03:12 +01:00
radishzzz
1318a213c7 fix: gsap animition elements initial states 2025-05-26 11:40:59 +01:00
radishzzz
c1996585a8 fix: resolve gsap animation flash on page load
- Add initial state styles for animated elements in CSS
- Change GSAP animations from .from() to .to() method
- Move reduce-motion class from JS to server-side HTML
- Improve performance by eliminating DOM flash
- Enhance code readability with better formatting
2025-05-26 11:12:47 +01:00
radishzzz
ead71483ec fix: incorrect early summer font import 2025-05-26 09:00:55 +01:00
radishzzz
5b8668b6e8 refactor: add more characters to early summer font, optimize font import styles 2025-05-26 02:03:32 +01:00
radishzzz
357dc313b1 docs: update theme guide and readme 2025-05-26 01:07:47 +01:00
radishzzz
ab9bb91f52 chore: fix waline language switching exceptions, remove unused global variables, update theme guide 2025-05-26 00:25:46 +01:00
radishzzz
488d539374 docs: update theme guide 2025-05-25 22:28:22 +01:00
radishzzz
d37e15d240 test: update button position 2025-05-25 21:14:17 +01:00
radishzzz
4aec6f7c05 test: update button position 2025-05-25 21:12:08 +01:00
radishzzz
ce1e34e229 test: update button position 2025-05-25 21:07:13 +01:00
radishzzz
33cf743799 test: update buttons and footer positions 2025-05-25 20:51:57 +01:00
radishzzz
76f38cf64e fix: styling of buttons and footer components to fix layout and positioning issues 2025-05-25 20:49:10 +01:00
radishzzz
8d2709880d fix: styling of buttons and footer components to fix layout and positioning issues 2025-05-25 20:44:12 +01:00
radishzzz
c93cf8fb2f fix: remove highlight position fixes for navbar and footer 2025-05-25 20:04:14 +01:00
radishzzz
91481626c5 fix: adjust component styles to resolve layout and positioning issues 2025-05-25 19:52:29 +01:00
radishzzz
48464370a4 feat: add support for more languages 2025-05-25 19:13:50 +01:00
radishzzz
9894c4eccb chore: update fonts to support latin, cyrillic and greek characters, reduce snell-black font size from 124% to 115% 2025-05-25 18:19:08 +01:00
radishzzz
0844f4ee12 chore: update font subset list 2025-05-25 15:53:18 +01:00
radishzzz
5eeb0f11c0 fix: <hr> left alignment offset 2025-05-24 12:03:51 +01:00
radishzzz
937145f364 chore: update <hr> font style 2025-05-24 11:51:24 +01:00
radishzzz
4b10e91f22 docs: add video embedding instructions to the theme guide 2025-05-22 00:50:27 +01:00
radishzzz
818b98fcf1 chore: update toc margin bottom 2025-05-21 18:50:41 +01:00
radishzzz
c6e3373c10 fix: <hr> styling issue 2025-05-21 18:33:51 +01:00
radishzzz
d10d90a8ef chore: update <hr> styles, fix unexpected comments in rss feed, update theme guides 2025-05-21 18:27:14 +01:00
radishzzz
155202adeb fix: img style error 2025-05-20 02:31:19 +01:00
radishzzz
2f158eed60 🎨 style: refactor markdown typography styles 2025-05-20 01:20:59 +01:00
radishzzz
910fd9f39a chore: update gsap animation config 2025-05-19 15:00:30 +01:00
radishzzz
4d247cfb93 feat: add reducemotion config option to optimize performance
- Add `reduceMotion` option in theme config to improve performance
- Update Button component to support reduced animations
- Modify GSAP animation logic to adapt to the new configuration
- Update documentation to reflect the new feature
2025-05-19 14:54:59 +01:00
radishzzz
120ebbbb3f style: update animation duration and delay, fix transition issues on mobile 2025-05-19 12:05:34 +01:00
radishzzz
9edc1fc325 style: update highlight hover animation duration 2025-05-19 04:19:10 +01:00
radishzzz
4c9ea3febd fix: admonition border color not rendering correctly 2025-05-19 04:07:23 +01:00
radishzzz
34207a2b4c docs: update readme 2025-05-19 03:58:17 +01:00
radishzz
3d3e422ef2
Merge pull request #24 from radishzzz/dev
 feat: optimize performance, enhance animations and improve accessibility

- perf: replace overlayscrollbars with native scrollbar to fix page loading lag
- feat: implement GSAP animations throughout the site with optimized curves and durations
- style: refine scrollbar styling and heading margins for better visual consistency
- fix: resolve accessibility issues with footer links and improve mobile responsiveness
- refactor: reorganize CSS files and optimize DOM selectors for better performance
- chore: update dependencies and implement astro-compress
- docs: update README and theme guides
2025-05-19 03:28:55 +01:00
radishzzz
7a7253124d chore: enable photoswipe component 2025-05-19 03:17:26 +01:00
radishzzz
beb3386edc perf: optimize dom selectors for better performance 2025-05-19 03:12:55 +01:00
radishzzz
bfe3771571 style: improve animation effects for gsap, view transitions and highlight-hover 2025-05-19 02:20:37 +01:00
radishzzz
653596fc3d style: optimize gsap animations, add preload for stix-Italic 2025-05-19 01:48:28 +01:00
radishzzz
1f141963a1 fix: whitespace in footer incorrectly removed during compression 2025-05-19 01:28:13 +01:00
radishzzz
96fba2d473 fix: accessibility issues with footer links, optimize footer link handling logic 2025-05-19 00:58:53 +01:00
radishzzz
a27cdcb7f9 test: accessibility issues with footer links 2025-05-19 00:33:39 +01:00
radishzzz
ef192c4545 chore: update theme guides and project comments, add astro-compress to remove comments 2025-05-19 00:25:26 +01:00