shamoon
aa5d24b9e4
Support notification re deprecated repo
2023-10-03 16:17:17 -07:00
Denis Papec
4cd4103edf
Feature: calendar widget ( #2077 )
...
* Implemented calendar
Signed-off-by: Denis Papec <denis.papec@gmail.com>
* Added lidarr events to calendar
Signed-off-by: Denis Papec <denis.papec@gmail.com>
* Added radarr events to calendar
Signed-off-by: Denis Papec <denis.papec@gmail.com>
* Added readarr events to calendar
Signed-off-by: Denis Papec <denis.papec@gmail.com>
* Added sonarr events to calendar
Signed-off-by: Denis Papec <denis.papec@gmail.com>
* fix sonarr series title
* integrations
* fix bad setstate call
* handle user sets includeSeries: false for sonarr
* Translate radarr release strings
* Support all widths
* readarr get author
* Finished first day in week config
Signed-off-by: Denis Papec <denis.papec@gmail.com>
---------
Signed-off-by: Denis Papec <denis.papec@gmail.com>
Co-authored-by: shamoon <4887959+shamoon@users.noreply.github.com>
2023-09-28 11:23:44 -07:00
shamoon
6b8c02cf2a
Fix quicklaunch should only open for text keys ( #2044 )
2023-09-21 11:30:47 -07:00
shamoon
7d2bfa2d84
Update index.jsx
2023-09-19 14:10:19 -07:00
shamoon
ed0527a3da
Fix custom.js not working ( #2023 )
2023-09-18 21:41:31 -07:00
shamoon
e663994c9b
Allow tab name 0
2023-09-16 15:24:32 -07:00
shamoon
38079badc8
Pixel-perfect aligned edges
2023-09-16 02:37:24 -07:00
Denis Papec
5109facf1c
Fix layouts for initial tab ( #1996 )
2023-09-15 09:55:23 -07:00
shamoon
ee0afaa638
Fix activeTab with no layout settings
...
Closes #1995
2023-09-15 09:22:37 -07:00
shamoon
6dc3be6029
Fix: slugify tab names ( #1994 )
2023-09-15 08:17:57 -07:00
shamoon
ec1cf2f3ca
Resolve bad setState warning in tabprovider ( #1993 )
2023-09-15 08:00:08 -07:00
Denis Papec
8a520e07a5
Fix for broken layout when layout is not defined ( #1989 )
...
* Fix for broken layout when layout is not defined
* code style
---------
Co-authored-by: shamoon <4887959+shamoon@users.noreply.github.com>
2023-09-15 07:41:56 -07:00
Denis Papec
2d8160512f
Feature: tabbed layouts ( #1981 )
2023-09-14 14:55:14 -07:00
shamoon
768107cde8
Update index.jsx
2023-09-14 00:18:43 -07:00
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>
2023-09-10 14:36:54 -07:00
Vojislav
0741ef0427
Added start_url in manifest.json to fulfill requirements for installable app ( #1955 )
...
Co-authored-by: Vojislav Zelić <vodzo@Vojislavs-MacBook-Air.local>
2023-09-09 11:25:29 -07:00
shamoon
95635fca04
Revert "Enhancement: forward cookies from request ( #1804 )" ( #1946 )
...
This reverts commit d4edd432d8a766b38609c696b76af058e92e2ba2.
2023-09-09 06:07:04 -07:00
James Waters
d4edd432d8
Enhancement: forward cookies from request ( #1804 )
2023-09-08 16:50:32 -07:00
shamoon
ae3634e9d4
Change crossorigin to crossOrigin
...
Co-Authored-By: Shagon94 <9140783+shagon94@users.noreply.github.com>
2023-09-08 07:16:36 -07:00
shamoon
4517409dbd
Support mixing services & bookmarks layout
2023-09-03 07:50:04 -07:00
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>
2023-09-03 07:05:25 -07:00
Spideramn
76013b32b3
Add crossorigin="use-credentials" to manifest link tag.
2023-08-31 11:58:51 +02:00
shamoon
494a1c50d5
Update index.jsx
2023-08-29 09:48:32 -07:00
shamoon
98baf0507b
Fix location of quicklaunch, some focus issues
2023-08-29 09:33:58 -07:00
shamoon
7cede1318e
Support extra headers in widgets
2023-08-22 21:42:53 -07:00
shamoon
70b4f4e1e6
Apply cardBlur to header boxed / boxedWidgets
2023-08-21 08:51:35 -07:00
shamoon
1e60553904
Allow coinmarketcap slugs
2023-07-13 21:39:45 -07:00
Jon Seager
ca396ce96b
Override config directory with env var.
...
Until this change, the config directory was assumed
to be located at '/config'. This patch retains that
default behaviour, but enables users/devs to override
that behaviour by setting the HOMEPAGE_CONFIG_DIR
variable.
2023-07-10 15:48:51 +01:00
shamoon
b32d610532
Adds collapsible feature to bookmarks
2023-06-22 11:51:38 -07:00
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
2023-06-22 10:00:04 -07:00
Denis Papec
1622069063
Fixes for existing header styles, fix for glances
...
Signed-off-by: Denis Papec <denis.papec@gmail.com>
2023-06-12 01:15:46 +01:00
Denis Papec
cd5162e39c
Refactored information widgets, improve widget-boxed style
...
Signed-off-by: Denis Papec <denis.papec@gmail.com>
2023-06-12 01:15:19 +01:00
Denis Papec
c5b6dcc1e0
Add optional boxed styling and error component to information widgets
...
Signed-off-by: Denis Papec <denis.papec@gmail.com>
2023-06-12 01:15:09 +01:00
shamoon
1fb7be7457
Retrieve ping url from config rather than as query parameter
2023-06-11 09:50:41 -07:00
shamoon
6b2930ab8d
Revert "Added optional boxed styling for information widgets and refactored information widgets"
2023-06-10 23:30:44 -07:00
Ben Phelps
347761fcad
Merge pull request #1574 from denispapec/widget-boxed
...
Added optional boxed styling for information widgets and refactored information widgets
2023-06-11 08:02:20 +03:00
shamoon
68b6192d8c
Fix full height layout on tall screens
2023-06-09 09:01:19 -07:00
Denis Papec
d4fd923be5
Refactored information widgets, improve widget-boxed style
...
Signed-off-by: Denis Papec <denis.papec@gmail.com>
2023-06-03 03:01:21 +01:00
Denis Papec
c79d45f91e
Add optional boxed styling and error component to information widgets
...
Signed-off-by: Denis Papec <denis.papec@gmail.com>
2023-06-03 02:14:38 +01:00
shamoon
bd5c10e907
Handle k8s widget metrics call fails
2023-05-28 19:57:39 -07:00
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>
2023-05-22 10:50:58 -07:00
shamoon
f1a33f10ed
Add try catch for ping
2023-05-20 09:48:18 -07:00
shamoon
7e005e51cc
Fix background filters outside viewport
2023-05-20 03:17:47 -07:00
shamoon
8a92d92b22
Make background wrapper full height
2023-05-20 02:43:07 -07:00
shamoon
bbc343abae
Merge pull request #1448 from juanmanuelbc/space
...
Fix: save space when services or bookmarks are not in use
2023-05-02 09:43:32 -07:00
Juan Manuel Bennàssar Carretero
3556d7c183
Fix: save space when services or bookmarks are not in use
2023-05-02 08:13:53 -07:00
Ciy
1b34db1109
solving docker multiple names
2023-04-30 14:45:27 +08:00
shamoon
55bc247c9e
Support blur, saturation & brightness filters for background images
2023-04-18 22:51:46 -07:00
shamoon
6d1db78709
Accept http 401 / 403 for ping
2023-04-14 12:05:28 -07:00
shamoon
91646888cd
Move 5th column behind setting
2023-04-07 22:35:42 -07:00