aboutsummaryrefslogtreecommitdiffhomepage
path: root/src
Commit message (Collapse)AuthorAgeFilesLines
* Add Ping servicesstubbfel2021-06-281-0/+93
| | | a service (type) which check if the given url as available or not. if the service is available then set the status to enable other to disable
* Fix null error releated to refreshInterval + cleanup. Fix #210Bastien Wirtz2021-04-211-4/+14
|
* yarn lintGaëtan Caillaut2021-03-091-11/+19
|
* title attribute that display current themeGaëtan Caillaut2021-03-091-1/+3
|
* cycle between automatic-light-dark themesGaëtan Caillaut2021-03-091-7/+35
|
* Merge pull request #196 from GaaH/use-logo-in-groupsBastien Wirtz2021-03-082-0/+14
|\ | | | | Use logo in groups
| * add option to use logo instead of icons in groupsGaëtan Caillaut2021-03-062-0/+14
| |
* | Avoid full reload when swithcing page.Bastien Wirtz2021-03-062-36/+54
| |
* | Merge pull request #177 from luixal/multiple-pagesBastien Wirtz2021-03-061-1/+9
|\ \ | |/ |/| Adds multiple pages based on different config files
| * Changes relative paths to hash. Avoids problems with #8luixal2021-02-232-4/+5
| |
| * Adds multiple pages based on different config filesluixal2021-01-072-2/+9
| |
* | Merge pull request #175 from luixal/message-remote-fields-mappingv21.03.1Bastien Wirtz2021-03-041-10/+24
|\ \ | | | | | | Adds mapping remote field to Homer expected ones when loading message from URL
| * | Removes forgotten console.logluixal2021-01-071-1/+0
| | |
| * | Refactors created function (splits logic for getting message) and adds ↵luixal2021-01-071-11/+18
| | | | | | | | | | | | timeout according to refreshInterval field
| * | Adds mapping remote field to Homer expected ones when loading message from urlluixal2021-01-041-1/+9
| |/
* / Fix #167: align item name when subtitle is emptyGeorgi Gardev2020-12-232-17/+23
|/
* Fix #171: empty search opens first itemv20.12.19Bastien Wirtz2020-12-191-2/+8
|
* Fix #173: invisible tag border.Bastien Wirtz2020-12-191-0/+1
|
* Adding search url supportBastien Wirtz2020-12-113-11/+42
|
* Fixed wrongly removed computed propertyBram Ceulemans2020-12-101-7/+7
|
* Fixed wrongly removed computed propertyBram Ceulemans2020-12-101-12/+14
|
* Remove unused computed propertyBram Ceulemans2020-12-091-6/+0
|
* Added extended PiHole statisticsBram Ceulemans2020-12-081-4/+25
|
* Apply lint fixBastien Wirtz2020-12-071-4/+8
|
* Merge pull request #160 from simonporte/AdGuard-HomeBastien Wirtz2020-12-071-0/+88
|\ | | | | Create AdGuard Home service
| * Create AdGuard Home servicesimonporte2020-11-141-0/+88
| |
* | Merge branch 'main' into search-for-subtitleJochen Mehlhorn2020-12-021-4/+4
|\ \
| * | Change service iteration key to indexjo-me2020-11-291-4/+4
| | |
| * | Fix item key for horizontal layoutjo-me2020-11-221-1/+1
| |/
* / Include subtitles in searchjo-me2020-11-221-0/+1
|/
* Merge pull request #153 from taigrr/appcolorBastien Wirtz2020-11-101-1/+5
|\ | | | | feat: Enables setting colors for individual cards
| * feat: Enables setting colors for individual cardsTai Groot2020-10-281-1/+5
| |
* | Use gender-neutral terminologyFlorian J. Breunig2020-11-021-1/+1
| | | | | | | | Fix #155
* | Merge pull request #151 from taigrr/spellcheckBastien Wirtz2020-10-262-2/+2
|\ \ | | | | | | chore: applies spell-check against entire repo (aspell)
| * | chore: applies spell-check against entire repo (aspell)Tai Groot2020-10-252-2/+2
| |/
* / Fix duplicate URL keys #145Tai Groot2020-10-261-2/+2
|/
* Merge branch 'main' into dynamic-servicesBastien Wirtz2020-10-235-15/+14
|\
| * Update deps & fix lint issuesBastien Wirtz2020-10-236-16/+15
| |
* | Implement custom service componentBastien Wirtz2020-10-233-33/+159
|/
* Merge pull request #136 from gabe565/message-iconBastien Wirtz2020-10-231-2/+5
|\ | | | | Add support for a message icon
| * Add support for a message iconGabe Cook2020-10-151-2/+5
| |
* | Dark theme improvementsBastien Wirtz2020-10-163-12/+12
|/
* Minor css adjustement.Bastien Wirtz2020-10-142-1/+6
| | | | Fixes #114 & #117
* Support custom document titleTom Pansino2020-09-041-1/+1
|
* Simplify service structureBastien Wirtz2020-09-042-16/+7
|
* Rewrite custom card colors to use custom CSS classes instead of stylesTom Pansino2020-09-021-3/+3
|
* Merge remote-tracking branch 'upstream/master' into feature/custom-card-colorsTom Pansino2020-09-012-3/+14
|\
| * :wrench: Make stylesheet config be an array of filesGabe Cook2020-08-291-1/+5
| |
| * :sparkles: Add support for a custom stylesheetGabe Cook2020-08-291-0/+8
| |
| * Merge pull request #115 from gabe565/navbar-alignmentBastien Wirtz2020-08-281-2/+1
| |\ | | | | | | Fix alignment when navbar link name is empty