Commit Graph

17 Commits

Author SHA1 Message Date
4303fe2cc4 Use deno fmt instead of prettier 2023-06-27 15:16:59 +12:00
a5ddf5c94d Use React.memo in Select.tsx 2022-12-30 19:39:35 +13:00
567e885e76 Make best view select consistent with SettingsPage 2022-12-01 15:51:39 +13:00
Tiffany Barclay
a3e0ba84cb Change width of select label 2022-11-30 20:47:16 +13:00
de4c8081a6 Add labels to selects 2022-11-30 15:15:19 +13:00
dc27ae9868 Split up dark and light color settings
Previously it was possible to choose a color combination
that was almost impossible to read (due to contrast).
Now we have prevented this from happening, as well as
giving the user more customizability.
2022-11-26 13:15:12 +13:00
29cbc43534 Use first item for Select.tsx if no value is found 2022-11-21 17:54:45 +13:00
38332c193c Fix settings page crashing
Select.tsx was crashing if it couldn't
find a label for the selected value.
2022-11-20 21:47:05 +13:00
6012747643 Merge branch 'master' of gitea.presley.nz:brandon.presley/Massive 2022-11-16 18:30:21 +13:00
e6488c38c5 Add missing key to menu item 2022-11-16 18:27:49 +13:00
3528ba593f Finish removing react-native-picker-select
Replaced with react-native-paper menus.
2022-11-16 18:17:59 +13:00
e7e2f299da Start moving select dropdowns to use menus 2022-11-16 18:01:40 +13:00
261f1c8bf0 Fix colors of selects in settings 2022-11-16 14:46:45 +13:00
ae842e0ad7 Fix placeholder for Select 2022-11-16 14:32:47 +13:00
162d67c351 Start work on pickers that work on android+ios 2022-11-15 19:51:15 +13:00
18eaa9fc14 Adjust spacing of SettingsPage 2022-11-02 12:28:11 +13:00
fadab1f30b Fix colors of pickers in SettingsPage 2022-11-01 16:06:25 +13:00