star7th / star7th/coolmonitor

提一个小问题

Open
#56 2 comments 0 reactions 0 assignees View on GitHub

Nobody has claimed this yet.

Dominant language
TypeScript
Stars
877
Forks
107
PR merge metrics
No merged PRs in 30d

Description

编辑弹窗右侧滚动条与弹窗本身圆角不兼容 看起来很违和 可通过全局样式添加隐藏滚动条解决
切换为亮色背景后刷新页面 会先显示暗色 闪一下之后才显示暗色 因为默认是dark模式 可以通过localstorage存储当前主题,页面加载前使用阻塞script 去设置当前的主题,设置完毕后正常加载当前主题色解决

Contributor guide

Open the contributing guide

First steps

  1. Read the whole issue, then the project's contributing guide.
  2. Comment on the issue to say you are picking it up — it saves two people doing the same work.
  3. Fork the repository and make your change on a branch.
  4. Open a pull request that references the issue number.

Research direction

Start by tracing the edit modal styles and the theme initialization path. Verify the scrollbar respects the modal’s rounded corners, then check the initial page-load theme selection and localStorage behavior. Done means the light theme appears without a dark flash after refresh and the modal scrollbar no longer conflicts with its corners.

Written by the indexing model from the issue text.

Assessment

Tech stack
typescript
Domain
frontend
Issue type
Bug
Difficulty
3/5
Estimated time
1-2 days
Activity status
Stale
Clarity
Mostly clear
Newbie friendliness
45/100

Get new issues in your inbox

A short digest of beginner-friendly GitHub issues.