ecamp3
ecamp3 copied to clipboard
Improve saving indicator
Closes #3513
https://github.com/ecamp/ecamp3/assets/3001985/b9184cbd-ee9f-4d4c-b80d-44f5c63fba6d
Feature branch deployment currently inactive.
If the PR is still open, you can add the deploy! label to this PR to trigger a feature branch deployment.
Already way better! <3 And I like the icon.
Some Issues:
- The Multi-Select-Dropdown for ActivityResponsible does not give any response at all (what was already the case before).
- Dropdonw in general - the feedback now is only give by color - and it is event hard do distinguish between blu e and green
Additional thought: I guess users get used to autosave very quickly. Therefore the feedback could be even smaller.
@usu the /controls site is outdated and not fully functioning anymore. (birthday and isAdmin are missing)
I'm currently fixing a problem with parsing number inputs and tried the /controls page and was disappointed that it didn't work as expected. How can I fix these options (e.g. checkbox and date controls)?
@usu the /controls site is outdated and not fully functioning anymore. (birthday and isAdmin are missing) I'm currently fixing a problem with parsing number inputs and tried the
/controlspage and was disappointed that it didn't work as expected. How can I fix these options (e.g. checkbox and date controls)?
They have been broken for quite some time. The controls for checkbox/switch/date have been added a long time ago (3 years or so) and back then, the user endpoint had this properties just for the sake of testing these input types. There are issues and discussion on this under https://github.com/ecamp/ecamp3/issues/1270 and https://github.com/ecamp/ecamp3/pull/673/files#r525987849.
Probably we should use other endpoints, if we want to test these input types with proper data. E.g. using the start date of the first period for the date picker? And for the checkbox/switch we could use $printYSLogoOnPicasso on the first camp.
You need to merge devel again after #4136
I would rather keep long running PR in an issue.