Commit graph

355 commits

Author SHA1 Message Date
PandaDEV
b3b0dd5d35
Merge ae5103e800 into 1a83671927 2025-03-17 23:01:07 +01:00
PandaDEV
1a83671927
Merge pull request #38 from 0PandaDEV/dependabot/cargo/src-tauri/ring-0.17.14
chore(deps): bump ring from 0.17.8 to 0.17.14 in /src-tauri
2025-03-17 23:01:03 +01:00
PandaDEV
e7964d2eba
Merge pull request #39 from 0PandaDEV/dependabot/cargo/src-tauri/openssl-0.10.71
chore(deps): bump openssl from 0.10.66 to 0.10.71 in /src-tauri
2025-03-17 23:00:49 +01:00
PandaDEV
ebf7f55433
Merge pull request #37 from 0PandaDEV/dependabot/cargo/src-tauri/zip-2.4.1
chore(deps): bump zip from 2.1.6 to 2.4.1 in /src-tauri
2025-03-17 23:00:36 +01:00
dependabot[bot]
987cb478dc
chore(deps): bump openssl from 0.10.66 to 0.10.71 in /src-tauri
Bumps [openssl](https://github.com/sfackler/rust-openssl) from 0.10.66 to 0.10.71.
- [Release notes](https://github.com/sfackler/rust-openssl/releases)
- [Commits](https://github.com/sfackler/rust-openssl/compare/openssl-v0.10.66...openssl-v0.10.71)

---
updated-dependencies:
- dependency-name: openssl
  dependency-type: indirect
...

Signed-off-by: dependabot[bot] <support@github.com>
2025-03-17 22:00:36 +00:00
dependabot[bot]
cad31b666c
chore(deps): bump ring from 0.17.8 to 0.17.14 in /src-tauri
Bumps [ring](https://github.com/briansmith/ring) from 0.17.8 to 0.17.14.
- [Changelog](https://github.com/briansmith/ring/blob/main/RELEASES.md)
- [Commits](https://github.com/briansmith/ring/commits)

---
updated-dependencies:
- dependency-name: ring
  dependency-type: indirect
...

Signed-off-by: dependabot[bot] <support@github.com>
2025-03-17 22:00:14 +00:00
dependabot[bot]
2c0dba0e66
chore(deps): bump zip from 2.1.6 to 2.4.1 in /src-tauri
Bumps [zip](https://github.com/zip-rs/zip2) from 2.1.6 to 2.4.1.
- [Release notes](https://github.com/zip-rs/zip2/releases)
- [Changelog](https://github.com/zip-rs/zip2/blob/master/CHANGELOG.md)
- [Commits](https://github.com/zip-rs/zip2/compare/v2.1.6...v2.4.1)

---
updated-dependencies:
- dependency-name: zip
  dependency-type: indirect
...

Signed-off-by: dependabot[bot] <support@github.com>
2025-03-17 21:59:57 +00:00
PandaDEV
ae5103e800
feat: update BottomBar component to include platform-specific key modifiers and improve action button layout 2025-03-16 23:38:57 +01:00
PandaDEV
8abf231912
feat: enhance keybind input handling with Escape key functionality and improved keyboard context management 2025-03-16 23:38:52 +01:00
PandaDEV
bbd7a54948
feat: add platform detection for keyboard functionality to support macOS and Windows 2025-03-16 23:29:38 +01:00
pandadev
3a5e2cba7e
feat: refactor ActionsMenu for improved accessibility and keyboard navigation, including focus management and enhanced keyboard shortcut handling 2025-03-16 23:00:48 +01:00
pandadev
b8238d01ca
feat: remove unused clipboard content update emission in setup function 2025-03-16 22:27:06 +01:00
pandadev
554943d349
feat: remove Cube icon component and enhance ActionsMenu with new keyboard shortcuts for toggling actions 2025-03-16 22:26:53 +01:00
pandadev
a79268d0f7
feat: enhance ActionsMenu functionality with improved keyboard context management and dynamic history updates 2025-03-16 22:26:28 +01:00
pandadev
be1718d9a5
feat: add new color variable for red and update SQL query in history management to include additional fields 2025-03-16 21:33:00 +01:00
pandadev
ddd92a70e2
feat: enhance ActionsMenu component with dynamic action icons, improved keyboard shortcuts, and integrated action handling logic 2025-03-16 21:32:55 +01:00
pandadev
b828daff08
feat: implement useAppControl composable for app hiding functionality and refactor index.vue to utilize it 2025-03-16 21:32:44 +01:00
pandadev
409e10a8fd
refactor: update BottomBar component to use new Key component for keyboard modifier representation 2025-03-16 21:32:27 +01:00
pandadev
843a1ea8b7
feat: add new key icon components for Cmd, Enter, Key, and Shift to enhance keyboard representation 2025-03-16 21:32:20 +01:00
pandadev
fce7eec1fc
feat: add new icon components including Bin, Board, Brush, Cube, Expand, Gear, Globe, Open, Pen, Rotate, T, and Zip; remove unused Cmd, Ctrl, Enter, Key, and Shift icons for a cleaner icon set 2025-03-16 21:32:14 +01:00
pandadev
2865f8749e
feat: add ActionsMenu component for enhanced action management with search functionality and keyboard navigation 2025-03-16 20:34:01 +01:00
pandadev
7ba418f4cc
refactor: update BottomBar component to improve action handling and add input support for secondary action 2025-03-16 20:33:51 +01:00
pandadev
b946b6455f
feat: implement keyboard context management and shortcuts for improved user interaction 2025-03-16 20:33:40 +01:00
pandadev
af64b77b74
refactor: move selectedResult logic to a new plugin for better organization and maintainability 2025-03-16 20:33:22 +01:00
pandadev
5e669749d7
feat: add get_app_info command with error handling and panic safety for improved app info retrieval 2025-03-16 20:33:00 +01:00
pandadev
dc638cb3ce
fix: adjust padding and line-height in main styles for better layout consistency 2025-03-16 11:58:34 +01:00
pandadev
828d710892
fix: selector not account for an existing search query 2025-03-15 17:47:19 +01:00
pandadev
f435a7b20a
refactor: serach function now async which is way faster 2025-03-15 17:44:14 +01:00
pandadev
ae878b7203
feat: add PNG encoding support in commands utility for image processing 2025-03-15 16:30:22 +01:00
pandadev
17894a24e3
feat: add logging for app info retrieval and implement icon processing to base64 2025-03-15 16:29:57 +01:00
pandadev
8bc27fc888
fix: align items in Result component for improved layout 2025-03-15 16:28:12 +01:00
PandaDEV
c97a5f069d
fix: set fixed width for main and information sections in index.scss 2025-03-15 01:42:41 +01:00
PandaDEV
102ffe2fe3
fix: content overflow in width 2025-03-15 01:35:16 +01:00
PandaDEV
26c4df6039
fix: source app icon not being refreshed 2025-03-15 01:18:43 +01:00
PandaDEV
1ec040ef1e
feat: add icon support to app info display and update styles for improved layout in index.scss 2025-03-15 01:08:53 +01:00
PandaDEV
f890851a59
fix: keyboard shortcuts not working after reopening app 2025-03-15 00:39:21 +01:00
PandaDEV
455b60a994
feat: enhance BottomBar and TopBar components with dynamic actions and improved styling; integrate actions in index.vue 2025-03-15 00:33:29 +01:00
PandaDEV
60d17442fc
refactor: update layout structure in settings.vue and settings.scss for improved responsiveness and clarity; replace .bg with <main> and integrate BottomBar component 2025-03-15 00:33:21 +01:00
PandaDEV
ff6cdac1a3
refactor: remove commented-out code and unused functions in index.vue for cleaner structure 2025-03-15 00:23:27 +01:00
PandaDEV
96e5505b4d
refactor: rename CSS classes for clarity, enhance layout responsiveness, and remove unused styles in index.scss; update Result.vue and index.vue for improved content rendering and structure 2025-03-15 00:21:17 +01:00
PandaDEV
71dc5b273d
chore: update uuid dependency to version 1.16.0 2025-03-15 00:12:36 +01:00
PandaDEV
3fe4fbf052
fix: set_activatio_policy is macos only 2025-03-15 00:12:32 +01:00
PandaDEV
3f8bfc0b91
fix: wrong icon paths 2025-03-15 00:08:10 +01:00
PandaDEV
e5d7bd458b Merge branch 'main' of github.com:0PandaDEV/Qopy 2025-03-15 00:03:59 +01:00
PandaDEV
180664c0fd
feat: add Result component for displaying history items with dynamic content rendering 2025-03-15 00:03:56 +01:00
PandaDEV
7b624bd352
feat: implement selected result management with selection logic and UI integration 2025-03-15 00:03:47 +01:00
PandaDEV
2d3d92f3c8
feat: add TopBar component with search functionality 2025-03-15 00:03:16 +01:00
PandaDEV
b96d3c23de
feat: add BottomBar component with branding and action buttons 2025-03-15 00:03:10 +01:00
PandaDEV
10a78b918e
Update README.md 2025-03-15 00:01:33 +01:00
PandaDEV
7345483ba1
refactor: update Noise component styles and replace noise image with a new format; remove unused SVG icons 2025-03-14 23:59:38 +01:00