Commit graph

310 commits

Author SHA1 Message Date
ByteAtATime
e27f394c3a
feat: store encrypted data in base64 2025-11-30 19:44:00 -08:00
ByteAtATime
a96324b9d9
feat: store clipboard images as png to reduce size 2025-11-30 19:29:44 -08:00
ByteAtATime
2349b5c70f
fix: correctly use raw image bytes to get image handle in clipboard history 2025-11-30 19:19:46 -08:00
ByteAtATime
48609b4615
feat: improve clipboard color styling 2025-11-30 19:04:28 -08:00
ByteAtATime
1be71d0314
feat: virtualize clipboard history for long entries 2025-11-30 18:51:51 -08:00
ByteAtATime
f13cf535d6
fix: make content scrollable full width 2025-11-30 18:42:49 -08:00
ByteAtATime
1e0c61e2f4
feat: improve clipboard list preview logic for text 2025-11-30 18:41:47 -08:00
ByteAtATime
f133c8d4fc
feat: split clipboard history into buckets by time 2025-11-30 18:25:56 -08:00
ByteAtATime
57b1a7bb7b
feat: add navigation to clipboard history screen 2025-11-30 18:13:25 -08:00
ByteAtATime
fc5b248a51
feat: implement basic clipboard history ui 2025-11-30 17:32:08 -08:00
ByteAtATime
ff13d9d1a4
fix: use persistent keyring 2025-11-30 17:15:51 -08:00
ByteAtATime
827cacd5ca
fix: initialize clipboard history in application and dev modes 2025-11-30 17:08:10 -08:00
ByteAtATime
a6a1c61601
feat: add clipboard history command 2025-11-30 15:59:58 -08:00
ByteAtATime
544f3c0f09
feat: add image support to clipboard history 2025-11-30 15:56:07 -08:00
ByteAtATime
9e1f4e330e
feat: encrypt clipboard history 2025-11-30 15:54:13 -08:00
ByteAtATime
87ffb66766
feat: add clipboard history tracking 2025-11-30 15:48:45 -08:00
ByteAtATime
bd703cbf36
feat: encrypt LocalStorage to comply with Raycast spec 2025-11-30 15:21:50 -08:00
ByteAtATime
2d1a84afde
feat: add deep link for confetti 2025-11-30 15:16:02 -08:00
ByteAtATime
85912b94e6
feat: add confetti command to root 2025-11-30 15:13:31 -08:00
ByteAtATime
04f27395dd
feat(confetti): stagger particle fade 2025-11-30 15:04:57 -08:00
ByteAtATime
4567fcb1be
feat(confetti): close window when confetti finished 2025-11-30 14:57:27 -08:00
ByteAtATime
faf926288f
feat: implement confetti command 2025-11-30 13:41:20 -08:00
ByteAtATime
92ea0e8346
feat: implement confetti drawing 2025-11-30 11:48:26 -08:00
ByteAtATime
351725154c
feat(settings): update tab bar layout 2025-11-30 10:13:24 -08:00
ByteAtATime
4d6d7d4be8
feat(settings): update checkbox preference styles 2025-11-30 10:06:19 -08:00
ByteAtATime
2ea4b17313
feat(settings): toggle extension selected state on press 2025-11-30 09:54:44 -08:00
ByteAtATime
75ae2a3594
feat(settings): toggle title visibility based on preference type 2025-11-30 09:54:21 -08:00
ByteAtATime
60909e49d6
feat(settings): update preferences layout 2025-11-29 21:28:17 -08:00
ByteAtATime
65d9b64537
feat(settings): update extension description 2025-11-29 21:17:11 -08:00
ByteAtATime
b561e2d55d
fix(settings): correct layout of extension headers 2025-11-29 21:04:38 -08:00
ByteAtATime
d579095ce2
feat(settings): move headers to separate row 2025-11-29 20:59:57 -08:00
ByteAtATime
e5fedefcef
feat(settings): update styles of extensions list 2025-11-29 20:51:00 -08:00
ByteAtATime
a1e4348ceb
feat(settings): update extensions header styles 2025-11-29 20:16:36 -08:00
ByteAtATime
f56663b089
feat(settings): redistribute horizontal spacing 2025-11-29 19:19:54 -08:00
ByteAtATime
1acf2b4731
feat(settings): render extension icon 2025-11-29 19:16:39 -08:00
ByteAtATime
9e6f68a611
feat(settings): add description of extension 2025-11-29 19:14:34 -08:00
ByteAtATime
83d487a66a
feat(settings): add search to extensions tab 2025-11-29 19:12:02 -08:00
ByteAtATime
4bfe44e861
feat: split extension view into two panes 2025-11-29 19:01:02 -08:00
ByteAtATime
77e30c3e56
feat: add tabs to settings window 2025-11-29 18:50:02 -08:00
ByteAtATime
5dfbdd1b82
feat: pass app theme to settings panel 2025-11-29 18:35:47 -08:00
ByteAtATime
bb64417a94
refactor: isolate settings view into separate app 2025-11-29 18:32:10 -08:00
ByteAtATime
0e3159d4ce
fix: focus input on layer shell launch 2025-11-29 17:32:02 -08:00
ByteAtATime
6dddf12ba5
fix: emit WindowOpened event when opening layershell window 2025-11-29 17:01:15 -08:00
ByteAtATime
c11337923d
feat: add toggle for layer shell/window api 2025-11-29 16:43:31 -08:00
ByteAtATime
1c058b46d3
feat: use shell instead of raw window 2025-11-29 16:30:26 -08:00
ByteAtATime
c9bf08d0e2
feat: close window if escape pressed on root screen 2025-11-29 15:21:03 -08:00
ByteAtATime
16c512a5ce
feat: also scroll title in view when navigating to first row of section 2025-11-29 15:19:47 -08:00
ByteAtATime
2a4e2b32e0
feat: make header input ignore navigation keys 2025-11-29 15:04:23 -08:00
ByteAtATime
6e355dc82b
fix: only scroll root when item is outside viewport 2025-11-29 13:39:31 -08:00
ByteAtATime
707b4e201a
refactor: move image loading logic into subscription and tasks 2025-11-29 13:26:17 -08:00