1
0
mirror of https://github.com/AvengeMedia/DankMaterialShell.git synced 2026-06-08 12:13:31 -04:00
Commit Graph

25 Commits

Author SHA1 Message Date
bbedward 57b11b7699 plugins: keyboard focus to plugin popouts 2025-11-04 10:38:04 -05:00
bbedward 1eed499151 meta: consistent transparency for all popups/modals 2025-11-04 08:40:26 -05:00
bbedward 84e89599bf widgets: fix right click handling 2025-11-01 10:39:25 -04:00
bbedward 7e75c9e510 dankbar: fix widget hover effects 2025-10-25 12:42:54 -04:00
bbedward cf4a6969d3 plugins: fix set ToggleSetting not saving
fixes #541
2025-10-24 13:12:57 -04:00
bbedward d5c4b990dc accessibility: widen click targets to bar edge 2025-10-23 15:51:59 -04:00
bbedward 951136bc4c dankbar: enhance widget click targets
- Fitt's law stuff, whole height on horiz, whole width in vertical
- Probably missed stuff or breaks stuff, pretty big refactor
2025-10-22 00:12:41 -04:00
bbedward f4cf66dc01 Update terms 2025-10-11 11:37:09 -04:00
bbedward d013748a51 plugins: fix variant syncing 2025-10-10 18:45:43 -04:00
bbedward abe5515aca Expose ensureVisible to PluginSettings 2025-10-09 23:07:42 -04:00
bbedward ecb9675e9c Try more plugin loading things 2025-10-09 13:51:43 -04:00
bbedward 067b485bb3 Bind perms directly to availablePlugins map 2025-10-09 13:37:34 -04:00
bbedward ed1a5bfded i18n: Add japanese + i18n service 2025-10-08 16:25:06 -04:00
bbedward af8ee5af0f Switch to dispatch-style release workflow 2025-10-07 12:50:09 -04:00
bbedward 5460c20ac3 Localization framework 2025-10-06 16:00:50 -04:00
bbedward 1e2489ca76 Add support for plugin registry + install + management 2025-10-06 15:26:44 -04:00
bbedward 89793d2d62 plugins: support for multiple widgets per-plugin (variants) 2025-10-06 12:33:58 -04:00
bbedward c092cd2921 plugins: support control center plugins 2025-10-05 21:09:29 -04:00
bbedward d83478239e plugins: add pillClickAction + PopoutService 2025-10-04 01:12:17 -04:00
bbedward 0d5c1bb3df Add "daemon" type of plugins 2025-10-03 22:55:07 -04:00
Bruno Cesar Rocha 16055fe96e fix: Plugin settings not loading existing settings (#294)
I notice the plugin settings tab was not loading the
existing plugin settings from the settings file.

It was properly writting to the file, but not reloading
on initialization.

added a loadValue() function so PluginSettings can call when the
pluginService is injected. Added isLoading state flag to prevent
the onItemsChanged from saving back settings when loading is happening.
Added null wise checks for properties that may be not ready yet
when loading.
2025-10-02 14:24:28 -04:00
bbedward 730300d211 de-dupe the pills 2025-10-02 12:48:21 -04:00
bbedward 9b41eecbf1 Fix reactivity, different settings structure, etc, etc. 2025-10-02 12:13:49 -04:00
bbedward 554ef16e49 moar 2025-10-01 23:37:03 -04:00
bbedward 0ca12d275c Abstract away plugin dev a little more 2025-10-01 17:47:39 -04:00