Commit graph

57 commits

Author SHA1 Message Date
unknown
d257fbf9a3 Created config global state. Reworked WeatherSettings and WeatherWidget to use new config state. 2021-06-13 00:16:57 +02:00
unknown
a5504e6e80 Added url parser to support wider range of addresses 2021-06-11 15:33:06 +02:00
pawelmalak
5968663be4
Merge pull request #25 from pawelmalak/reverse-proxy-support
Fixed bug related to websocket protocol which was making app unusable…
2021-06-11 00:10:08 +02:00
unknown
66cc59c48e Fixed bug related to websocket protocol which was making app unusable with reverse proxy and https 2021-06-11 00:09:25 +02:00
unknown
f5f735372a Added License file 2021-06-10 13:44:03 +02:00
pawelmalak
91ab1c5ae4
Merge pull request #21 from pawelmalak/feature
Release v1.2
2021-06-10 13:21:51 +02:00
unknown
78de8752c6 Fixed bug with overwriting opened tabs. Added proxy for websocket 2021-06-10 13:05:55 +02:00
unknown
936da301b8 Clear weather data job. Fixed bug with displaying bookmark icons on mobile devices 2021-06-10 01:51:59 +02:00
unknown
80c807bfba Fixed typo in Dockerfile. Added some checks to weather module settings 2021-06-09 22:26:39 +02:00
unknown
4583ca00e9 Added ability to set icons on bookmarks. Added hover indicator for apps 2021-06-09 12:45:55 +02:00
unknown
8b87ad92f1 Added option to pin new apps/categories by default 2021-06-09 10:58:45 +02:00
pawelmalak
43e110d378
Merge pull request #10 from pawelmalak/dependabot/npm_and_yarn/ws-7.4.6
Bump ws from 7.4.5 to 7.4.6
2021-06-09 01:24:22 +02:00
dependabot[bot]
a8217e2632
Bump ws from 7.4.5 to 7.4.6
Bumps [ws](https://github.com/websockets/ws) from 7.4.5 to 7.4.6.
- [Release notes](https://github.com/websockets/ws/releases)
- [Commits](https://github.com/websockets/ws/compare/7.4.5...7.4.6)

---
updated-dependencies:
- dependency-name: ws
  dependency-type: direct:production
...

Signed-off-by: dependabot[bot] <support@github.com>
2021-06-08 23:22:59 +00:00
pawelmalak
cf44f45fde
Merge pull request #9 from pawelmalak/qol-improvements
Added favicon and changed page title. Changed message when there are …
2021-06-09 01:04:26 +02:00
unknown
30ed700521 Added favicon and changed page title. Changed message when there are apps/bookmarks created but they are not pinned to homescreen. Added functionality to set custom page title. 2021-06-09 01:01:32 +02:00
unknown
35c589c94c Display info message on homescreen if applications or categories arrays are empty 2021-06-08 14:02:19 +02:00
unknown
22920f2660 Small changes to CSS. README.md with screenshots 2021-06-08 12:51:50 +02:00
unknown
1636b705de Docker build. Catch client routes on server. Initial config utility 2021-06-07 13:40:51 +02:00
unknown
d2e6ebae4f WeatherWidget temp unit. WeatherSettings update on change 2021-06-07 12:17:10 +02:00
unknown
08c769b630 Changing bookmark category 2021-06-05 15:48:43 +02:00
unknown
96aa1f7d69 Update bookmark. Changes to CSS. Changes to WeatherJob 2021-06-01 14:54:47 +02:00
unknown
519b6d0746 Delete and update Bookmarks 2021-05-28 13:41:27 +02:00
unknown
88c8eee982 Weather settings form update functionality. API: update multiple values in one Config query 2021-05-27 13:21:11 +02:00
unknown
316bc49f5c Weather settings view. API: select which keys to get from Config 2021-05-27 12:30:09 +02:00
unknown
216c12a33c Updating categories using form 2021-05-26 13:13:56 +02:00
unknown
0f2125e720 Pin/Delete category 2021-05-25 14:05:53 +02:00
unknown
bd5354a2e3 Table component. Bookmarks edit view 2021-05-25 11:44:11 +02:00
unknown
4eaf9659d1 UI notification/alert system with global redux state 2021-05-24 14:54:46 +02:00
unknown
c145888aec Adding Categories and Bookmarks using form 2021-05-24 12:35:54 +02:00
unknown
38edb76929 Bookmarks Form 2021-05-24 11:51:05 +02:00
unknown
4e89e4c568 Outsourced ModalForm to make it more reusable 2021-05-24 11:00:42 +02:00
unknown
7b6ac3f6a4 Cleaned up Home component. Added 'settings' link vivible on mobile devices 2021-05-23 18:55:51 +02:00
unknown
e22e5afcb9 Bookmarks view with grid + redux actions 2021-05-23 18:38:39 +02:00
unknown
27250dc850 Bookmarks controller 2021-05-23 17:18:04 +02:00
unknown
100f274d96 Category model and controllers 2021-05-22 19:04:34 +02:00
unknown
5c948e1a68 Support for keyboard navigation for Apps. Small refactor to pinApp action 2021-05-22 18:10:12 +02:00
unknown
8813bf6181 Added App Edit Functionality 2021-05-22 17:03:32 +02:00
unknown
28683e7511 Some changes on how application list is being rendered. Added isDay property on WeatherIcon to render icon accordingly to time of day. Modal can now be closed by clicking on backdrop 2021-05-21 18:55:21 +02:00
unknown
e170f56a03 Created WeatherWidget 2021-05-19 18:26:57 +02:00
unknown
38f5d3b66a Added WebSockets with funcionality to send messages from any module 2021-05-19 17:17:24 +02:00
unknown
4510a709d4 Small fixes 2021-05-17 18:26:01 +02:00
unknown
adc4aaed0f Created Cron job to get data from external api every 15 minutes and save it to local database. Created Weather model and controller to get latest weather status 2021-05-17 18:23:54 +02:00
unknown
3fc3d07598 Config model and controllers 2021-05-15 18:33:59 +02:00
unknown
873faa6c97 Dynamic WeatherIcon with weatherStatusCode mapping 2021-05-15 18:05:53 +02:00
unknown
e293325da7 WeatherIcon. Small changes to theme state 2021-05-14 18:51:56 +02:00
unknown
cb0b4b495f Cleaned up Apps component. Delete App redux action. Apps edit mode with functionality do delete and pin apps 2021-05-13 18:23:12 +02:00
unknown
7e540587a5 Multiple changes to App related components. Created form to add new Apps, outsourced AppGrid component 2021-05-13 17:21:52 +02:00
unknown
f34bbd938d UI Components 2021-05-12 18:31:02 +02:00
unknown
fa5c35b619 Pinned Apps 2021-05-12 17:31:25 +02:00
unknown
d3c5e2a5ec Rewritten some parts of redux store to use typescript interfaces 2021-05-11 16:44:05 +02:00