Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

UI improvements #34

Merged
merged 4 commits into from
Dec 17, 2024
Merged

UI improvements #34

merged 4 commits into from
Dec 17, 2024

Conversation

rimi-itk
Copy link
Contributor

@rimi-itk rimi-itk commented Dec 16, 2024

Link to ticket

https://leantime.itkdev.dk/TimeTable/TimeTable?showTicketModal=3248#/tickets/showTicket/3248

Description

  • Shows error in accordion items
  • Cleans up commai in empty location
  • Cleans up translations

Please include a short description of the suggested change and the reasoning behind the approach you have chosen.

Screenshot of the result

If your change affects the user interface you should include a screenshot of the result with the pull request.

Checklist

  • My code is covered by test cases.
  • My code passes our test (all our tests).
  • My code passes our static analysis suite.
  • My code passes our continuous integration process.

If your code does not pass all the requirements on the checklist you have to add a comment explaining why this change
should be exempt from the list.

Additional comments or questions

If you have any further comments or questions for the reviewer please add them here.

@rimi-itk rimi-itk force-pushed the feature/ui-improvements branch from deec2c1 to 541cbb7 Compare December 16, 2024 09:12
@rimi-itk rimi-itk marked this pull request as ready for review December 16, 2024 09:12
@rimi-itk rimi-itk requested a review from yepzdk December 16, 2024 09:15
assets/admin.js Outdated
// Open accordions with errors on submit.
document.addEventListener("ea.form.error", (event) => {
const { page, form } = event.detail;
// alert(`The ${page} form contains errors. Please resolve these before submitting again.`)
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Saved for later?

Copy link
Contributor Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

No, it's a leftover from testing example code in EasyCorp/EasyAdminBundle#6650. I've removed the line.

@rimi-itk rimi-itk merged commit 1652bcd into develop Dec 17, 2024
10 checks passed
@rimi-itk rimi-itk deleted the feature/ui-improvements branch December 17, 2024 08:14
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants