1
0
Fork 0
mirror of https://github.com/pawelmalak/flame.git synced 2025-08-02 17:35:17 +02:00
Commit graph

52 commits

Author SHA1 Message Date
Yusef Ouda
5d679ea387 Adds support for 12hr time format 2024-07-03 15:16:17 -05:00
Paweł Malak
16121ff547 Added option to set secondary search provider 2022-03-25 14:28:40 +01:00
Paweł Malak
0f6d79683e Fixed bug where pressing Enter with empty search bar would redirect to search results 2022-03-25 13:37:53 +01:00
Paweł Malak
48e28b9abd Added user themes section to Theme settings 2022-03-23 16:13:34 +01:00
Paweł Malak
89bd921875 Changed how theme is set and stored on client 2022-03-23 14:49:35 +01:00
Paweł Malak
500e138643 Moved some settings between general and ui tabs 2022-02-04 14:59:48 +01:00
Paweł Malak
04e80b339c Changed order and names of some setting tabs 2022-02-04 13:09:47 +01:00
Paweł Malak
531ede0adf Added option to set custom description for apps 2021-12-07 16:48:24 +01:00
Paweł Malak
d5610ad6be Fixed bug with alphabetical order not working for bookmarks. Minor changes related to bookmarks form 2021-11-26 14:04:46 +01:00
Paweł Malak
85a65aef52 Added option to hide header greetings and date separately 2021-11-18 16:03:44 +01:00
Paweł Malak
5cf7708ab8 Added humidity option to weather widget 2021-11-18 15:14:53 +01:00
Paweł Malak
e2285e2deb Moved Themer to Settings. Added option to set default theme 2021-11-18 13:47:27 +01:00
Paweł Malak
d1c61bb393 Moved auth form. Added auto login and logout functionality 2021-11-11 14:45:58 +01:00
Paweł Malak
1571981252 Created separate settings for Docker 2021-11-10 16:45:30 +01:00
Paweł Malak
ea57dbf750 Added current time to header 2021-11-10 14:19:41 +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
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
bce51bb2c4 Added option to set custom day and month 2021-11-05 17:16:19 +01:00
Paweł Malak
aca8b0261e Added option to set custom greetings. Moved HomeHeader to separate file. Cleaned up README file 2021-11-05 16:39:42 +01:00
Paweł Malak
df6d96f5b6 Added option to disable search bar autofocus 2021-10-26 13:09:42 +02:00
Paweł Malak
4ef9652ede Added option to change date formatting. Added shortcuts to clear search bar 2021-10-22 15:51:11 +02:00
Paweł Malak
76e50624e7 Client: Implemented new config system 2021-10-22 13:31:02 +02:00
Paweł Malak
55f192f664 Merge branch 'feature' into v1.7.0 2021-10-11 14:31:59 +02:00
Pablo Ruiz
231dbc4577 Added remote docker host 2021-10-06 22:17:43 +02:00
unknown
da928f20a2 Added redirect function to search bar 2021-10-06 12:01:07 +02:00
unknown
bf1aa9e85c Clickable notifications with url redirect 2021-10-05 16:31:56 +02:00
unknown
1d8e36b46d Added search tab to settings 2021-10-04 17:07:02 +02:00
unknown
fac280ff0a Live search for apps 2021-09-06 12:47:17 +02:00
unknown
6ae6c58f4c Local search for apps 2021-09-06 12:24:01 +02:00
Dimitri Pommier
8681f75bab
Kubernetes integration (#80)
* chore(): skaffold

* chore(): kubernetes integration

* chore(skaffold): refine shokohsc profile

* chore(): removed docker & kubernetes from database + stoppedApp pin option

* Revert "chore(): removed docker & kubernetes from database + stoppedApp pin option"

This reverts commit 5111c7ad79.
2021-08-17 10:32:15 +02:00
Pablo Ruiz
b53509aa69 docker api 2021-08-04 22:19:35 +02:00
Jeremy Jack
112a35c08f Adding a default search provider option, with DuckDuckGo as the default 2021-07-05 23:04:03 -05: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
8026533a06 Added search bar 2021-06-24 12:53:45 +02:00
unknown
550e1e155b Added option to hide apps and categories from home screen 2021-06-24 10:54:48 +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
754dc3a7b9 Sorting settings. Sort apps on change/add/update 2021-06-18 10:38:05 +02:00
unknown
8974fb3b49 Preparation for custom sorting 2021-06-17 10:56:27 +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
d257fbf9a3 Created config global state. Reworked WeatherSettings and WeatherWidget to use new config state. 2021-06-13 00:16:57 +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
d2e6ebae4f WeatherWidget temp unit. WeatherSettings update on change 2021-06-07 12:17:10 +02:00
unknown
316bc49f5c Weather settings view. API: select which keys to get from Config 2021-05-27 12:30:09 +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
e22e5afcb9 Bookmarks view with grid + redux actions 2021-05-23 18:38:39 +02:00
unknown
e170f56a03 Created WeatherWidget 2021-05-19 18:26:57 +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