-
Notifications
You must be signed in to change notification settings - Fork 54
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
Fix some minor js issues #2184
base: update-bootstrap-ui-library
Are you sure you want to change the base?
Fix some minor js issues #2184
Commits on Oct 14, 2024
-
Fix proptype of NumeralInput.value
The value is internally converted to a numeral anyway, so we can be lenient in accepting data. Additionally, the component was called with a no longer existing property, which I removed as well.
Configuration menu - View commit details
-
Copy full SHA for 84dd803 - Browse repository at this point
Copy the full SHA 84dd803View commit details -
Configuration menu - View commit details
-
Copy full SHA for 82b916b - Browse repository at this point
Copy the full SHA 82b916bView commit details -
Make fetchDOIMetadata and fetchISBNMetadata return a proper Literatur…
…e object, not a JS Object This caused Proptype Errors in AddButton and Citation
Configuration menu - View commit details
-
Copy full SHA for 0014cef - Browse repository at this point
Copy the full SHA 0014cefView commit details -
Move ToggleButton to tab body and replace it by proper bootstrap comp…
…onent The original issue was just that the ToggleButton was situated in the Tab Button, which throws an error, because you are not allowed to nest a <button> within a <button>. Then it occurred to me, that this was the only instance where this button is used and that it's usage (namely toggling reaction scheme between default and gaseous) was not very clear until you hover over the button and read the tooltip. Therefore I replaced it by a regular bootstrap buttongroup we also use in other places. This way, the toggling functionality becomes clear directly, as both buttons are displayed at the same time. So no more hover necessary. Additionally, the buttons use a global utility component for easier styling of toggle buttons throughout the app.
Configuration menu - View commit details
-
Copy full SHA for d11eab6 - Browse repository at this point
Copy the full SHA d11eab6View commit details -
Make disabled property of PrivateNoteElement optional
The render function sets a default, so the prop is definitely not required
Configuration menu - View commit details
-
Copy full SHA for a29be55 - Browse repository at this point
Copy the full SHA a29be55View commit details -
Make WellplateDetailsAttachments use instances of Wellplate and Attac…
…hment for PropType checking
Configuration menu - View commit details
-
Copy full SHA for bd3ec01 - Browse repository at this point
Copy the full SHA bd3ec01View commit details -
Configuration menu - View commit details
-
Copy full SHA for 08efa4d - Browse repository at this point
Copy the full SHA 08efa4dView commit details -
Configuration menu - View commit details
-
Copy full SHA for 7bd272a - Browse repository at this point
Copy the full SHA 7bd272aView commit details -
Allow element.id to be either number or string as it is only used in …
…string-like contexts anyway
Configuration menu - View commit details
-
Copy full SHA for 19853cc - Browse repository at this point
Copy the full SHA 19853ccView commit details -
Configuration menu - View commit details
-
Copy full SHA for f2c1fd8 - Browse repository at this point
Copy the full SHA f2c1fd8View commit details -
Configuration menu - View commit details
-
Copy full SHA for f83610a - Browse repository at this point
Copy the full SHA f83610aView commit details -
Configuration menu - View commit details
-
Copy full SHA for 2c6e519 - Browse repository at this point
Copy the full SHA 2c6e519View commit details -
Configuration menu - View commit details
-
Copy full SHA for 0866fd8 - Browse repository at this point
Copy the full SHA 0866fd8View commit details -
Configuration menu - View commit details
-
Copy full SHA for 672ef12 - Browse repository at this point
Copy the full SHA 672ef12View commit details -
Configuration menu - View commit details
-
Copy full SHA for f055573 - Browse repository at this point
Copy the full SHA f055573View commit details -
Configuration menu - View commit details
-
Copy full SHA for 0390b86 - Browse repository at this point
Copy the full SHA 0390b86View commit details -
Configuration menu - View commit details
-
Copy full SHA for b39ed11 - Browse repository at this point
Copy the full SHA b39ed11View commit details