forked from akai/readest
ae2c421938
* fix(ui): restore highlight options layout and clean up color name editing Restore the pre-#3741 layout for both the AnnotationPopup highlight options row and the HighlightColorsEditor settings panel. HighlightOptions: re-add `justify-between` on the outer container and remove `flex-1` from the color strip so the gap between the style box and color strip responds to the number of colors. HighlightColorsEditor: restore `grid-cols-3 sm:grid-cols-5` grid, remove always-visible name inputs, and add a click-to-edit popover on each color circle with hover tooltip for the label. Add a browser screenshot test that renders the real AnnotationPopup component with Tailwind CSS and compares against baseline PNGs for 5, 10, and 15 colors. Co-Authored-By: Claude Opus 4.6 (1M context) <noreply@anthropic.com>
73 lines
797 B
Plaintext
73 lines
797 B
Plaintext
# See https://help.github.com/articles/ignoring-files/ for more about ignoring files.
|
|
|
|
# dependencies
|
|
/node_modules
|
|
/.pnp
|
|
.pnp.js
|
|
.yarn/install-state.gz
|
|
|
|
# testing
|
|
/coverage
|
|
.test-sandbox-node/
|
|
.vitest-attachments/
|
|
|
|
# next.js
|
|
/.next/
|
|
/out/
|
|
|
|
# production
|
|
/build
|
|
|
|
# misc
|
|
.DS_Store
|
|
*.pem
|
|
|
|
# debug
|
|
npm-debug.log*
|
|
yarn-debug.log*
|
|
yarn-error.log*
|
|
|
|
# local env files
|
|
.env*.local
|
|
|
|
# certs and keys
|
|
/private_keys
|
|
|
|
# plists
|
|
Entitlements*.plist
|
|
|
|
# local confs
|
|
tauri.*.conf.json
|
|
|
|
# vercel
|
|
.vercel
|
|
|
|
# open-next
|
|
.open-next
|
|
.wrangler
|
|
|
|
# typescript
|
|
*.tsbuildinfo
|
|
next-env.d.ts
|
|
|
|
# eslint
|
|
.eslintcache
|
|
|
|
#generated
|
|
src-tauri/gen
|
|
|
|
# vendor
|
|
/public/vendor
|
|
|
|
# Auto Generated PWA files
|
|
/public/sw.js
|
|
/public/workbox-*.js
|
|
/public/fallback-*.js
|
|
/public/swe-worker-*.js
|
|
|
|
/dist/
|
|
|
|
.claude/settings.local.json
|
|
.claude/skills
|
|
|