Tagaishi
|
e13a4afdde
|
feat: remove location based timezone resolving (#1680)
|
2023-12-30 20:09:17 +01:00 |
|
ajnart
|
5ab0e5207b
|
💄 Prettier codebase
|
2023-10-25 15:29:45 +02:00 |
|
Manuel
|
c14fad680d
|
refactor: use relative TS path
|
2023-09-03 16:23:40 +02:00 |
|
Manuel
|
b249c0205f
|
🔀 Merge branch 'dev' into feature/add-basic-authentication
|
2023-08-13 15:12:20 +02:00 |
|
Thomas Camlong
|
abb52b093a
|
✨ Notebook-widget (#962)
* ⬆️ Add required dependencies
* ✨ Add basic widget definition for `notebook`
* 🌐 Add basic translations for `notebook` widget
* 🐛 Fix `WidgetMenu` zIndex property
* ⚡️ Use dynamic import for the `notebook` widget
* 🌐 Update translations
* 🚨 Disable eslint `no-param-reassign` rule
* ✨ Add `notebook` widget
* ➕ Add `immer` as a dependency
* fix: currentConfig not loaded in useEffect callback
fixes #1249
* ♻️ Notebook widget UI (#1266)
* ♻️ Refactor note widget
* 🐛 Fix translations
* 💄 Widget styling changes
* 🔒 Fix lockfile
* 💄 Remove primary color from edit button
* 💄 Fix css
* ✨ Add the ability to hide an option
* 🔥 Remove aria-labels
* ♻️ Address pull request feedback
* 🐛 Remove wrong description from default value
---------
Co-authored-by: gnattu <gnattu@users.noreply.github.com>
Co-authored-by: Manuel <manuel.ruwe@bluewin.ch>
Co-authored-by: Tagaishi <Tagaishi@hotmail.ch>
Co-authored-by: Meier Lukas <meierschlumpf@gmail.com>
|
2023-08-12 21:17:12 +02:00 |
|
Tagaishi
|
ffa850b081
|
✨ Option to show time for a city (#1236)
|
2023-08-09 20:33:17 +02:00 |
|
Meier Lukas
|
d281a2ee98
|
Merge branch 'dev' into feature/add-basic-authentication
|
2023-08-06 15:02:57 +02:00 |
|
Meier Lukas
|
9e576f1498
|
♻️ Address pull request feedback
|
2023-08-06 14:12:39 +02:00 |
|
Tagaishi
|
d994f4ec89
|
🤡 frogot a file
|
2023-08-05 23:19:52 +02:00 |
|
Tagaishi
|
048b27a89b
|
🔒️ Link out of translation files
|
2023-08-05 23:19:26 +02:00 |
|
Manuel
|
bd4b7b8c13
|
🏷️ Apply namespace types to translations
|
2023-08-05 17:45:50 +02:00 |
|
Meier Lukas
|
04b3fa394d
|
♻️ Add ssr for user preferences page, add translations for user preferences page
|
2023-08-05 13:19:30 +02:00 |
|
Tagaishi
|
d851f3bb21
|
✅ Added infocard to location widget
|
2023-08-03 15:14:26 +02:00 |
|
Tagaishi
|
7235b5b17a
|
✨ General Element + Tooltip to HoverCard
|
2023-08-02 03:48:10 +02:00 |
|
Tagaishi
|
fb7292f710
|
🎨 Info tooltip component + select pop list bugfix
|
2023-07-31 00:14:03 +02:00 |
|
Tagaishi
|
a0052f88f4
|
🎨 Refactor repeating code
|
2023-07-29 01:23:46 +02:00 |
|
Tagaishi
|
a79e110aa3
|
🐛 Multiline tooltip again
|
2023-07-27 02:56:12 +02:00 |
|
Tagaishi
|
c56edfdc65
|
🐛 Multiline tooltip and 🎨 one line code rework
|
2023-07-25 22:16:59 +02:00 |
|
Tagaishi
|
a15469698c
|
💄 Tooltip background not user selected anymore
|
2023-07-25 21:52:36 +02:00 |
|
Tagaishi
|
5cc2fac8bc
|
✨ Tooltip for widget options
|
2023-07-25 21:07:43 +02:00 |
|
ajnart
|
94a2d33d1f
|
✨ Improvements to city selection in weather widget
|
2023-07-23 10:54:38 +09:00 |
|
ajnart
|
739b95888b
|
💄 Prettier repository
|
2023-07-21 18:08:40 +09:00 |
|
Meier Lukas
|
e24122b355
|
Merge pull request #1044 from ajnart/add-location-selection-for-weather-widget
✨ Improve location selection for weather
|
2023-06-13 20:50:34 +02:00 |
|
Meier Lukas
|
e29ba6455e
|
🐛 Fix pull request issues
|
2023-06-11 13:54:15 +02:00 |
|
Meier Lukas
|
a8b44941a0
|
🐛 Fix pull request issues
|
2023-06-11 11:59:46 +02:00 |
|
ajnart
|
3b3f7f308f
|
🧑💻 Migrate package.json prettier and eslint
Also updated the plugins and the config.
New rules should be respected from now-on
|
2023-06-11 17:51:29 +09:00 |
|
Meier Lukas
|
f033697579
|
🐛 Fix translation path
|
2023-06-10 23:59:32 +02:00 |
|
Meier Lukas
|
d00a317202
|
✨ Improve location selection for weather
|
2023-06-10 23:53:04 +02:00 |
|
ajnart
|
6f48cafd42
|
⬆️ Upgrade to @tabler/icons-react
|
2023-05-15 17:40:59 +09:00 |
|
Manuel
|
c52acd2913
|
✨ Bookmark widget (#890)
* 🚧 Bookmark widget
* ✨ Add input type
Co-authored-by: Meier Lukas <meierschlumpf@gmail.com>
* ✨ Add content display and input fields
* 🐛 Fix delete button updating to invalid schema
* 🌐 Add translations for options
* ✨ Add field for image
* ♻️ Refactor IconSelector and add forward ref
* 🦺 Add form validation
* 🦺 Add validation for icon url and fix state for icon picker
* 🌐 PR feedback
---------
Co-authored-by: Meier Lukas <meierschlumpf@gmail.com>
|
2023-05-15 09:54:50 +02:00 |
|
ajnart
|
252651c1fb
|
🐛 Fix edit modal zIndex and imports
|
2023-04-17 15:07:18 +09:00 |
|
ajnart
|
75cf90c7ea
|
🐛 Fix RSS client bug
|
2023-04-16 17:51:07 +09:00 |
|
ajnart
|
b45a614cd8
|
💡 Address PR comments
|
2023-04-10 23:29:00 +09:00 |
|
ajnart
|
31a80f5588
|
Add option to manually edit the refresh interval
|
2023-04-05 15:49:54 +09:00 |
|
ajnart
|
6811388991
|
✨ Add support for multiple RSS feeds
|
2023-04-05 15:49:52 +09:00 |
|
Meier Lukas
|
8c59ab0846
|
🐛 Fix issues with updating tiles
|
2023-03-30 22:54:08 +02:00 |
|
Meier Lukas
|
525985b1dc
|
✨ Migrate tiles from id to type
|
2023-03-30 22:20:56 +02:00 |
|
MauriceNino
|
d8931644d8
|
Refactor settings code; Add props access to every settings item
|
2023-02-14 13:41:59 +01:00 |
|
MauriceNino
|
4c2c2fb564
|
Fix mobile controls
|
2023-02-14 13:10:52 +01:00 |
|
MauriceNino
|
368707ed76
|
Add translations for en & de in Dashdot; Fix PR comments
|
2023-02-14 13:01:12 +01:00 |
|
MauriceNino
|
a05e80bf26
|
Add options to sort and resize graphs in dash. widget
|
2023-02-10 18:20:28 +01:00 |
|
Manuel
|
2530d71534
|
🐛 Fix modal position when scroling
|
2023-02-05 22:23:07 +01:00 |
|
Manuel
|
a8dea274f3
|
♻️ Display of available properties in menu
|
2023-02-05 21:41:47 +01:00 |
|
ajnart
|
454d5e53c3
|
fix defaultValue on widget options
|
2023-01-13 18:46:59 +09:00 |
|
ajnart
|
5a2653a189
|
Fix widget delete modal
|
2023-01-13 10:57:13 +09:00 |
|
ajnart
|
6ea1277e61
|
Fix build errors
|
2023-01-11 08:49:23 +09:00 |
|
ajnart
|
6a3336bd5a
|
Add Select for option types
|
2023-01-11 08:43:28 +09:00 |
|
Meierschlumpf
|
b70399f4f0
|
Merge branch 'manuel-rw-gridstack' into gridstack-wip-meierschlumpf
|
2023-01-07 17:59:43 +01:00 |
|
Meierschlumpf
|
9608452bed
|
✨ Implemented different layout sizes
|
2023-01-06 22:46:07 +01:00 |
|
Manuel Ruwe
|
43fe7ae634
|
🐛 Fix zIndex for integrationOptions modal
|
2023-01-06 21:55:10 +01:00 |
|