Commit graph

40 commits

Author SHA1 Message Date
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
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
3f8bfc0b91
fix: wrong icon paths 2025-03-15 00:08:10 +01:00
PandaDEV
7b624bd352
feat: implement selected result management with selection logic and UI integration 2025-03-15 00:03:47 +01:00
PandaDEV
b6269c60c9
refactor: integrate keyboard functionality and clean up event handling 2025-03-13 15:29:02 +01:00
PandaDEV
5ef6d8da77
fix(keyboard): update keyboard clear method usage
- replace `unregisterAll` with `clear` to align with updated keyboard API changes
- ensure keyboard actions are handled correctly in app and settings pages

🔧 chore(patches): update keyboard patch to version 3.1.0

- remove old patch file for `wrdu-keyboard@3.0.0`
- add new patch file for `wrdu-keyboard@3.1.0` to apply updates and fixes
2025-01-10 23:48:23 +10:00
PandaDEV
3bfd72b638
feat: add autostart toggle setting 2025-01-02 18:41:28 +10:00
PandaDEV
6d7874c1ae
feat: new settings ui 2025-01-02 18:41:10 +10:00
PandaDEV
c872490a95
feat: add redirect after saving keybind in settings.vue 2025-01-02 17:10:09 +10:00
PandaDEV
0c28a5b0db
refactor: improve keybind saving logic and error handling 2025-01-02 17:05:02 +10:00
PandaDEV
25f7b116f6
refactor: fix casing and spacing in settings.scss
refactor: improve keybind saving logic and error handling
fix: update keybind references to settings in app and tray setup
fix: back button not working on settings
2025-01-02 14:54:42 +10:00
PandaDEV
9658310689
refactor: improve keybind saving logic and error handling 2025-01-02 14:53:47 +10:00
PandaDEV
b3daaaa633
fix: back button not wroking on settings 2025-01-01 17:43:35 +10:00
PandaDEV
6148b7a84a
fix: info row title for links not shown until loaded 2024-12-19 13:13:07 +10:00
PandaDEV
eb3abf797c
feat(vue): Add conditional rendering for link content and URL truncation 2024-12-19 09:32:48 +10:00
PandaDEV
5943fc86fb
feat: better implementation of info rows 2024-12-18 14:57:10 +10:00
PandaDEV
4ab938a3de
feat: detect color 2024-12-18 14:15:20 +10:00
PandaDEV
345f7e3f09
fix: youtube thumbnail having strange formats 2024-12-17 00:00:21 +10:00
PandaDEV
00749a9d3a
refactor: cleaning and formatting 2024-12-16 23:39:37 +10:00
PandaDEV
149e72802c
feat: add information and update chunk loading 2024-12-16 23:38:35 +10:00
PandaDEV
3fab426ed9
fix: wrdu-keyboard undefined 2024-12-15 18:54:47 +10:00
PandaDEV
c078b631f6
feat: use wrdu-keyboard 2024-12-15 18:53:18 +10:00
PandaDEV
a94496dbdb
feat: move database access to rust 2024-12-11 14:29:05 +10:00
PandaDEV
d0b551b3fd
Revert "style: formatting"
This reverts commit f2f554074b.
2024-11-23 15:09:16 +10:00
PandaDEV
f2f554074b
style: formatting 2024-11-23 14:57:42 +10:00
PandaDEV
042d708c4b
fix: not reloading when nothing is new 2024-11-22 00:15:27 +10:00
PandaDEV
4c8ffddfe0
fix: scss import to use 2024-11-15 23:18:41 +10:00
PandaDEV
ba743f7961
feat: custom hotkey with global shortcut 2024-11-15 17:39:20 +10:00
PandaDEV
78235f0e3d
fixed types and icons 2024-09-02 17:53:53 +10:00
PandaDEV
5bb6f2249a
added ability to set custom hotkey 2024-09-02 10:37:58 +10:00
PandaDEV
79dd783bf7
added ability to save hotkey into settings 2024-09-01 11:36:08 +10:00
PandaDEV
ebf6e0311f
change keybind test 2024-08-27 17:15:37 +10:00