• Joined on 2025-01-06
squid pushed to BLOG-136_create_dashboard_route at squid/blog 2025-10-13 19:45:58 +08:00
9d7a8bd300 feat: update dashboard navigation links; redirect to post page on dashboard access
squid pushed to BLOG-136_create_dashboard_route at squid/blog 2025-10-13 19:43:53 +08:00
f63d42304d feat: implement dashboard layout with navigation and routing; add button component for dashboard links
squid pushed to BLOG-136_create_dashboard_route at squid/blog 2025-10-13 18:44:13 +08:00
3dd5d71168 feat: update Navbar structure and enhance layout with main tag; improve robots.txt for better crawling control
squid pushed to BLOG-136_create_dashboard_route at squid/blog 2025-10-13 18:37:26 +08:00
a9c88109d9 fix: update layout structure to use <main> for semantic HTML and improve SEO with robots.txt adjustments
squid pushed to BLOG-136_create_dashboard_route at squid/blog 2025-10-13 16:52:18 +08:00
07ab4ec157 feat: import shadcn
squid pushed to BLOG-136_create_dashboard_route at squid/blog 2025-10-13 16:21:07 +08:00
5e94cceb78 chore: update package manager version
squid pushed to BLOG-136_create_dashboard_route at squid/blog 2025-10-13 10:53:11 +08:00
f228a9bb4a feat: add custom ErrorPage component for improved error handling
squid pushed to BLOG-136_create_dashboard_route at squid/blog 2025-10-13 10:52:02 +08:00
7670996aa1 feat: add custom ErrorPage component for improved error handling
squid created branch BLOG-136_create_dashboard_route in squid/blog 2025-10-13 10:48:54 +08:00
squid pushed to BLOG-136_create_dashboard_route at squid/blog 2025-10-13 10:48:54 +08:00
365c979878 feat: implement authentication and user management features
squid opened issue squid/blog#136 2025-10-13 09:15:06 +08:00
Create dashboard route
squid pushed to main at squid/blog 2025-10-12 21:16:38 +08:00
1ae104cd56 BLOG-133 Unique label name and semantic ID (#135)
squid deleted branch BLOG-133_unique_label_name from squid/blog 2025-10-12 21:16:38 +08:00
squid merged pull request squid/blog#135 2025-10-12 21:16:36 +08:00
BLOG-133 Unique label name and semantic ID
squid closed issue squid/blog#133 2025-10-12 21:16:36 +08:00
Make label name and semantic id unique
squid created pull request squid/blog#135 2025-10-12 21:11:53 +08:00
BLOG-133 Unique label name and semantic ID
squid pushed to BLOG-133_unique_label_name at squid/blog 2025-10-12 21:09:13 +08:00
78dfca41e6 feat: add error handling for duplicated semantic ID and label name in database operations
squid pushed to BLOG-133_unique_label_name at squid/blog 2025-10-12 20:58:27 +08:00
9f17f45862 feat: add error handling for duplicated semantic ID and label name
squid pushed to BLOG-133_unique_label_name at squid/blog 2025-10-12 20:49:54 +08:00
88aceb3a51 feat: add unique index to label name column
squid pushed to BLOG-133_unique_label_name at squid/blog 2025-10-12 20:35:46 +08:00
f900c2dc2b feat: update sqlx