Commit Graph

11 Commits

Author SHA1 Message Date
Abbey Campbell
a84d2fb6d3 autofix array type definitions 2025-12-22 18:26:38 -08:00
Ryan Stelly
b78be9243d lint rule & autofix for "trailing comma" (#3299)
* (lint) MOB-1063 enforce trailing commas

* autofix trailing commas

* manually fix newly introduced maxlen violations

* add trailing comma convention to i18n build
2025-12-22 20:17:13 -06:00
Abbey Campbell
ff707b97f3 handle dismiss in BottomSheet 2025-12-16 16:00:29 -08:00
Abbey Campbell
9355f6922f address pr feedback 2025-11-20 17:35:10 -08:00
Abbey Campbell
29f13531f9 bring ui to parity with design 2025-11-14 15:58:31 -08:00
Yaron Budowski
9c2facc680 MOB-925 - new designs for add-obs button sheet 2025-11-14 14:19:05 -08:00
Corey Farwell
8b178dd4f7 Resolve all type errors in WarningSheet component. 2025-11-05 09:15:56 -05:00
Johannes Klein
b35952481f Make any CustomFlashList scrollable with Voice Over (#2756)
* Do not make FlashList wrapper accessible

Because it takes away a11y from the single items, and makes the list unscrollable with a11y commands.

* Remove a11y label

This was read without the actual param passed in so made no sense. Removing it for now. In that way at least the actual ID text is read.

* Make bottom sheet container not accesible
2025-03-13 11:26:46 +01:00
Ken-ichi Ueda
69e5e45ce5 fix: prevent BottomSheet title from overflowing over close button 2024-12-04 18:44:35 -08:00
Ken-ichi
7bd46be9d6 fix: load new Explore results when filters change (#2507)
URL params got removed from the query key as a part of pull-to-refresh, but
that's how changes to filters were triggering a new request. This restores
that behavior, adds a test to ensure changes to filters call the API again,
and fixes the prior test of pull to refresh which was not testing the
equivalent behavior when pulling to refresh (API on first load, so the mock
needed to be cleared).
2024-12-03 18:41:56 -08:00
Amanda Bullington
bd6bed71ce Simplify bottom sheet component; don't use onChange to close (#2226) 2024-10-03 21:36:17 -07:00