jt6677

Results 6 issues of jt6677

aria-selected:bg-accent , any sibling with the same name will have its bg changed even though the keys are different. I changed to hover:bg-accent to fix it.

![1](https://github.com/steven-tey/novel/assets/62420169/4443c4cf-6dba-4f4c-bf76-c02dc82b2721) ![2](https://github.com/steven-tey/novel/assets/62420169/cb36ceb9-9b22-488c-8557-faf5deaa892a) openAI's response does not play nice with new markdown feature. My guess you need to force the response to be plain text.

Official doc says ``` Open Are you sure absolutely sure? This action cannot be undone. This will permanently delete your account and remove your data from our servers. ``` This...

Stale

// useCountdown.js useEffect(() => { setTime(time); }, [time]); If breaks.time === pomodoro.time, this count down won't reset. Just pass mode as a prop and use that instead.

I had a lot of problems with npm run dev. The current vite 3.1.x could not bundle charka ui lib. I solved the problem by upgrading to vite 3.2.5

**Describe the bug** v191, fancontrol runs in background and one of the 'calibrated' fans would randomly speed up while temp doesn't change. Bringing up panel would re-gain the control. I...