BLOG-44 Post overall page #64

Merged
squid merged 5 commits from BLOG-44_post_overall_page_frontend into main 2025-07-24 00:32:20 +08:00
Owner

Description

  • Change the format of color response

    {
      "red": 0,
      "green": 255,
      "blue": 128,
      "alpha": 255
    }  
    
  • The relationship between the label's background color and its highlight color is calculated. The method involves first converting the RGB color value to HSL, then decreasing the L (lightness) component, and finally converting it back to RGB.

Package Changes

{
  "zod": "^4.0.5"
}

Screenshots

Desktop Mobile
image.png image.png

Reference

Resolves #44

Checklist

  • A milestone is set
  • The related issuse has been linked to this branch
### Description - Change the format of color response ```json { "red": 0, "green": 255, "blue": 128, "alpha": 255 } ``` - The relationship between the label's background color and its highlight color is calculated. The method involves first converting the RGB color value to HSL, then decreasing the L (lightness) component, and finally converting it back to RGB. ### Package Changes ```json { "zod": "^4.0.5" } ``` ### Screenshots |Desktop|Mobile| |-|-| |![image.png](/attachments/851450c4-0975-4b66-9bf7-606d0114c03e)|![image.png](/attachments/f263d65c-89e9-4439-8d50-ae92ae9482ac)| ### Reference Resolves #44 ### Checklist - [x] A milestone is set - [x] The related issuse has been linked to this branch
598 KiB
278 KiB
squid added this to the 0.2 milestone 2025-07-24 00:26:39 +08:00
squid added 5 commits 2025-07-24 00:26:39 +08:00
BLOG-44 feat: add a navbar action
Some checks failed
Frontend CI / build (push) Failing after 48s
b22a37d97f
BLOG-44 refactor: format
All checks were successful
Frontend CI / build (push) Successful in 1m3s
PR Title Check / pr-title-check (pull_request) Successful in 13s
006cb538c4
squid merged commit c2462fe537 into main 2025-07-24 00:32:20 +08:00
Sign in to join this conversation.
No description provided.