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
|
fcf2b87d1c
|
Pushed version 2.1.0
|
2021-11-26 14:40:52 +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
|
ec5f50aba4
|
Added option to reorder bookmarks
|
2021-11-25 16:54:27 +01:00 |
|
Paweł Malak
|
a02814aa02
|
Split BookmarksTable into separate components. Minor changes to reducers
|
2021-11-25 16:44:24 +01:00 |
|
Paweł Malak
|
e15c2a2f07
|
Reorder bookmarks action. Small refactor of state reducers
|
2021-11-22 17:15:01 +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
|
089ace562a
|
Moved table actions to separate component
|
2021-11-20 14:17:51 +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
|
c2e9f82cd6
|
Improved default theme setting. Pushed version 2.0.1
|
2021-11-19 13:24:07 +01:00 |
|
pawelmalak
|
e0f6034868
|
Merge pull request #205 from pawelmalak/auth-header
Changed auth header
|
2021-11-19 12:42:05 +01:00 |
|
Paweł Malak
|
e13f6f2612
|
Changed auth header
|
2021-11-19 12:41:32 +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
|
51a0da8f10
|
Removed additional weather logging
|
2021-11-15 00:58:47 +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
|
b6b0857f17
|
Update README and CHANGELOG
|
2021-11-13 22:47:59 +01:00 |
|
pawelmalak
|
7e66f6b49f
|
Merge pull request #160 from petemidge/master
Update searchQueries.json
|
2021-11-13 11:43:00 +01:00 |
|
Paweł Malak
|
b848cfd921
|
Added function to escape regex characters
|
2021-11-12 14:02:19 +01:00 |
|
Paweł Malak
|
d94a6cea5a
|
Added auth headers to api requests
|
2021-11-12 12:38:01 +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
|
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
|
0d5a4c418e
|
Fixed notification emitting
|
2021-11-09 15:04:13 +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
|
89d935e27f
|
Components: refactored UI components to use new state. Minor changes to exports and props
|
2021-11-09 13:46:07 +01:00 |
|
Paweł Malak
|
adc017c48d
|
App state: refactored reducers and actions for apps, categories and bookmarks
|
2021-11-09 13:19:53 +01:00 |
|
Paweł Malak
|
7e89ab0204
|
App state: refactored reducers and actions for config, theme and notifications
|
2021-11-09 12:21:36 +01:00 |
|
Pete Midgley
|
1f2fedf754
|
Update searchQueries.json
Added Wikipedia (English)
|
2021-11-09 21:26:11 +11:00 |
|
Paweł Malak
|
d1738a0a3e
|
Set app visibility
|
2021-11-08 23:40:30 +01:00 |
|
Paweł Malak
|
2485f4ff33
|
Fallback to web search if local search has zero results. Updated packages
|
2021-11-08 13:22:11 +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
|
4e20527834
|
Added new themes
|
2021-11-05 15:05:33 +01:00 |
|
Paweł Malak
|
da13ca6092
|
Search bar redirect to local search results
|
2021-10-27 11:52:57 +02:00 |
|
Paweł Malak
|
3d3e2eed8c
|
Fixed bug with weather logging. Fixed bug with search bar shortcuts
|
2021-10-26 14:37:01 +02: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
|
cfb471e578
|
Changed config api. Split config controllers into separate files. Split bookmarks controllers into separate files
|
2021-10-22 14:00:38 +02:00 |
|
Paweł Malak
|
76e50624e7
|
Client: Implemented new config system
|
2021-10-22 13:31:02 +02:00 |
|
Paweł Malak
|
e5cba605fa
|
Search bar bug fixes
|
2021-10-13 13:31:01 +02:00 |
|
Paweł Malak
|
7129fe83da
|
Fixed bug with fetching config. Pushed version 1.7.0
|
2021-10-11 15:15:26 +02:00 |
|