Commit Graph

5 Commits

Author SHA1 Message Date
Erik Hellman ba529def21 moved site and app to new directory structure 2021-10-03 21:16:40 +02:00
Jonathan Edenström 3b307d25b3
feat: 🎸 add settings screen (#492)
* feat: add first version of settings

* fix: navigate after logout is now working

* Add settings store with valtio

* fix: fix failing tests

* fix: remove unused module `rn-actionsheet-module`

* fix: remove unused packages

* fix: Remove unused AppearanceProvider

* fix: upgrade to correct version of hermes engine

* fix: correct theme name in selection list

* fix: add missing translations

* fix lint errors

* fix failing tests

* fix: simplify login method logic

* simplify cached personalIdNumber storage

* fix: settings is now always pressable on login screen

* fix: app is correctly rendered when language changes

* chore: rename SettingListItemText to SettingListItem

* fix: fix trailing useEffect error message

* fix: better RTL layout in settings

* add back missing hermes reference

* fix: add useTranslation hook instead of translate

* fix separator styling (includes change for bgColor)

* Add missing translation

* fix: 🐛 useTranslation on childListItem

Co-authored-by: Andreas Eriksson <addeman@gmail.com>
Co-authored-by: Kajetan Kazimierczak <kajetan@hotmail.com>
2021-09-29 17:31:47 +02:00
Rickard Natt och Dag 5a27cdcee0
chore(jest): ta bort oanvända transformIgnorePatterns (#220) 2021-03-29 15:36:25 +02:00
Viktor Sarström acab02133d Fixes tests, NativeAnimatedHelper was moved. Also added @react-native to transformignorepatterns 2021-03-29 14:37:13 +02:00
Rickard Natt och Dag 6a851797c7
chore: samla jest-konfiguration och lägg till jest-watch-typeahead 2021-03-25 12:57:16 +01:00