shamoon
42b69e44a2
replace spaces in tab slugify
2023-09-15 08:35:24 -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
shamoon
cde8c658ae
Fix duplicate keys on customapi widget
2023-09-15 07:47:10 -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
Greg Look
eb2b37063f
Enhancement: add remap, scale, and suffx to customapi fields ( #1958 )
2023-09-14 23:50:54 -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
Gino Cicatiello
9fb0917054
Translated using Weblate (Italian)
...
Currently translated at 100.0% (534 of 534 strings)
Translation: Homepage/Homepage
Translate-URL: https://hosted.weblate.org/projects/homepage/homepage/it/
2023-09-13 05:57:42 +02:00
shamoon
1895899839
Merge pull request #1974 from benphelps/dependabot/github_actions/docker/setup-buildx-action-3
...
Bump docker/setup-buildx-action from 2 to 3
2023-09-12 11:02:08 -07:00
shamoon
ec25af781c
Merge pull request #1973 from benphelps/dependabot/github_actions/docker/build-push-action-5
...
Bump docker/build-push-action from 4 to 5
2023-09-12 11:01:54 -07:00
dependabot[bot]
bda567e961
Bump docker/build-push-action from 4 to 5
...
Bumps [docker/build-push-action](https://github.com/docker/build-push-action ) from 4 to 5.
- [Release notes](https://github.com/docker/build-push-action/releases )
- [Commits](https://github.com/docker/build-push-action/compare/v4...v5 )
---
updated-dependencies:
- dependency-name: docker/build-push-action
dependency-type: direct:production
update-type: version-update:semver-major
...
Signed-off-by: dependabot[bot] <support@github.com>
2023-09-12 17:29:15 +00:00
shamoon
c525dda77d
Merge pull request #1972 from benphelps/dependabot/github_actions/docker/setup-qemu-action-3
...
Bump docker/setup-qemu-action from 2 to 3
2023-09-12 10:28:27 -07:00
shamoon
65a0b9f905
Merge pull request #1971 from benphelps/dependabot/github_actions/docker/metadata-action-5
...
Bump docker/metadata-action from 4 to 5
2023-09-12 10:12:52 -07:00
shamoon
74e3a3f09c
Merge pull request #1970 from benphelps/dependabot/github_actions/docker/login-action-3
...
Bump docker/login-action from 2 to 3
2023-09-12 10:02:08 -07:00
dependabot[bot]
d610d379f8
Bump docker/setup-buildx-action from 2 to 3
...
Bumps [docker/setup-buildx-action](https://github.com/docker/setup-buildx-action ) from 2 to 3.
- [Release notes](https://github.com/docker/setup-buildx-action/releases )
- [Commits](https://github.com/docker/setup-buildx-action/compare/v2...v3 )
---
updated-dependencies:
- dependency-name: docker/setup-buildx-action
dependency-type: direct:production
update-type: version-update:semver-major
...
Signed-off-by: dependabot[bot] <support@github.com>
2023-09-12 16:46:19 +00:00
dependabot[bot]
e3acc444d8
Bump docker/setup-qemu-action from 2 to 3
...
Bumps [docker/setup-qemu-action](https://github.com/docker/setup-qemu-action ) from 2 to 3.
- [Release notes](https://github.com/docker/setup-qemu-action/releases )
- [Commits](https://github.com/docker/setup-qemu-action/compare/v2...v3 )
---
updated-dependencies:
- dependency-name: docker/setup-qemu-action
dependency-type: direct:production
update-type: version-update:semver-major
...
Signed-off-by: dependabot[bot] <support@github.com>
2023-09-12 16:46:03 +00:00
dependabot[bot]
16299ced66
Bump docker/metadata-action from 4 to 5
...
Bumps [docker/metadata-action](https://github.com/docker/metadata-action ) from 4 to 5.
- [Release notes](https://github.com/docker/metadata-action/releases )
- [Upgrade guide](https://github.com/docker/metadata-action/blob/master/UPGRADE.md )
- [Commits](https://github.com/docker/metadata-action/compare/v4...v5 )
---
updated-dependencies:
- dependency-name: docker/metadata-action
dependency-type: direct:production
update-type: version-update:semver-major
...
Signed-off-by: dependabot[bot] <support@github.com>
2023-09-12 16:45:55 +00:00
dependabot[bot]
3a018d5a63
Bump docker/login-action from 2 to 3
...
Bumps [docker/login-action](https://github.com/docker/login-action ) from 2 to 3.
- [Release notes](https://github.com/docker/login-action/releases )
- [Commits](https://github.com/docker/login-action/compare/v2...v3 )
---
updated-dependencies:
- dependency-name: docker/login-action
dependency-type: direct:production
update-type: version-update:semver-major
...
Signed-off-by: dependabot[bot] <support@github.com>
2023-09-12 16:45:50 +00: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
Alex Tzonkov
bce43c28d6
Translated using Weblate (Bulgarian)
...
Currently translated at 15.1% (81 of 534 strings)
Translation: Homepage/Homepage
Translate-URL: https://hosted.weblate.org/projects/homepage/homepage/bg/
2023-09-09 15:52:35 +02:00
gallegonovato
e94796f878
Translated using Weblate (Spanish)
...
Currently translated at 100.0% (534 of 534 strings)
Translation: Homepage/Homepage
Translate-URL: https://hosted.weblate.org/projects/homepage/homepage/es/
2023-09-09 15:52:34 +02:00
CosminPerRam
2ee6881376
Update GameDig dependency to 4.1.0
and revert compressjs fix. ( #1939 )
...
* Update GD to 4.1.0 and revert compressjs fix
* Update package-lock
2023-09-09 06:18:38 -07:00
shamoon
95635fca04
Revert "Enhancement: forward cookies from request ( #1804 )" ( #1946 )
...
This reverts commit d4edd432d8
.
2023-09-09 06:07:04 -07:00
Nils Gereke
4f1cde97ec
fix: total servers only representing last node ( #1936 )
2023-09-09 06:04:41 -07:00
James Waters
d4edd432d8
Enhancement: forward cookies from request ( #1804 )
2023-09-08 16:50:32 -07:00
shamoon
63f952509e
Support disable glances cpu + mem ( #1931 )
2023-09-08 08:59:04 -07:00
shamoon
89f2e9739d
Fix error glances cpu data not available yet ( #1932 )
2023-09-08 08:58:56 -07:00
Ben Phelps
9569f56aa5
attempt a fix ( #1929 )
2023-09-08 08:58:39 -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
Gino Cicatiello
f96154189b
Translated using Weblate (Italian)
...
Currently translated at 99.8% (533 of 534 strings)
Translation: Homepage/Homepage
Translate-URL: https://hosted.weblate.org/projects/homepage/homepage/it/
2023-09-08 04:31:23 +02:00
BluePhi09
402f86fc1b
Translated using Weblate (German)
...
Currently translated at 97.9% (523 of 534 strings)
Translation: Homepage/Homepage
Translate-URL: https://hosted.weblate.org/projects/homepage/homepage/de/
2023-09-08 04:31:23 +02:00
shamoon
3f71bff13f
fix blur on bookmark items
2023-09-06 21:27:24 -07:00
shamoon
a061eccef5
Merge pull request #1920 from benphelps/fix/ping-blocks-link
...
Fix: remove pointer events on ping div
2023-09-06 12:46:06 -07:00
shamoon
957bd9491b
remove pointer events on ping div
2023-09-06 12:45:03 -07:00
Ben Phelps
7a1f8850b8
pass chart to all containers
2023-09-06 15:28:37 +03:00
Anonymous
ef3da08d93
Translated using Weblate (Basque)
...
Currently translated at 6.3% (34 of 534 strings)
Translation: Homepage/Homepage
Translate-URL: https://hosted.weblate.org/projects/homepage/homepage/eu/
2023-09-06 13:08:39 +02:00
Anonymous
5a67bcd14d
Translated using Weblate (Indonesian)
...
Currently translated at 4.4% (24 of 534 strings)
Translation: Homepage/Homepage
Translate-URL: https://hosted.weblate.org/projects/homepage/homepage/id/
2023-09-06 13:08:39 +02:00
Anonymous
864f4ef6cc
Translated using Weblate (Slovenian)
...
Currently translated at 97.5% (521 of 534 strings)
Translation: Homepage/Homepage
Translate-URL: https://hosted.weblate.org/projects/homepage/homepage/sl/
2023-09-06 13:08:38 +02:00
Anonymous
cc88bf21a9
Translated using Weblate (Greek)
...
Currently translated at 33.8% (181 of 534 strings)
Translation: Homepage/Homepage
Translate-URL: https://hosted.weblate.org/projects/homepage/homepage/el/
2023-09-06 13:08:38 +02:00
Anonymous
a6eba9bcde
Translated using Weblate (Korean)
...
Currently translated at 32.3% (173 of 534 strings)
Translation: Homepage/Homepage
Translate-URL: https://hosted.weblate.org/projects/homepage/homepage/ko/
2023-09-06 13:08:38 +02:00
Anonymous
8bf3b3e217
Translated using Weblate (Slovak)
...
Currently translated at 1.8% (10 of 534 strings)
Translation: Homepage/Homepage
Translate-URL: https://hosted.weblate.org/projects/homepage/homepage/sk/
2023-09-06 13:08:37 +02:00
Anonymous
97c3d7c513
Translated using Weblate (Thai)
...
Currently translated at 8.9% (48 of 534 strings)
Translation: Homepage/Homepage
Translate-URL: https://hosted.weblate.org/projects/homepage/homepage/th/
2023-09-06 13:08:37 +02:00
Anonymous
13ee73f178
Translated using Weblate (Latvian)
...
Currently translated at 22.0% (118 of 534 strings)
Translation: Homepage/Homepage
Translate-URL: https://hosted.weblate.org/projects/homepage/homepage/lv/
2023-09-06 13:08:37 +02:00
Anonymous
eedc47e091
Translated using Weblate (Japanese)
...
Currently translated at 94.7% (506 of 534 strings)
Translation: Homepage/Homepage
Translate-URL: https://hosted.weblate.org/projects/homepage/homepage/ja/
2023-09-06 13:08:37 +02:00
Anonymous
dc8d0f6ca9
Translated using Weblate (Ukrainian)
...
Currently translated at 94.7% (506 of 534 strings)
Translation: Homepage/Homepage
Translate-URL: https://hosted.weblate.org/projects/homepage/homepage/uk/
2023-09-06 13:08:36 +02:00
Anonymous
9811a4d5ee
Translated using Weblate (Esperanto)
...
Currently translated at 27.1% (145 of 534 strings)
Translation: Homepage/Homepage
Translate-URL: https://hosted.weblate.org/projects/homepage/homepage/eo/
2023-09-06 13:08:36 +02:00
Anonymous
27f52fd981
Translated using Weblate (Hindi)
...
Currently translated at 1.8% (10 of 534 strings)
Translation: Homepage/Homepage
Translate-URL: https://hosted.weblate.org/projects/homepage/homepage/hi/
2023-09-06 13:08:36 +02:00
Anonymous
7adcd6c242
Translated using Weblate (Malay)
...
Currently translated at 47.1% (252 of 534 strings)
Translation: Homepage/Homepage
Translate-URL: https://hosted.weblate.org/projects/homepage/homepage/ms/
2023-09-06 13:08:36 +02:00