Commit graph

  • a82de0bc88
    feat: update metadata layout native ByteAtATime 2025-11-30 22:01:32 -08:00
  • 04c8a701b3
    feat: update clipboard history layout ByteAtATime 2025-11-30 21:52:49 -08:00
  • c32a05fd1f
    fix: use rules instead of borders ByteAtATime 2025-11-30 21:35:45 -08:00
  • 7f53f27d1c
    refactor: extract clipboard list item and preview ByteAtATime 2025-11-30 21:33:19 -08:00
  • 2145d41b6d
    feat: only show source app if at least one entry has it ByteAtATime 2025-11-30 20:30:25 -08:00
  • 86fa43afd2
    feat: show source app in clipboard history screen ByteAtATime 2025-11-30 20:27:01 -08:00
  • 5bda21c010
    feat: add window title tracking to clipboard entries ByteAtATime 2025-11-30 20:24:45 -08:00
  • 6ad4e9e66e
    perf: deduplicate images based on metadata instead of raw data ByteAtATime 2025-11-30 20:06:57 -08:00
  • e27f394c3a
    feat: store encrypted data in base64 ByteAtATime 2025-11-30 19:44:00 -08:00
  • a96324b9d9
    feat: store clipboard images as png to reduce size ByteAtATime 2025-11-30 19:29:44 -08:00
  • 2349b5c70f
    fix: correctly use raw image bytes to get image handle in clipboard history ByteAtATime 2025-11-30 19:19:46 -08:00
  • 48609b4615
    feat: improve clipboard color styling ByteAtATime 2025-11-30 19:04:28 -08:00
  • 1be71d0314
    feat: virtualize clipboard history for long entries ByteAtATime 2025-11-30 18:51:51 -08:00
  • f13cf535d6
    fix: make content scrollable full width ByteAtATime 2025-11-30 18:42:49 -08:00
  • 1e0c61e2f4
    feat: improve clipboard list preview logic for text ByteAtATime 2025-11-30 18:41:47 -08:00
  • f133c8d4fc
    feat: split clipboard history into buckets by time ByteAtATime 2025-11-30 18:25:56 -08:00
  • 57b1a7bb7b
    feat: add navigation to clipboard history screen ByteAtATime 2025-11-30 18:13:25 -08:00
  • fc5b248a51
    feat: implement basic clipboard history ui ByteAtATime 2025-11-30 17:32:08 -08:00
  • ff13d9d1a4
    fix: use persistent keyring ByteAtATime 2025-11-30 17:15:51 -08:00
  • 827cacd5ca
    fix: initialize clipboard history in application and dev modes ByteAtATime 2025-11-30 17:08:10 -08:00
  • a6a1c61601
    feat: add clipboard history command ByteAtATime 2025-11-30 15:59:58 -08:00
  • 544f3c0f09
    feat: add image support to clipboard history ByteAtATime 2025-11-30 15:56:07 -08:00
  • 9e1f4e330e
    feat: encrypt clipboard history ByteAtATime 2025-11-30 15:54:13 -08:00
  • 87ffb66766
    feat: add clipboard history tracking ByteAtATime 2025-11-30 15:48:45 -08:00
  • bd703cbf36
    feat: encrypt LocalStorage to comply with Raycast spec ByteAtATime 2025-11-30 15:21:50 -08:00
  • 2d1a84afde
    feat: add deep link for confetti ByteAtATime 2025-11-30 15:16:02 -08:00
  • 85912b94e6
    feat: add confetti command to root ByteAtATime 2025-11-30 15:13:31 -08:00
  • 04f27395dd
    feat(confetti): stagger particle fade ByteAtATime 2025-11-30 15:04:57 -08:00
  • 4567fcb1be
    feat(confetti): close window when confetti finished ByteAtATime 2025-11-30 14:57:27 -08:00
  • faf926288f
    feat: implement confetti command ByteAtATime 2025-11-30 13:41:20 -08:00
  • 92ea0e8346
    feat: implement confetti drawing ByteAtATime 2025-11-30 11:48:26 -08:00
  • 351725154c
    feat(settings): update tab bar layout ByteAtATime 2025-11-30 10:13:24 -08:00
  • 4d6d7d4be8
    feat(settings): update checkbox preference styles ByteAtATime 2025-11-30 10:06:19 -08:00
  • 2ea4b17313
    feat(settings): toggle extension selected state on press ByteAtATime 2025-11-30 09:54:44 -08:00
  • 75ae2a3594
    feat(settings): toggle title visibility based on preference type ByteAtATime 2025-11-30 09:54:21 -08:00
  • 60909e49d6
    feat(settings): update preferences layout ByteAtATime 2025-11-29 21:28:17 -08:00
  • 65d9b64537
    feat(settings): update extension description ByteAtATime 2025-11-29 21:17:11 -08:00
  • b561e2d55d
    fix(settings): correct layout of extension headers ByteAtATime 2025-11-29 21:04:38 -08:00
  • d579095ce2
    feat(settings): move headers to separate row ByteAtATime 2025-11-29 20:59:57 -08:00
  • e5fedefcef
    feat(settings): update styles of extensions list ByteAtATime 2025-11-29 20:51:00 -08:00
  • a1e4348ceb
    feat(settings): update extensions header styles ByteAtATime 2025-11-29 20:16:36 -08:00
  • f56663b089
    feat(settings): redistribute horizontal spacing ByteAtATime 2025-11-29 19:19:54 -08:00
  • 1acf2b4731
    feat(settings): render extension icon ByteAtATime 2025-11-29 19:16:39 -08:00
  • 9e6f68a611
    feat(settings): add description of extension ByteAtATime 2025-11-29 19:14:34 -08:00
  • 83d487a66a
    feat(settings): add search to extensions tab ByteAtATime 2025-11-29 19:12:02 -08:00
  • 4bfe44e861
    feat: split extension view into two panes ByteAtATime 2025-11-29 19:01:02 -08:00
  • 77e30c3e56
    feat: add tabs to settings window ByteAtATime 2025-11-29 18:50:02 -08:00
  • 5dfbdd1b82
    feat: pass app theme to settings panel ByteAtATime 2025-11-29 18:35:47 -08:00
  • bb64417a94
    refactor: isolate settings view into separate app ByteAtATime 2025-11-29 18:32:10 -08:00
  • 0e3159d4ce
    fix: focus input on layer shell launch ByteAtATime 2025-11-29 17:32:02 -08:00
  • 6dddf12ba5
    fix: emit WindowOpened event when opening layershell window ByteAtATime 2025-11-29 17:01:15 -08:00
  • c11337923d
    feat: add toggle for layer shell/window api ByteAtATime 2025-11-29 16:43:31 -08:00
  • 1c058b46d3
    feat: use shell instead of raw window ByteAtATime 2025-11-29 16:30:26 -08:00
  • c9bf08d0e2
    feat: close window if escape pressed on root screen ByteAtATime 2025-11-29 15:21:03 -08:00
  • 16c512a5ce
    feat: also scroll title in view when navigating to first row of section ByteAtATime 2025-11-29 15:19:47 -08:00
  • 2a4e2b32e0
    feat: make header input ignore navigation keys ByteAtATime 2025-11-29 15:04:23 -08:00
  • 6e355dc82b
    fix: only scroll root when item is outside viewport ByteAtATime 2025-11-29 13:39:31 -08:00
  • 707b4e201a
    refactor: move image loading logic into subscription and tasks ByteAtATime 2025-11-29 13:26:17 -08:00
  • c863b0d7c9
    refactor: change ipc channel to iced subscription ByteAtATime 2025-11-29 12:47:55 -08:00
  • ae23c71705
    refactor: move sidecar io to app state ByteAtATime 2025-11-29 11:41:39 -08:00
  • 07b332b845
    refactor: extract ActionPanel state into separate struct ByteAtATime 2025-11-28 21:16:52 -08:00
  • cda9834b1a
    feat: automatically focus action search when opening panel ByteAtATime 2025-11-28 20:56:18 -08:00
  • 29cbeb57ca
    fix: delegate functions to root widget in scale to keep behavior ByteAtATime 2025-11-28 20:53:51 -08:00
  • b923f94f85
    feat: tweak action panel settings ByteAtATime 2025-11-28 19:58:08 -08:00
  • 22d68f9d82
    fix: send EscapePressed message for all keyboard events, even when an input is focused ByteAtATime 2025-11-28 18:32:58 -08:00
  • be3a002cbc
    feat: add animation to ActionPanel ByteAtATime 2025-11-28 18:11:28 -08:00
  • 16f54d1686
    feat: correct styling of ActionPanel ByteAtATime 2025-11-28 16:36:01 -08:00
  • b5850d1a64
    feat: add keyboard navigation to actions ByteAtATime 2025-11-28 13:37:28 -08:00
  • a4e33b5a0f
    feat: add search bar to ActionPanel ByteAtATime 2025-11-28 13:32:27 -08:00
  • 20b652a30d
    refactor: extract ActionPanel and Footer as separate components ByteAtATime 2025-11-28 13:12:25 -08:00
  • 597f519f87
    feat: update footer styles ByteAtATime 2025-11-28 12:48:28 -08:00
  • dbf9d57593 feat: update ResolvedIcon to use handles for SVG and image types ByteAtATime 2025-11-27 23:13:22 -08:00
  • 7bef8143c6 perf: virtualize root screen items ByteAtATime 2025-11-27 23:03:47 -08:00
  • c59c608b1b
    feat: call onSearchTextChange on list and grid ByteAtATime 2025-11-27 21:37:18 -08:00
  • 25da9ebf5e
    fix: use arrow functions in Cache to maintain this context ByteAtATime 2025-11-27 21:33:43 -08:00
  • e5fca473a0
    feat: add List.EmptyView component ByteAtATime 2025-11-27 21:25:39 -08:00
  • fc89593b48
    feat: add suspense root in nav stack ByteAtATime 2025-11-27 20:31:01 -08:00
  • 1415011d55
    fix: implement synchronous cache methods ByteAtATime 2025-11-27 20:21:06 -08:00
  • c27f99bf13
    Revert "refactor: centralize daemon and dev logic" ByteAtATime 2025-11-27 20:00:14 -08:00
  • d96aaa8243
    feat: implement oauth token storage methods ByteAtATime 2025-11-27 19:18:53 -08:00
  • f4188d96be
    refactor: centralize daemon and dev logic ByteAtATime 2025-11-27 18:02:08 -08:00
  • 18a46dfb72
    feat: implement PKCEClient.authorize method ByteAtATime 2025-11-27 17:57:06 -08:00
  • 1f76b6e8ef
    fix: rename PCKE to PKCE ByteAtATime 2025-11-27 17:20:55 -08:00
  • 2a169a7613
    fix: actually expose oauth api ByteAtATime 2025-11-27 17:19:52 -08:00
  • 316f3c2186
    feat: add oauth authorizationRequest ByteAtATime 2025-11-27 16:53:03 -08:00
  • 1ebb9e756e
    feat: add pointer events to root page ByteAtATime 2025-11-27 16:46:36 -08:00
  • a56a5e00d3
    feat: correct search bar border to only be at bottom ByteAtATime 2025-11-27 14:56:44 -08:00
  • 909ba2cbf0
    feat: add top border to footer ByteAtATime 2025-11-27 14:46:54 -08:00
  • b7480f4cee
    feat: add derived alpha theme colors ByteAtATime 2025-11-27 14:10:26 -08:00
  • bc4c53abe5
    feat: add action to reset item frecency in root ByteAtATime 2025-11-27 14:02:16 -08:00
  • f2b27d0a64
    feat: update root screen spacing ByteAtATime 2025-11-27 13:41:42 -08:00
  • def3b2324e
    feat: move root subtitle to right of title ByteAtATime 2025-11-27 13:30:04 -08:00
  • 4e3b4efadf
    feat: update scrollable styles ByteAtATime 2025-11-27 13:20:09 -08:00
  • e384f14fcd
    feat: update size and border of root list item ByteAtATime 2025-11-27 12:59:07 -08:00
  • b2e8172c14
    feat: update search bar padding ByteAtATime 2025-11-27 12:54:59 -08:00
  • 4a6c1fd514
    feat: add theming ByteAtATime 2025-11-27 12:31:38 -08:00
  • 237f4cddd2
    feat: update window to be more launcher-like ByteAtATime 2025-11-27 11:09:27 -08:00
  • 0dbc5c4fd6
    feat: add frecency to root screen ByteAtATime 2025-11-27 10:46:05 -08:00
  • ac43010981
    refactor: extract logic for scrolling to element ByteAtATime 2025-11-27 10:16:29 -08:00
  • 77be316f6c
    refactor: extract core selection logic ByteAtATime 2025-11-27 10:10:00 -08:00