Commit Graph

1609 Commits

Author SHA1 Message Date
Manuel Ruwe
05e47b5664 Add propagation for service name to service icon 2022-12-11 19:32:51 +01:00
Meierschlumpf
ed64d138c5 Add new types for integration configuration 2022-12-11 19:16:31 +01:00
Manuel Ruwe
68a97e5f27 🚧 New types for integration configuration
Co-authored-by: Meier Lukas <meierschlumpf@gmail.com>
2022-12-11 17:58:51 +01:00
Manuel Ruwe
72338b7b36 🎨 Improve design for element selector 2022-12-11 17:18:25 +01:00
Meierschlumpf
0b61309f58 Merge branch 'gridstack' of https://github.com/manuel-rw/homarr into gridstack 2022-12-11 16:06:51 +01:00
Meierschlumpf
bbc02f38c1 Add useNet tile 2022-12-11 16:06:41 +01:00
Manuel Ruwe
4026d0c102 🎨 Fix runtime errors and hover card 2022-12-11 15:45:38 +01:00
Manuel Ruwe
35d20965a3 🐛 Adjust card wrapper for calendar 2022-12-11 15:13:35 +01:00
Manuel Ruwe
6436ef97f2 🐛 Fix gridstack className of service tile 2022-12-11 15:10:44 +01:00
Manuel Ruwe
3979165a07 Merge branch 'gridstack' of https://github.com/manuel-rw/homarr into gridstack 2022-12-11 15:04:50 +01:00
Manuel Ruwe
43571ce09b 🎨 Fix attributes of card wrappers 2022-12-11 15:04:05 +01:00
Meierschlumpf
c2571190f6 Add calendar tile 2022-12-11 14:11:25 +01:00
Meierschlumpf
65970d3a2f Add service ping 2022-12-11 13:58:28 +01:00
Meierschlumpf
6d2254ebd5 Add weather tile menu 2022-12-11 13:38:05 +01:00
Manuel Ruwe
40c9b5d203 🎨 Merge change position modals 2022-12-11 13:12:39 +01:00
ajnart
6aa53db84e Linting 2022-12-11 14:45:33 +09:00
Thomas Camlong
87536e527a Merge pull request #535 from ajnart/new-update-indicator
New update indicator
2022-12-11 14:42:08 +09:00
Thomas Camlong
5d6adb1c30 Merge branch 'dev' into new-update-indicator 2022-12-11 14:41:53 +09:00
ajnart
8189aabf4c Revert back to old package verison 2022-12-11 14:41:11 +09:00
ajnart
bb8286e6d4 Finish reworking update indicator 2022-12-11 14:40:53 +09:00
ajnart
81bc1f8f0c Add a timeout of 2 seconds for the ping module 2022-12-11 14:25:27 +09:00
Manuel Ruwe
8586f0d8ec Add form debouncer for service icon 2022-12-11 00:17:34 +01:00
Manuel Ruwe
d78f0384fa Add generic menu for tiles 2022-12-11 00:00:11 +01:00
Manuel Ruwe
bfdd6b5181 🐛 Layout issues with toggle edit mode button and popover 2022-12-10 22:50:34 +01:00
Meierschlumpf
dbb41e0467 Merge branch 'gridstack' of https://github.com/manuel-rw/homarr into gridstack 2022-12-10 22:17:48 +01:00
Meierschlumpf
001890d763 Add gridstack dashboard layout 2022-12-10 22:14:31 +01:00
Manuel Ruwe
a29b77d0c5 🐛 Fix width snapping bug 2022-12-10 18:34:58 +01:00
Manuel Ruwe
ad643616ba Add edit mode button 2022-12-10 17:58:01 +01:00
Manuel Ruwe
be910ca62b 🎨 Remove test components 2022-12-10 17:03:48 +01:00
ajnart
4104311d58 Fix link error 2022-12-11 00:03:28 +09:00
Manuel Ruwe
7f508ed06d 🚨 Warnings 2022-12-10 15:45:15 +01:00
ajnart
cabbf8f90d Working on new update indicator 2022-12-10 23:31:22 +09:00
Manuel Ruwe
89e11afce1 ⬆️ Mantine 5.3 2022-12-10 15:00:16 +01:00
Manuel Ruwe
f84aece6e9 feat: improve design and layout of design selector 2022-12-08 22:27:48 +01:00
Manuel Ruwe
158293edcf fix: compile errors 2022-12-08 22:20:22 +01:00
Manuel Ruwe
b6bf6cc86b feat: remove unused appshelf components 2022-12-08 22:17:33 +01:00
Manuel Ruwe
afbf2d2d2f feat: add form error icon for tabs 2022-12-08 20:42:21 +01:00
Manuel Ruwe
be8f9f0dc7 🐛 Config Provider and context hook in edit service modal 2022-12-07 10:48:20 +01:00
Manuel Ruwe
565cf6041a refactor: impove about homarr modal 2022-12-06 21:41:16 +01:00
Manuel Ruwe
3a5644341d feat: improve design layout selector 2022-12-06 21:33:12 +01:00
Manuel Ruwe
4d45805bce feat: improved structure of settings 2022-12-06 21:22:37 +01:00
Manuel Ruwe
b28547777f feat: improve design in edit service modal 2022-12-06 20:48:35 +01:00
Manuel Ruwe
d7bec26ee2 Add icon picker for service icon
Co-authored-by: Meier Lukas <meierschlumpf@gmail.com>
2022-12-05 21:43:47 +01:00
Manuel Ruwe
b7bb1302e4 🐛 Fix crash if integration is not defined 2022-12-05 20:04:08 +01:00
Manuel Ruwe
8a813eee13 Adjust nullable in types 2022-12-04 22:02:10 +01:00
Manuel Ruwe
8c588f3bc7 🐛 Fix About modal icon 2022-12-04 21:31:12 +01:00
Manuel Ruwe
57d76d223f Add mantine context modals 2022-12-04 21:19:40 +01:00
Meierschlumpf
99a3a4936e 🎨 Improve structure of files 2022-12-04 19:10:07 +01:00
Meierschlumpf
84b32ab216 Merge branch 'gridstack' of https://github.com/manuel-rw/homarr into gridstack 2022-12-04 18:46:24 +01:00
Manuel Ruwe
dfc655edcb Reorder header action icons 2022-12-04 18:45:43 +01:00