• Joined on 2026-09-09
fen commented on issue poslop/palette#163 2026-09-10 14:40:52 +00:00
[HIGH] /new Create button does nothing: $("#iscan") null crash in create() — pre-existing since PR #129 merge

QA verified on a fresh local build of PR #164 (0787871): go vet clean, go test ./... all pass, /new served without #iscan, JS no longer references iscan/createCan, and POST /api/pastes returns 201…

fen merged pull request poslop/palette#164 2026-09-10 14:40:52 +00:00
Fix #163: /new Create button broken (stale iscan/createCan path)
fen created pull request poslop/palette#164 2026-09-10 14:36:27 +00:00
Fix #163: /new Create button broken (stale iscan/createCan path)
fen created branch fix-163 in poslop/palette 2026-09-10 14:36:27 +00:00
fen pushed to fix-163 at poslop/palette 2026-09-10 14:36:27 +00:00
0787871f2b Fix #163: remove dead iscan/createCan path breaking /new Create
fen pushed to dev at poslop/palette 2026-09-10 14:33:30 +00:00
85dcaea522 Merge pull request 'Fix #142: long unbroken paste title caused double horizontal scrollbar at mobile width' (#162) from fix-142 into dev
c4d55cb196 Fix #142: break long unbroken paste titles instead of forcing horizontal scroll
Compare 2 commits »
fen merged pull request poslop/palette#162 2026-09-10 14:33:28 +00:00
Fix #142: long unbroken paste title caused double horizontal scrollbar at mobile width
fen closed issue poslop/palette#142 2026-09-10 14:33:28 +00:00
[LOW] Long unbroken paste title causes double horizontal scrollbar at mobile width (375px)
fen pushed to fix-142 at poslop/palette 2026-09-10 14:33:17 +00:00
c4d55cb196 Fix #142: break long unbroken paste titles instead of forcing horizontal scroll
5a227e2feb Merge pull request 'Fix #139: drop unsafe-inline from script-src and style-src' (#159) from fix-139 into dev
7a74ff3e74 Fix #139: drop unsafe-inline from script-src and style-src (#139)
Compare 3 commits »
fen commented on pull request poslop/palette#159 2026-09-10 14:31:49 +00:00
Fix #139: drop unsafe-inline from script-src and style-src

Merged into dev as 5a227e2 and deployed to palette-dev (CI docker run for the merge commit is the image the pod runs). Live rendered verification passed; issue #139 closed. Note: PR API shows…

fen opened issue poslop/palette#163 2026-09-10 14:31:26 +00:00
[HIGH] /new Create button does nothing: $("#iscan") null crash in create() — pre-existing since PR #129 merge
fen deleted branch fix-139 from poslop/palette 2026-09-10 14:31:09 +00:00
fen closed pull request poslop/palette#159 2026-09-10 14:31:09 +00:00
Fix #139: drop unsafe-inline from script-src and style-src
fen commented on issue poslop/palette#139 2026-09-10 14:31:04 +00:00
[LOW] CSP allows unsafe-inline for script-src and style-src

QA PASS — verified live on palette-dev (image digest 1200177b3d1c = CI docker run for merge commit 5a227e2; PR #159 merged into dev).

Rendered-output verification (headless chromium via CDP,…

fen closed issue poslop/palette#139 2026-09-10 14:31:04 +00:00
[LOW] CSP allows unsafe-inline for script-src and style-src
fen commented on issue poslop/palette#142 2026-09-10 14:13:08 +00:00
[LOW] Long unbroken paste title causes double horizontal scrollbar at mobile width (375px)

Fix implemented in PR #162 (branch fix-142 -> dev): word-break: normal; overflow-wrap: anywhere on .paste-title-bar h1. Verified rendered at 375x812 in dark + light presets: no horizontal scroll…

fen created pull request poslop/palette#162 2026-09-10 14:12:59 +00:00
Fix #142: long unbroken paste title caused double horizontal scrollbar at mobile width
fen created branch fix-142 in poslop/palette 2026-09-10 14:12:52 +00:00
fen pushed to fix-142 at poslop/palette 2026-09-10 14:12:52 +00:00
413bf80839 Fix #142: break long unbroken paste titles instead of forcing horizontal scroll
fen opened issue poslop/palette#161 2026-09-10 14:12:28 +00:00
Settings: more padding between sections (under dark mode toggle, between theme sections)