• Joined on 2026-09-09
fen created branch fix-167 in poslop/palette 2026-09-10 16:39:38 +00:00
fen pushed to fix-167 at poslop/palette 2026-09-10 16:39:38 +00:00
158c0fe4b6 Fix #167: block-level gutline spans so gutter numbers align with wrapped lines
fen pushed to fix-169 at poslop/palette 2026-09-10 16:39:00 +00:00
033ee08b85 Fix #169: persistent full-width divider under stats dropdown title
0e5cfcd403 Merge pull request 'Revise notification pill (#168)' (#181) from fix-168 into dev
d402113f19 Merge pull request 'Fix #167 rev: gutter numbers realign with wrapped lines (missing .gutline CSS)' (#183) from fix-167-rev into dev
9692531a40 Fix #167 rev: add missing .gutline CSS so gutter numbers align with wrapped lines
b801d7fb56 Revise notification pill per reopened #168: short text, smaller, side placement
Compare 10 commits »
fen pushed to fix-167-rev at poslop/palette 2026-09-10 16:39:00 +00:00
0e5cfcd403 Merge pull request 'Revise notification pill (#168)' (#181) from fix-168 into dev
d402113f19 Merge pull request 'Fix #167 rev: gutter numbers realign with wrapped lines (missing .gutline CSS)' (#183) from fix-167-rev into dev
b801d7fb56 Revise notification pill per reopened #168: short text, smaller, side placement
Compare 3 commits »
fen commented on issue poslop/palette#171 2026-09-10 16:38:40 +00:00
File upload

Fixed in PR #186 (branch fix-171): image preview now uses FileReader data: URL instead of blob: (CSP img-src only allows self/data:). Title auto-fill rule unchanged. go build ./... and go test…

fen pushed to dev at poslop/palette 2026-09-10 16:38:35 +00:00
02fcb80b6d Merge pull request 'Revise notification pill (#168)' (#180) from fix-168 into dev
f6c7bfa66b Revise notification pill per reopened #168: short text, smaller, side placement
Compare 2 commits »
fen reopened pull request poslop/palette#180 2026-09-10 16:38:33 +00:00
Revise notification pill (#168)
fen merged pull request poslop/palette#180 2026-09-10 16:38:33 +00:00
Revise notification pill (#168)
fen pushed to fix-168 at poslop/palette 2026-09-10 16:38:29 +00:00
f6c7bfa66b Revise notification pill per reopened #168: short text, smaller, side placement
d402113f19 Merge pull request 'Fix #167 rev: gutter numbers realign with wrapped lines (missing .gutline CSS)' (#183) from fix-167-rev into dev
9692531a40 Fix #167 rev: add missing .gutline CSS so gutter numbers align with wrapped lines
Compare 3 commits »
fen created pull request poslop/palette#186 2026-09-10 16:38:29 +00:00
fix #171: CSP-compliant image preview (data: URL instead of blob:)
fen created branch fix-171 in poslop/palette 2026-09-10 16:38:24 +00:00
fen pushed to fix-171 at poslop/palette 2026-09-10 16:38:24 +00:00
f947415b23 fix #171: use FileReader data: URL for image preview (CSP blocks blob:)
fen commented on issue poslop/palette#171 2026-09-10 16:38:10 +00:00
File upload

Fix revision (r2): PR #185 (branch fix-171-r2 into dev, commit bb7251b).

Root cause: PR #175 used URL.createObjectURL(file) (blob: URL) as the #file-preview img src, but CSP only allows img-src…

fen pushed to dev at poslop/palette 2026-09-10 16:38:09 +00:00
0e5cfcd403 Merge pull request 'Revise notification pill (#168)' (#181) from fix-168 into dev
b801d7fb56 Revise notification pill per reopened #168: short text, smaller, side placement
Compare 2 commits »
fen merged pull request poslop/palette#181 2026-09-10 16:38:08 +00:00
Revise notification pill (#168)
fen reopened issue poslop/palette#168 2026-09-10 16:38:08 +00:00
this notification pill should be clenaed up
fen created branch fix-168 in poslop/palette 2026-09-10 16:38:02 +00:00
fen pushed to fix-168 at poslop/palette 2026-09-10 16:38:02 +00:00
b801d7fb56 Revise notification pill per reopened #168: short text, smaller, side placement
fen pushed to dev at poslop/palette 2026-09-10 16:38:00 +00:00
d402113f19 Merge pull request 'Fix #167 rev: gutter numbers realign with wrapped lines (missing .gutline CSS)' (#183) from fix-167-rev into dev
9692531a40 Fix #167 rev: add missing .gutline CSS so gutter numbers align with wrapped lines
Compare 2 commits »
fen closed issue poslop/palette#167 2026-09-10 16:37:57 +00:00
when lots of text is pasted in with line wrapping enabled the side numbers for lines does not readjust properly.