]> BookStack Code Mirror - bookstack/commit
PWA Manifest: Tweaks during review of PR #4430
authorDan Brown <redacted>
Mon, 2 Oct 2023 14:54:39 +0000 (15:54 +0100)
committerDan Brown <redacted>
Mon, 2 Oct 2023 14:54:39 +0000 (15:54 +0100)
commit1d91b4d8a66fa5e9b6ae48521d08c55300c5bcfc
tree472f113dd95b737aab9cd5be507e6c31b252dadd
parent287ed4ff3bfdfc1336e40791cf90337b3a9459fb
PWA Manifest: Tweaks during review of PR #4430

- Updated to go through HomeController with the builder as a helper
  class.
- Extracted some reapeated items into variables in manifest.
- Updated background color to match those used by BookStack.
- Removed reference of icon.ico since its not intended to be used.
- Added tests to cover functionality.

Review of #4430
app/App/HomeController.php
app/App/PwaManifestBuilder.php
resources/views/layouts/base.blade.php
routes/web.php
tests/PwaManifestTest.php [new file with mode: 0644]