1
0
Fork 0
mirror of https://github.com/pawelmalak/flame.git synced 2025-07-24 21:39:36 +02:00
Commit graph

55 commits

Author SHA1 Message Date
Paweł Malak
12295a6f68 Moved some settings between general and ui tabs - continued. Fixed settings links in apps and categories tables 2022-02-04 15:01:40 +01:00
Paweł Malak
531ede0adf Added option to set custom description for apps 2021-12-07 16:48:24 +01:00
Paweł Malak
068c8ab2e7 Changed some messages and buttons to make it easier to open bookmarks editor 2021-12-02 14:12:23 +01:00
Paweł Malak
dfdd49cf4a Moved entityInUpdate to app state. It applies for apps, categories and bookmarks 2021-11-22 14:36:00 +01:00
Paweł Malak
d110d9b732 Empty sections will be hidden from guests. Fixed temperature value rounding. Added welcome message 2021-11-22 12:29:47 +01:00
Paweł Malak
882f011d07 Cleaned up Apps and Bookmarks containers. Changed AppTable to use TableActions component 2021-11-20 14:51:47 +01:00
Paweł Malak
8941f8f2f4 Added support for .ico files 2021-11-20 14:18:42 +01:00
Paweł Malak
d13b890e16 Fixed bug with value parsing if custom icon was used 2021-11-19 14:06:38 +01:00
Paweł Malak
07cd725d4a Added new search bar shortcut. Fixed bug with forms still being visible after logout. Fixed bug with config fetching order 2021-11-14 23:20:37 +01:00
Paweł Malak
d94a6cea5a Added auth headers to api requests 2021-11-12 12:38:01 +01:00
Paweł Malak
e4690d5d9c Added auth form. Added login and logout actions 2021-11-10 13:53:28 +01:00
Paweł Malak
f5ed85427e Added support for setting icons via URL 2021-11-10 11:42:00 +01:00
Paweł Malak
d83e3056c6 Split categories and bookmarks forms into separate files. Added visibility functionality to categories and bookmarks 2021-11-09 23:40:58 +01:00
Paweł Malak
f127a354ef Fixed state bug while updating categories. Fixed bug with bookmarks not being displayed under categories. 2021-11-09 15:51:50 +01:00
Paweł Malak
969bdb7d24 Components: refactored rest of the components to use new state. Minor changes to exports, imports and props 2021-11-09 14:33:51 +01:00
Paweł Malak
d1738a0a3e Set app visibility 2021-11-08 23:40:30 +01:00
Paweł Malak
76e50624e7 Client: Implemented new config system 2021-10-22 13:31:02 +02:00
unknown
084218027c Bugfix for #83 2021-10-05 17:08:37 +02:00
unknown
6ae6c58f4c Local search for apps 2021-09-06 12:24:01 +02:00
unknown
1699146f79 Added support for custom SVG icons 2021-08-06 15:15:54 +02:00
unknown
a5d6cf04cf Custom icons for bookmarks 2021-07-28 12:36:03 +02:00
unknown
1fbe0746a4 Fixed custom icons not updating 2021-07-28 11:36:48 +02:00
unknown
c03f302fa6 Added option to open links in the same tab for apps/bookamrs/search separately 2021-06-25 11:24:29 +02:00
unknown
550e1e155b Added option to hide apps and categories from home screen 2021-06-24 10:54:48 +02:00
unknown
12974ab01b Upload custom icon on client 2021-06-23 15:27:46 +02:00
unknown
6c067bee31 Option to open links in the same tab. Api upload icon. Render image icon instead of MDI. Dockerfile client dependencies fix. 2021-06-23 14:15:14 +02:00
unknown
5b900872af Apps reordering with drag-and-drop functionality 2021-06-18 12:09:59 +02:00
unknown
8974fb3b49 Preparation for custom sorting 2021-06-17 10:56:27 +02:00
unknown
ce173f2c42 Apps reordering. Sorting apps while adding them 2021-06-15 16:02:57 +02:00
unknown
e884c84aa8 Fixes for apps and bookmarks tabs 2021-06-14 12:19:53 +02:00
unknown
5e7cb72b82 Reworked OtherSettings to work with global config state. Fixed bug with certain settings not being synchronized 2021-06-13 23:21:35 +02:00
unknown
f137498e7e Added auto-refresh for greeting and date. Fixed multiple React warnings 2021-06-13 01:06:42 +02:00
unknown
a5504e6e80 Added url parser to support wider range of addresses 2021-06-11 15:33:06 +02:00
unknown
78de8752c6 Fixed bug with overwriting opened tabs. Added proxy for websocket 2021-06-10 13:05:55 +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
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
519b6d0746 Delete and update Bookmarks 2021-05-28 13:41:27 +02:00
unknown
216c12a33c Updating categories using form 2021-05-26 13:13:56 +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
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
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
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