shamoon
e663994c9b
Allow tab name 0
1 year ago
shamoon
898fb88d86
Allow numbers in tab name ( #2004 )
1 year ago
shamoon
816a2a5106
Fix ping stats not clickable in 0.6.30
...
Closes #1997
1 year ago
shamoon
38079badc8
Pixel-perfect aligned edges
1 year ago
shamoon
42b69e44a2
replace spaces in tab slugify
1 year ago
shamoon
6dc3be6029
Fix: slugify tab names ( #1994 )
1 year ago
Denis Papec
2d8160512f
Feature: tabbed layouts ( #1981 )
1 year ago
TheRolf
b39c79bea1
Custom JS and CSS ( #1950 )
...
* First commit for custom styles and JS
* Adjusted classes
* Added ids and classes for services and bookmarks
* Apply suggestions from code review
* Remove mime dependency
* Update settings.json
* Detect custom css / js changes, no refresh
* Added preload to custom scripts and styles so they can load earlier
* Added data attribute name for bookmarks too
* Update [path].js
* code style, revert some pointer changes
---------
Co-authored-by: shamoon <4887959+shamoon@users.noreply.github.com>
1 year ago
shamoon
63f952509e
Support disable glances cpu + mem ( #1931 )
1 year ago
shamoon
3f71bff13f
fix blur on bookmark items
1 year ago
shamoon
957bd9491b
remove pointer events on ping div
1 year ago
Georges-Antoine Assi
9529553102
Enhancement: apply layout settings to bookmarks ( #1902 )
...
* Apply layout settings to bookmarks
* merge columnMap const
* Remove bookmarksOnTop setting
---------
Co-authored-by: shamoon <4887959+shamoon@users.noreply.github.com>
1 year ago
shamoon
864eb8cfbb
Fix duplicate additionalClassNames
1 year ago
shamoon
98baf0507b
Fix location of quicklaunch, some focus issues
1 year ago
shamoon
6bfc98daf8
Collapse should rotate 180 degrees
1 year ago
shamoon
bb8ad4747c
Update container.jsx
1 year ago
shamoon
70b4f4e1e6
Apply cardBlur to header boxed / boxedWidgets
1 year ago
Ben Phelps
167ecb42de
allow hiding section headers
1 year ago
Nick Remijn
552f2c4a98
Feature: card blur background option ( #1772 )
...
* Add cardBlur option to settings
* add blur option to bookmarks
---------
Co-authored-by: shamoon <4887959+shamoon@users.noreply.github.com>
1 year ago
shamoon
b6072200a2
Fix incorrect disk key on loading block
1 year ago
shamoon
9c5521ba35
Fix: handle service object not found
1 year ago
Ben Phelps
a0ffb46a6f
bump up quicklook z
1 year ago
Ben Phelps
3fa72e48cc
Merge branch 'main' into charts-widget
2 years ago
Ben Phelps
9aba70d214
glances widget test 1
2 years ago
shamoon
45ee37c86d
Fix for usage bar percent is 0
2 years ago
shamoon
206e5034c5
Include default resource refresh rate
2 years ago
Mega-Volti
454d8d03c2
Add custom refresh rate setting to resources
...
Simplify resources refresh variable, enforce minimum
Add custom refresh rate to uptime
Add custom refresh rate to memory
Add custom refresh rate to disk
Add custom refresh rate to cputemp
Add custom refresh rate to CPU
2 years ago
Mega-Volti
1560bb7762
Support custom colors for icons ( #1724 )
...
* Add custom colors to resolvedicon.jsx
Enables appending a color code (e.g. "#123456") to all mdi and si icons, in order to change their color to a per-icon custom one.
* Streamline code for custom icon colors in resolvedicon.jsx
Removed redundant if statement when defaulting to theme colors if no custom icon color code is provided
* Update resolvedicon.jsx
Remove unnecessary variable, restoring the fallback code in case no custom icon color is provided.
* Update resolvedicon.jsx - test for custom color suffix
Changed if condition from string.match to string.test and expanded regex to also include upper case letters.
* Update resolvedicon.jsx - DRY
Removed repetition, slimmed down if statement.
Also reverse previous commit as it did not work as intended.
* Update resolvedicon.jsx - upper case color hex codes
Update regular expression to also allow for upper case letters as part of the hex color code, as either are valid when describing an objects color.
* Refactor custom color code
---------
Co-authored-by: shamoon <4887959+shamoon@users.noreply.github.com>
2 years ago
shamoon
115bb432ff
Ensure spacing with custom logo
2 years ago
shamoon
e4e6bbab93
Merge pull request #1704 from rauenzi/disclosure-collapse
...
Improve disclosure collapse animation
2 years ago
Zack Rauen
2d1aed4252
Improve disclosure collapse animation
2 years ago
shamoon
f410dd302b
Fixes handling of fields specified via labels
2 years ago
shamoon
60fa4205d3
Handle sensors without warning property
2 years ago
shamoon
08ac9fe7c9
Fix glances widget key warnings
2 years ago
shamoon
6ceaf3686c
Fix weather icon DOM warnings
2 years ago
shamoon
597a8d8b9a
Fixes oversized logo
2 years ago
shamoon
b32d610532
Adds collapsible feature to bookmarks
2 years ago
shamoon
1b6e5c4a8d
Update group.jsx
2 years ago
shamoon
714e0a4517
Use Disclosure component for collapsible service groups, add transition
...
hide collapse arrow if disabled
dont break layout for icons in group title
no-shadow
2 years ago
Alex Higgins
041fae1fb3
Adds ability to collapse layout sections
...
Reverts pnpm lock file changes
Make entire section above list clickable.
Implement in headlessui instead of pulling in new library.
Remove unecessary packages and clean up ESLint errors
2 years ago
Denis Papec
1622069063
Fixes for existing header styles, fix for glances
...
Signed-off-by: Denis Papec <denis.papec@gmail.com>
2 years ago
Denis Papec
6f750dd83c
Further improvements to simplify information widgets
...
Signed-off-by: Denis Papec <denis.papec@gmail.com>
2 years ago
Denis Papec
cd5162e39c
Refactored information widgets, improve widget-boxed style
...
Signed-off-by: Denis Papec <denis.papec@gmail.com>
2 years ago
Denis Papec
c5b6dcc1e0
Add optional boxed styling and error component to information widgets
...
Signed-off-by: Denis Papec <denis.papec@gmail.com>
2 years ago
shamoon
1fb7be7457
Retrieve ping url from config rather than as query parameter
2 years ago
shamoon
6b2930ab8d
Revert "Added optional boxed styling for information widgets and refactored information widgets"
2 years ago
Ben Phelps
347761fcad
Merge pull request #1574 from denispapec/widget-boxed
...
Added optional boxed styling for information widgets and refactored information widgets
2 years ago
Denis Papec
91e0ec2f83
Fixes for portainer and kubernetes widget error messages, and error messages for services behind the reverse proxy
...
Signed-off-by: Denis Papec <denis.papec@gmail.com>
2 years ago
shamoon
dd4ee44302
Simplify sonarr / radarr queues, better handle some errors
2 years ago
Matteo Bossi
5b3d1cc6e0
Make styling more consistent and add toggle to opt-in instead of opting out
2 years ago
Denis Papec
a55fe939cb
Further improvements to simplify information widgets
...
Signed-off-by: Denis Papec <denis.papec@gmail.com>
2 years ago
Denis Papec
d4fd923be5
Refactored information widgets, improve widget-boxed style
...
Signed-off-by: Denis Papec <denis.papec@gmail.com>
2 years ago
Denis Papec
c79d45f91e
Add optional boxed styling and error component to information widgets
...
Signed-off-by: Denis Papec <denis.papec@gmail.com>
2 years ago
Matteo Bossi
28e39e46ae
Add queue list
2 years ago
shamoon
5850a48ec9
Include right margin on greeting widget
...
Closes #224
Co-Authored-By: David Moor <dave@ducks-n-tworms.co.uk>
2 years ago
Georges-Antoine Assi
cdd7b2d44b
Enhanced glances widget ( #1534 )
...
* Enhanced glances widget (resource match)
* Make widget clickable + cleanup helperrs
* Prevent unused glances API calls
---------
Co-authored-by: shamoon <4887959+shamoon@users.noreply.github.com>
2 years ago
shamoon
be7aa5835a
Remove visiblechildren slice
...
Closes #1512
2 years ago
shamoon
d87c5e100d
Update container.jsx
2 years ago
shamoon
6324c895ea
Merge pull request #1485 from flor0/main
...
Add support for dashboard-icons SVG file format
2 years ago
shamoon
866bb1c330
Update container.jsx
2 years ago
shamoon
20e3c16089
Remove narrow unit display
2 years ago
Florian Rupp
ccbe11e20c
add support for dashboard-icons svg format
2 years ago
shamoon
442a76a57e
Handle duplicate keys for bookmarks
...
Closes #1445
Co-Authored-By: David <davidsmejia@gmail.com>
2 years ago
davidsmejia
1de940dd90
fallback for --tw-text-opacity
2 years ago
shamoon
6867258449
Fix overflow non-square icons
2 years ago
David
f692e71991
Add Support for Simple Icons + Add optional theme colors for icons ( #1438 )
...
* add support for simple-icons si- prefix
* add iconStyle setting
* lowercase comment
* add supported prefix comment
* Apply suggestions from code review
Co-authored-by: shamoon <4887959+shamoon@users.noreply.github.com>
---------
Co-authored-by: shamoon <4887959+shamoon@users.noreply.github.com>
2 years ago
Georges-Antoine Assi
bd1c2b1881
Add setting to hide widgets on failure
2 years ago
Juan Manuel Bennàssar Carretero
3e02823980
Fix: align services and widgets
2 years ago
Erv Walter
5080301efe
force icons to fit withing a 32x32 square
2 years ago
shamoon
dd6a870998
Try to get unique name for service item `key` and in quicklaunch
2 years ago
shamoon
f2fc78b63f
Glances include cpu tempts labeled `Tctl`
2 years ago
shamoon
6d1db78709
Accept http 401 / 403 for ping
2 years ago
shamoon
352b4146f7
homeassistant widget minor code cleanup / changes
...
- limit to 4 blocks
- allow container to handle field filtering
2 years ago
shamoon
91646888cd
Move 5th column behind setting
2 years ago
shamoon
0416f53c04
Update group.jsx
2 years ago
shamoon
7e012993d8
Support per-service stats control
2 years ago
shamoon
7aa496f66f
Update item.jsx
2 years ago
shamoon
48224f89a4
Allow show docker stats by default
2 years ago
shamoon
cd95c93e68
Increase breakpoint for 5 columns
2 years ago
shamoon
066995702b
Add 5th column for 2xl screens
2 years ago
shamoon
2fbe4e5f24
Update cputemp.jsx
2 years ago
shamoon
2829f0b649
Update memory.jsx
2 years ago
shamoon
f3ec238a2c
Fix glances cpu temp detection & fahrenheit conversion
2 years ago
shamoon
4cb5241e94
glances temp usage bar
2 years ago
shamoon
872237167d
Uptime usage bar
2 years ago
shamoon
a90f178ee0
Better handle multi-core temp
2 years ago
shamoon
a2aab6451c
lint
2 years ago
shamoon
1e64cf02cd
Add temp usage bar, fix disk percentage
2 years ago
shamoon
9333af20f5
Update glances.jsx
2 years ago
shamoon
f830faf8af
update glances widget
2 years ago
shamoon
b51af4377f
Add uptime to resources widget
2 years ago
shamoon
f46addf20a
Add cputemp to resources widget
2 years ago
shamoon
d4a3ba84e9
Convert resources widget to systeminformation dependency
...
Update resources.js
2 years ago
shamoon
f895a6bf23
Fix status error display
2 years ago
shamoon
606bcdc835
Add docker healthy translation
2 years ago
shamoon
401b35bea9
Add translation for some missing items
...
Closes #1123
2 years ago
shamoon
69fcd3f0c8
Add padding to values in resources widget
...
Closes #1110
2 years ago
afknst
3d4654d592
Fix: Cannot access qBittorrent from quick launch #1079
2 years ago
shamoon
af147c0da0
Support open url in quicklaunch
2 years ago
James Wynn
f8f96645b0
Added "external" boolean annotation to specify external services
...
External services define a kubernetes service pointing to an application
hosted outside of the cluster. These services should not attempt to get
the status based on kubernetes deployments. The new boolean flag disables
this functionality. Since this is an edge case, the default value is "false".
2 years ago