Details des Tickets
Beschreibung,Kommentare und Anhänge
| Title |
Id |
Author |
Created at |
Message |
| LL-1456-faq-rework |
0223c5ab343bf2da90e29828bb0b42d5841df3e9 |
gerlachm |
2024-09-27T07:04:27.000Z |
LL-1456-faq-rework
rename menue name
|
| updated header |
1271bf527932ac0a2e68f5ffb646df841428c1a8 |
Sascha Immig |
2024-09-30T15:23:55.000Z |
updated header
|
| + Due to the new layout, the old dropdown for the categories no longer fits.… |
38689e8f6b497557b90f77457ff6880a71176dc9 |
TUV\gabrielg |
2024-09-30T09:43:56.000Z |
+ Due to the new layout, the old dropdown for the categories no longer fits. Replace it with a select (.custom-select). Layout as on the start page in the header.
+ As noted by Markus, tried to add a button to submit the search. In the end submit button was omitted again in consultation with Sascha Immig, as the search field filters with each keyup via Vue.
+ The input field for the search did not fit: the form-control-sm class was removed and the full width was used (flex classes on the map were wrong).
+ Make the individual FAQ posts / cards collapsible. (card-body is now collapsible. Click area is in the header. Sascha takes care of the collapsible symbol
+ Heading level h5 for the cards was wrong. Heading “FAQ” now is h1, cards now is H2 (with class h3 because of the size).
Translated with DeepL.com (free version)
|
| + fixed wrong "all title" in tags select filter box |
9335bc0584129a32c162531832926360864c902e |
TUV\gabrielg |
2024-09-25T10:00:13.000Z |
+ fixed wrong "all title" in tags select filter box
+ added missing translations
|
| added factory class for Faq model, so one can create fast test data |
e92be72153b761b5a9d9fc1b3d72da3e62294aef |
TUV\gabrielg |
2024-09-25T09:06:01.000Z |
added factory class for Faq model, so one can create fast test data
|
| added collapse toggles with scg and transition |
ee336e9aed7dd65ac5178fc9546c2b54ddb3886e |
Sascha Immig |
2024-10-01T10:49:07.000Z |
added collapse toggles with scg and transition
|