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

Bug fixes 0.2.7 #118

Merged
merged 9 commits into from
May 8, 2024
Merged

Bug fixes 0.2.7 #118

merged 9 commits into from
May 8, 2024

Conversation

sabinem
Copy link
Contributor

@sabinem sabinem commented May 7, 2024

This PR adds bug fixes for v.0.2.7:

  • select forms no longer log errors when the value in the form did not change
  • the component add form has now a proper validation of the github url

in the dashboard these calls sometimes slow down performance in
case there are too many of them, therefore it seems good to log
these calls
in the dashboard the validation on autocomplete can be disabled
therefore it is no longer necessary to check for the validity
of the github url in the way it was previously implemented
the validation of the github url when a component is added has
been improved
check whether the value in ui select has changed, since otherwise
the selection must not be stored in the users internal storage
use a function that checks whether the value in a select form has
changed and must be saved
that way some common errors can be handled in a better way: such
as when no file was picked or when the file could not be parsed
Copy link
Contributor

@caviri caviri left a comment

Choose a reason for hiding this comment

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

Cool @sabinem

@sabinem sabinem merged commit 20145bb into main May 8, 2024
@sabinem sabinem deleted the bug-fixes-0.2.7 branch June 19, 2024 13:01
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