1
0
mirror of https://github.com/tooot-app/app synced 2025-06-05 22:19:13 +02:00

10 Commits

Author SHA1 Message Date
1ea6aff328 619 restructure local storage (#628)
* To MMKV migration working

* POC migrated font size settings

* Moved settings to mmkv

* Fix typos

* Migrated contexts slice

* Migrated app slice

* POC instance emoji update

* Migrated drafts

* Migrated simple instance properties

* All migrated!

* Re-structure files

* Tolerant of undefined settings

* Can properly logging in and out including empty state
2022-12-28 23:41:36 +01:00
7c48c61c99 Using new text component
Need to use global accessibility checks rather than per text component which is not efficient
2022-05-07 00:52:32 +02:00
6f0c318d06 Implemented new dark theme 2022-02-12 14:51:01 +01:00
0b659913dc Partially fixed #113 2021-05-09 21:59:03 +02:00
4f0621bbff Force all tex to have both font size and line height
https://github.com/facebook/react-native/issues/19193 describes the issue. But https://github.com/facebook/react-native/issues/19193#issuecomment-467852112 suggestion does not look well with PingFang and English
2020-12-29 00:21:05 +01:00
da79674548 Rewrite all buttons 2020-12-26 23:05:17 +01:00
177afe1dd1 Fix back button
Using customized component, need to get `navigation` from props instead of hooks
2020-12-14 22:33:19 +01:00
48cab6053c Use new alias 2020-12-13 14:04:25 +01:00
7d7c907fa3 Poll working
But did not re-render
2020-12-03 01:28:56 +01:00
6a5d9e7fb8 My lists are done 2020-11-22 00:46:23 +01:00