898 Commits

Author SHA1 Message Date
Alicia Sykes
958f82f1a7 Simplifies implementation of opening (searchbar) URLs directly 2026-03-10 12:16:17 +00:00
Alicia Sykes
fb41a42f43 🔄 Sync from master 2026-03-10 00:20:18 +00:00
Alicia Sykes
a674e21927 🚨 Small lint fixes to cve widget 2026-03-10 00:00:34 +00:00
Alicia Sykes
b9ce363f18 🔀 Merge branch 'master' of github.com:lissy93/dashy into ricardodemauro/master 2026-03-09 14:41:38 +00:00
Alicia Sykes
a05ae9b393 🌐 Adds translations for new GluetunStatus, and fixes indentation 2026-03-09 14:21:47 +00:00
Alicia Sykes
22749aef53 Merge branch 'master' of github.com:lissy93/dashy into patch-1 2026-03-09 14:19:53 +00:00
Alicia Sykes
d8f8344682 🔄 Sync from master 2026-03-08 21:54:22 +00:00
Alicia Sykes
c02e23211f ⬆ Upgrades many dependencies, resolves many security warnings 2026-03-08 20:13:40 +00:00
Alicia Sykes
f467b2ea36 Fixes RSS parsing and hardens security against XSS 2026-02-15 17:44:10 +00:00
SnachBarr
0ddf972a17 Add forwarded port display in GluetunStatus component 2026-02-09 13:29:15 -06:00
Ricardo
4dec9d8bd8 fixing color pick and removing unused function 2026-02-01 08:33:11 +00:00
Ricardo
a1acb77841 adding parsing for different types of cvs metrics 2026-02-01 08:25:56 +00:00
Ricardo
53ab9e3da8 removing unecessary async 2026-02-01 08:02:27 +00:00
Ricardo
0cb63d086f - updating docs to include - documentation of api
fixing parsing of severity level
2026-02-01 08:00:38 +00:00
Ricardo
1ce7aae08e fixing suggestions 2026-02-01 07:31:21 +00:00
Ricardo
24326630fc fixes #1391 - replacing datasource to nist - https://nvd.nist.gov/developers/vulnerabilities 2026-02-01 07:10:05 +00:00
Alicia Sykes
ceb6023208 🌟 Adds Quantum file browser widget (#1966) 2025-12-27 18:43:17 +00:00
Alicia Sykes
fdb0b9840e Resolve lint errors 2025-12-27 11:23:46 +00:00
aspen
652b804e52 search panel style adjustment 2025-11-13 21:15:41 +00:00
aspen
d1c5a42c08 Merge branch 'master' into opt1-search 2025-11-13 20:35:56 +00:00
Alicia Sykes
996de036e8 🔀 Merge pull request #1932 from ga-lep/FEATURE/1924_uptime-kuma-status-page-widget
 Add Uptime Kuma Status Page Widget
2025-11-08 21:25:55 +00:00
Phillip Whelan
1b77917335 Add opening method option for custom search widget. 2025-11-04 19:16:26 -03:00
Robert Nowotniak
7d44e8e7cf Display Departures/Arrivals only if direction !== arrival/departure
Display Departures if direction = 'departure' or 'both'
Display Arrivals   if direction = 'arrival'   or 'both'
2025-10-12 14:48:36 +02:00
Robert Nowotniak
e00a547d6f Use .revisedTime.local and .scheduledTime.local
Use .revisedTime.local and .scheduledTime.local instead of
.actualTimeUTC which is no longer present in the API schema.
2025-10-12 14:47:27 +02:00
aspen
e0ef730adc fix(search): honor "Go to Link" on Enter; prevent Event-as-force bug 2025-10-11 15:36:15 +00:00
Galep
4800d3ff10 Add Uptime Kuma Status Page Widget 2025-10-02 17:37:40 +02:00
aspen
a9f7de6935 feat(SearchBar): add Ctrl/Cmd+Enter forced web search (toggle + key handler) 2025-09-30 16:49:24 +00:00
aspen
2b381bd135 style(item): add .tile--selected highlight; apply line-clamp 2025-09-26 16:15:36 +00:00
aspen
e8f7cc11d6 feat(search): Enter opens exact-match item; left/right navigate; add hint 2025-09-26 16:14:39 +00:00
aspen
f120497617 style(search-bar): drop redundant ($event) in @change binding 2025-09-22 05:28:59 +00:00
aspen
80c971cc7b SearchBar.vue: feat(search-bar): UI controls for advanced search enable + per-field toggles 2025-09-22 05:18:32 +00:00
aspen
58fe2d0aa6 remove redundant inline event handler in SearchBar.vue 2025-09-09 07:08:31 +12:00
Wu Baiyang (Student)
f7779bed74 indentation adjustments 2025-09-08 18:48:49 +00:00
Wu Baiyang (Student)
5e749c1422 code cleaning 2025-09-09 04:54:07 +12:00
Wu Baiyang (Student)
5d4b3de429 bind goToLinkEnabled to Vuex/appConfig and support persistent toggle 2025-09-09 04:50:52 +12:00
Wu Baiyang (Student)
cd74bf8dfe Merge branch 'master' into opt1-search
merge updated master to current branch
2025-09-07 23:54:30 +12:00
dkadioglu
31b7a07078 fix some linting errors in ChuckNorris.vue 2025-08-31 10:04:26 +02:00
dkadioglu
9fc0254cf8 Re-refactor widget keys to remove quotes
Putting those quotes was a mistake, reverting.
2025-08-31 09:47:27 +02:00
dkadioglu
877ec0060d add widget for Chuck Norris quotes and sort some lines of WidgetBase.vue alphabetically. 2025-08-31 08:38:29 +02:00
Wu Baiyang (Student)
3a6656cf34 search bar "go to link" feature approach version 2: added and "go to link" option so that user can toggle this feature. 2025-08-29 16:38:42 +12:00
Wu Baiyang (Student)
44e929c470 Search bar setting panel style (last commit should be conf.yml reset) 2025-08-29 15:43:18 +12:00
Wu Baiyang (Student)
d36ee504dd Search setting button style improvement 2025-08-29 15:01:29 +12:00
Wu Baiyang (Student)
bd5795f1c1 search option panel css style improved 2025-08-27 02:34:26 +12:00
Wu Baiyang (Student)
98db5609ec clean unused code 2025-08-14 02:58:44 +12:00
Wu Baiyang (Student)
c2edd7dbf0 search bar setting text font-size modified 2025-08-11 22:17:01 +12:00
Wu Baiyang (Student)
e5de647c26 syntax modified 2025-08-11 10:06:54 +00:00
Wu Baiyang (Student)
1132174ee2 search setting style modifications 2025-08-11 21:27:00 +12:00
Wu Baiyang (Student)
f6a85be7db disable web search block style changes 2025-08-11 02:48:41 +12:00
Wu Baiyang (Student)
c05d5d4f91 added toggle disable web search function (in conf.yml and a ui button) 2025-08-11 01:25:00 +12:00
casmbu
8a0ec73ca7 feat: add pi-hole-traffic-v6 widget and docs 2025-08-02 17:13:39 -04:00