Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Add keyboard shortcuts for searching. | Jozef Selesi | 2020-03-21 | 2 | -1/+30 |
| | | | | / starts searching. Escape clears the search terms. | ||||
* | Merge pull request #27 from traeblain/feature-burger | Bastien Wirtz | 2020-03-17 | 4 | -272/+389 |
|\ | | | | | Added Hamburger Menu for small screens per Bulma spec. | ||||
| * | Added Hamburger Menu for small screens per Bulma spec. | Trae | 2020-03-13 | 4 | -272/+389 |
| | | |||||
* | | Merge pull request #25 from traeblain/documentation-navbar | Bastien Wirtz | 2020-03-17 | 2 | -0/+2 |
|\ \ | | | | | | | Documents the hidden feature to maintain navbar w/o links. | ||||
| * | | Documents the hidden feature to maintain navbar w/o link. | Trae | 2020-03-12 | 2 | -0/+2 |
| |/ | |||||
* | | Merge pull request #22 from traeblain/feature-title | Bastien Wirtz | 2020-03-17 | 1 | -0/+1 |
|\ \ | |/ |/| | Update <head/><title/> to 'title' defined in config.yml | ||||
| * | Update <head/><title/> to 'title' defined in config.yml | Trae | 2020-03-12 | 1 | -0/+1 |
|/ | |||||
* | Fix documentation exemples | Bastien Wirtz | 2020-03-09 | 1 | -3/+3 |
| | |||||
* | Update README.md | Bastien Wirtz | 2020-02-27 | 1 | -2/+11 |
| | |||||
* | Add missing key in config documentation | Bastien Wirtz | 2020-02-26 | 1 | -0/+1 |
| | |||||
* | Optionnal footer support | Bastien Wirtz | 2020-02-26 | 4 | -7/+18 |
| | |||||
* | Merge pull request #12 from lukasmrtvy/master | Bastien Wirtz | 2020-02-07 | 1 | -0/+15 |
|\ | | | | | Dockerfile | ||||
| * | Update Dockerfile | Lukas M | 2020-02-01 | 1 | -3/+3 |
| | | |||||
| * | Create Dockerfile | Lukas M | 2020-01-21 | 1 | -0/+15 |
|/ | |||||
* | Add live demo link | Bastien Wirtz | 2020-01-14 | 2 | -12/+14 |
| | |||||
* | Fix error when no message at all. | Bastien Wirtz | 2020-01-14 | 1 | -1/+1 |
| | |||||
* | Merge pull request #11 from bastienwirtz/everything-offline | Bastien Wirtz | 2020-01-14 | 29 | -16/+9303 |
|\ | | | | | Adding full off network support. | ||||
| * | Adding missing assets to the service worker cache | Bastien Wirtz | 2020-01-14 | 1 | -0/+1 |
| | | |||||
| * | Add missing font-awesome file in cache | Bastien Wirtz | 2020-01-13 | 1 | -0/+15 |
| | | |||||
| * | Adding full off network support. | Bastien Wirtz | 2020-01-12 | 29 | -16/+9287 |
| | | |||||
* | | Adding support for custom links target | Bastien Wirtz | 2020-01-12 | 6 | -4/+8 |
|/ | |||||
* | Merge pull request #7 from bastienwirtz/dynamic-message | Bastien Wirtz | 2019-12-27 | 3 | -6/+41 |
|\ | | | | | Optionaly load message from an endpoint. | ||||
| * | Merge branch 'master' into dynamic-message | Bastien Wirtz | 2019-12-27 | 3 | -18/+18 |
| |\ | |/ |/| | |||||
* | | Merge pull request #8 from fbartels/subdir | Bastien Wirtz | 2019-12-27 | 3 | -19/+19 |
|\ \ | | | | | | | Allow running Homer in a subdirectory | ||||
| * | | also fix paths in worker.js | Felix Bartels | 2019-12-19 | 1 | -7/+7 |
| | | | | | | | | | | | | Signed-off-by: Felix Bartels <felix@host-consultants.de> | ||||
| * | | Allow running Homer in a subdirectory | Felix Bartels | 2019-12-19 | 2 | -12/+12 |
|/ / | | | | | | | | | | | When running homer in a subpath the worker cannot be loaded (404) the same accounts for the images in the default configuration. Signed-off-by: Felix Bartels <felix@host-consultants.de> | ||||
| * | Optionaly load message from an endpoint. | Bastien Wirtz | 2019-12-17 | 3 | -7/+42 |
|/ | |||||
* | Merge pull request #5 from pdevq/master | Bastien Wirtz | 2019-11-12 | 6 | -11/+51 |
|\ | | | | | Styling Tags - Search Bar Icon Fix - Dark Theme Link Hover Text | ||||
| * | Add some additional description for the tagstyle in README and config | pdevq | 2019-11-10 | 2 | -3/+6 |
| | | | | | | | | - This also updates the FontAwesome URL in the config | ||||
| * | Change dark theme link hover text color to be more visible | pdevq | 2019-10-23 | 3 | -4/+23 |
| | | |||||
| * | Fix Font Awesome css in search bar | pdevq | 2019-10-23 | 3 | -3/+5 |
| | | |||||
| * | Add the option to style tags | pdevq | 2019-10-23 | 6 | -3/+19 |
|/ | |||||
* | Update README.md | Bastien Wirtz | 2019-10-09 | 1 | -3/+2 |
| | |||||
* | Updating worker cache urls. | Bastien Wirtz | 2019-10-08 | 1 | -4/+4 |
| | |||||
* | Merge pull request #4 from bastienwirtz/update-screenshot | Bastien Wirtz | 2019-10-08 | 1 | -0/+0 |
|\ | | | | | Updating documentation screenshot | ||||
| * | Updating documentation screenshot | Bastien Wirtz | 2019-10-08 | 1 | -0/+0 |
|/ | |||||
* | Merge pull request #3 from bastienwirtz/localstorage-settings | Bastien Wirtz | 2019-10-08 | 2 | -15/+17 |
|\ | | | | | Implementing settings persistence. | ||||
| * | Implementing settings persistence. | Bastien Wirtz | 2019-10-07 | 2 | -15/+17 |
|/ | |||||
* | Merge pull request #2 from bastienwirtz/dark-mode | Bastien Wirtz | 2019-10-02 | 4 | -27/+190 |
|\ | | | | | Implementing dark mode | ||||
| * | Implementing dark mode | Bastien Wirtz | 2019-10-01 | 4 | -27/+190 |
|/ | |||||
* | Merge pull request #1 from bastienwirtz/update-dependency | Bastien Wirtz | 2019-10-01 | 1 | -5/+4 |
|\ | | | | | Update dependencies. | ||||
| * | update dependencies. | Bastien Wirtz | 2019-10-01 | 1 | -5/+4 |
|/ | |||||
* | Vertical layout support | Bastien Wirtz | 2019-02-19 | 4 | -40/+100 |
| | |||||
* | Add offline cache + improve layout | Bastien Wirtz | 2019-02-18 | 7 | -84/+160 |
| | |||||
* | Deps update & minor UI adjustments | Bastien Wirtz | 2018-11-12 | 6 | -111/+151 |
| | |||||
* | Use fetch API instead of xhr. | Bastien Wirtz | 2018-06-16 | 1 | -30/+15 |
| | |||||
* | Add message style option example | Bastien Wirtz | 2018-06-14 | 1 | -0/+1 |
| | |||||
* | Initial commit | Bastien Wirtz | 2018-06-13 | 18 | -2/+651 |
| | |||||
* | Initial commit | Bastien Wirtz | 2018-06-13 | 2 | -0/+203 |