• Joined on 2025-01-06
squid deleted branch BLOG-92_improve_font_loading_efficiency from squid/blog 2025-08-02 15:26:50 +08:00
squid pushed to main at squid/blog 2025-08-02 15:26:50 +08:00
18f29655bf BLOG-92 Fix improve google font loading efficiency (#111)
squid closed issue squid/blog#92 2025-08-02 15:26:49 +08:00
Improve font loading efficiency
squid merged pull request squid/blog#111 2025-08-02 15:26:49 +08:00
BLOG-92 Fix improve google font loading efficiency
squid commented on pull request squid/blog#111 2025-08-02 15:26:08 +08:00
BLOG-92 Fix improve google font loading efficiency

**The inline onload script this.media='all' can be blocked by a strict Content
Security Policy (CSP) that disallows unsafe-inline scripts. This would…

squid pushed to BLOG-92_improve_font_loading_efficiency at squid/blog 2025-08-02 15:25:35 +08:00
1e1bae0812 BLOG-92 feat: defer font loading to improve performance
squid created pull request squid/blog#111 2025-08-02 15:22:19 +08:00
BLOG-92 fix: improve google font loading efficiency
squid pushed to BLOG-92_improve_font_loading_efficiency at squid/blog 2025-08-02 15:20:17 +08:00
48005d1f52 BLOG-92 fix: improve google font loading efficiency
squid created branch BLOG-92_improve_font_loading_efficiency in squid/blog 2025-08-02 15:20:17 +08:00
squid deleted branch BLOG-109_fix_zod_iso_datetime_parsing_error from squid/blog 2025-08-02 14:55:46 +08:00
squid pushed to main at squid/blog 2025-08-02 14:55:46 +08:00
b953d0bf0d BLOG-109 Fix published_time schema to include offset (#110)
squid merged pull request squid/blog#110 2025-08-02 14:55:45 +08:00
BLOG-109 Fix published_time schema to include offset
squid closed issue squid/blog#109 2025-08-02 14:55:45 +08:00
Zod iso datetime parsing error
squid created pull request squid/blog#110 2025-08-02 14:54:29 +08:00
BLOG-109 fix: published_time schema to include offset in PostInfoResponseSchema
squid pushed to BLOG-109_fix_zod_iso_datetime_parsing_error at squid/blog 2025-08-02 14:52:23 +08:00
74c0ad516a BLOG-109 fix: published_time schema to include offset in PostInfoResponseSchema
squid created branch BLOG-109_fix_zod_iso_datetime_parsing_error in squid/blog 2025-08-02 14:52:22 +08:00
squid opened issue squid/blog#109 2025-08-02 14:50:03 +08:00
Zod iso datetime parsing error
squid pushed to main at squid/blog 2025-08-02 14:35:29 +08:00
a5f66616c4 BLOG-104 Implement CRUD functionality for Posts (#108)
squid deleted branch BLOG-104_post_create_and_update_routes from squid/blog 2025-08-02 14:35:29 +08:00
squid closed issue squid/blog#104 2025-08-02 14:35:28 +08:00
Post creating and updating routes