Skip to content
Snippets Groups Projects
Select Git revision
  • 56631c533f3e621f00cd5ae22af6ba9dbbb77fa8
  • master default protected
  • 1.31
  • 4.38.8
  • 4.38.7
  • 4.38.6
  • 4.38.5
  • 4.38.4
  • 4.38.3
  • 4.38.2
  • 4.38.1
  • 4.38.0
  • 4.37.2
  • 4.37.1
  • 4.37.0
  • 4.36.0
  • 4.35.0
  • 4.34.1
  • 4.34.0
  • 4.33.1
  • 4.33.0
  • 4.32.2
  • 4.32.1
23 results

index.html

Volker Schukai's avatar
Volker Schukai authored
Summary of changes
- Camera capture component:
  - Reformatted import statements for consistency.
  - Improved spacing and indentation for better readability.
  - Added detailed comments to clarify the logic within the capture method and other functions.

- DataTable filter component:
  - Introduced `normalizeNumber` function which normalizes strings to numbers while considering locale-specific decimal separators.
  - Extended the queries in `collectSearchQueries` to handle different normalization cases.

- Popper component:
  - Reformatted import statements for consistency.
  - Improved readability through consistent spacing.

- Added new test cases for range comparison expressions:
  - Verified various scenarios such as valid single values, ranges, exclusives, and handling spaces correctly.
  - Ensured error handling for invalid inputs remains robust.
6490636e
History