• Joined on 2024-02-11
poslop closed issue poslop/palette#1 2026-09-09 02:09:38 +00:00
Syntax highlighting in paste view
poslop pushed to main at poslop/palette 2026-09-09 02:09:28 +00:00
3facff3d1e Syntax highlighting, rate limiting, creator auto-unlock (#1, #2, #26)
poslop opened issue poslop/palette#35 2026-09-09 01:56:37 +00:00
Refactor: project structure cleanup
poslop pushed to main at poslop/palette 2026-09-09 01:55:27 +00:00
9d75d2f80d password reveal: slash through eye icon while password hidden
6b21f997b5 gitignore: exclude binary and live SQLite WAL files
Compare 2 commits »
poslop closed issue poslop/palette#27 2026-09-09 01:53:00 +00:00
Redesign the locked-paste screen
poslop closed issue poslop/palette#28 2026-09-09 01:53:00 +00:00
Back button after creating a paste shows stale result state
poslop closed issue poslop/palette#19 2026-09-09 01:52:59 +00:00
Copy button should show a success toast
poslop closed issue poslop/palette#20 2026-09-09 01:52:59 +00:00
Protection menu: better spacing and redo password lock formatting
poslop closed issue poslop/palette#21 2026-09-09 01:52:59 +00:00
Password reveal button while typing
poslop closed issue poslop/palette#22 2026-09-09 01:52:59 +00:00
Custom URL: integrate the / into the placeholder
poslop closed issue poslop/palette#23 2026-09-09 01:52:59 +00:00
Remove the up arrow from the Create button
poslop closed issue poslop/palette#24 2026-09-09 01:52:59 +00:00
Refresh icon still squished/cut off in its button
poslop closed issue poslop/palette#25 2026-09-09 01:52:59 +00:00
Title placeholder should say just 'Title'
poslop pushed to main at poslop/palette 2026-09-09 01:52:26 +00:00
103a7a6af5 UI batch 1: copy toast, protection/custom-url spacing, pw reveal, SVG icons, unlock redesign, bfcache result reset, search spinner (#19-#25,#27,#28,#32)
poslop commented on issue poslop/palette#29 2026-09-09 01:50:51 +00:00
Expired pastes should release custom URLs (daily cleanup job)

Implemented by Store.ReleaseCustomSlugs, called from the existing sweeper goroutine on every tick (production: every minute; the job itself is idempotent, so daily cadence is safe — tick…

poslop closed issue poslop/palette#29 2026-09-09 01:50:51 +00:00
Expired pastes should release custom URLs (daily cleanup job)
poslop opened issue poslop/palette#33 2026-09-09 01:50:46 +00:00
Bug fixing sweep: end-to-end audit of all features
poslop opened issue poslop/palette#34 2026-09-09 01:50:46 +00:00
Security pentest sweep
poslop pushed to main at poslop/palette 2026-09-09 01:50:43 +00:00
1f162c4003 sweeper: release custom URLs on expiry and after 30-day reservation (#29)
poslop opened issue poslop/palette#32 2026-09-09 01:46:16 +00:00
Search: loading indicator and performance review