aboutsummaryrefslogtreecommitdiffhomepage
Commit message (Collapse)AuthorAgeFilesLines
* Merge pull request #153 from taigrr/appcolorBastien Wirtz2020-11-102-1/+6
|\ | | | | feat: Enables setting colors for individual cards
| * docs: document background property for cardsTai Groot2020-10-281-0/+1
| |
| * feat: Enables setting colors for individual cardsTai Groot2020-10-281-1/+5
| |
* | Merge pull request #156 from my-flow/mainBastien Wirtz2020-11-021-1/+1
|\ \ | | | | | | Use gender-neutral terminology
| * | Use gender-neutral terminologyFlorian J. Breunig2020-11-021-1/+1
|/ / | | | | | | Fix #155
* | Merge pull request #151 from taigrr/spellcheckBastien Wirtz2020-10-268-16/+16
|\ \ | | | | | | chore: applies spell-check against entire repo (aspell)
| * | chore: applies spell-check against entire repo (aspell)Tai Groot2020-10-258-16/+16
| |/
* | Merge pull request #146 from taigrr/fixDuplicateKeysBastien Wirtz2020-10-261-2/+2
|\ \ | |/ |/| bug: Fix duplicate URL keys #145
| * Fix duplicate URL keys #145Tai Groot2020-10-261-2/+2
|/
* Update README.mdBastien Wirtz2020-10-231-1/+1
|
* Fix screenshot urlBastien Wirtz2020-10-231-1/+1
|
* Merge pull request #140 from Genymobile/dynamic-servicesBastien Wirtz2020-10-234-36/+163
|\ | | | | Custom service components
| * Merge branch 'main' into dynamic-servicesBastien Wirtz2020-10-237-987/+1263
| |\ | |/ |/|
* | Merge pull request #139 from Genymobile/update-deps-and-fix-code-stylesBastien Wirtz2020-10-238-988/+1264
|\ \ | | | | | | Update deps & fix lint issues
| * | Update deps & fix lint issuesBastien Wirtz2020-10-238-988/+1264
|/ /
| * Implement custom service componentBastien Wirtz2020-10-234-36/+163
|/
* Merge pull request #127 from NotWoods/pwa-iconsBastien Wirtz2020-10-2317-140/+29
|\ | | | | Reduce number of PWA icons, fix paths
| * Pull all values from manifestTiger Oakes2020-10-231-3/+5
| |
| * Update vue configTiger Oakes2020-10-231-41/+2
| |
| * Update paths and styleTiger Oakes2020-10-233-47/+47
| |
| * Reduce number of PWA icons, fix pathsTiger Oakes2020-09-0217-134/+60
| |
* | Merge pull request #136 from gabe565/message-iconBastien Wirtz2020-10-233-3/+8
|\ \ | | | | | | Add support for a message icon
| * | Add support for a message iconGabe Cook2020-10-153-3/+8
| | |
* | | Merge pull request #138 from taigrr/masterBastien Wirtz2020-10-232-1/+1
|\ \ \ | | | | | | | | Fix config doc for sample application
| * | | docs: Fixes spelling error in filenameTai Groot2020-10-181-0/+0
| | | |
| * | | docs: Updates code-fork to code-branchTai Groot2020-10-181-1/+1
|/ / /
* / / Dark theme improvementsBastien Wirtz2020-10-163-12/+12
|/ /
* | Minor css adjustement.Bastien Wirtz2020-10-142-1/+6
| | | | | | | | Fixes #114 & #117
* | Merge pull request #135 from AlexGustafsson/masterBastien Wirtz2020-10-142-5/+5
|\ \ | | | | | | Update @fortawesome/fontawesome-free to 5.15.1
| * | Update @fortawesome/fontawesome-free to 5.15.1Alex Gustafsson2020-10-122-5/+5
|/ /
* | Merge pull request #129 from Crayon2000/fix-typoBastien Wirtz2020-09-132-4/+4
|\ \ | | | | | | Fix typos
| * | Fix typosCrayon2020-09-112-4/+4
|/ / | | | | | | Changed Optionnal to Optional
* | Merge pull request #120 from tpansino/feature/custom-document-titlev20.09.1Bastien Wirtz2020-09-052-1/+2
|\ \ | | | | | | Feature/custom document title
| * | Add documentTitle example to documentationTom Pansino2020-09-041-0/+1
| | |
| * | Support custom document titleTom Pansino2020-09-041-1/+1
|/ /
* | Simplify service structureBastien Wirtz2020-09-044-19/+9
| |
* | Merge pull request #119 from tpansino/feature/custom-card-colorsBastien Wirtz2020-09-043-4/+23
|\ \ | |/ |/| Feature/custom card colors
| * Rewrite custom card colors to use custom CSS classes instead of stylesTom Pansino2020-09-023-7/+14
| |
| * Merge remote-tracking branch 'upstream/master' into feature/custom-card-colorsTom Pansino2020-09-016-5/+64
| |\ | |/ |/|
* | Merge pull request #113 from gabe565/custom-stylesheetBastien Wirtz2020-08-292-0/+17
|\ \ | | | | | | Add support for a custom stylesheet
| * | :wrench: Make stylesheet config be an array of filesGabe Cook2020-08-292-3/+8
| | |
| * | :pencil: Document new stylesheet configGabe Cook2020-08-291-0/+4
| | |
| * | :sparkles: Add support for a custom stylesheetGabe Cook2020-08-291-0/+8
|/ /
* | Merge pull request #118 from vosdev/patch-1Bastien Wirtz2020-08-281-2/+2
|\ \ | | | | | | Add chrome extension for a custom new tab page
| * | Add chrome extension for a custom new tab pageDaniel Vos2020-08-031-2/+2
| | | | | | | | | I finally found a chrome extension that gives the same functionality as the firefox extension for the custom new tab page. I have updated the docs accordingly!
* | | Merge pull request #115 from gabe565/navbar-alignmentBastien Wirtz2020-08-281-2/+1
|\ \ \ | | | | | | | | Fix alignment when navbar link name is empty
| * | | :bug: Fix alignment when navbar link name is emptyGabe Cook2020-07-281-2/+1
| |/ /
* | | Merge pull request #112 from gabe565/fa-fw-logo-alignmentBastien Wirtz2020-08-281-1/+1
|\ \ \ | | | | | | | | Remove fa-fw from main logo to fix Font Awesome duotone issues
| * | | :bug: Remove fa-fw from main logo to fix Font Awesome duotone issuesGabe Cook2020-07-221-1/+1
| |/ /
* | | Merge pull request #101 from simonporte/masterBastien Wirtz2020-08-282-0/+43
|\ \ \ | |/ / |/| | Added docker-compose.yml