All release notes

v1.204.1

1 feature, 1 improvement

Update modal and drawer overlays for safe area insets

We've made an improvement: Update modal and drawer overlays for safe area insets

  • Adjusted CSS for .modal-overlay and .drawer-overlay to use safe area insets for better compatibility with devices that have notches or rounded corners.
  • Modified .drawer-slide to ensure proper positioning with respect to safe area insets, enhancing overall layout consistency.

Enhance translation dropdown in ScriptureNoteForm

  • Refactored the translation dropdown button and menu for improved usability and styling.
  • Updated the dropdown items to include translation abbreviations and names with new CSS classes for better visual consistency.
  • Implemented a shared fetch function for verse text to streamline API calls when changing scripture versions.
  • Added debounced reference change handling to optimize performance during user input.