aboutsummaryrefslogtreecommitdiffstats
path: root/src/stores/AppStore.ts
Commit message (Collapse)AuthorAge
* fix: change locale not working (#561)Libravatar André Oliveira2022-08-19
| | | fix: locale not changing
* chore: change values inside mobx actions to fix console warnings (#532)Libravatar André Oliveira2022-08-03
|
* Feature: Add Release Notes (#491)Libravatar André Oliveira2022-07-19
| | | | Co-authored-by: Vijay A <vraravam@users.noreply.github.com> Co-authored-by: Ricardo Cino <ricardo@cino.io>
* Use defaults defined in one place instead of hardcoding in multiple placesLibravatar Vijay A2022-07-14
|
* Fix blank screen after in-app update on Windows (#464)Libravatar André Oliveira2022-07-11
| | | Fix blank screen after in-app update on Windows #460
* chore: Mobx & React-Router upgrade (#406)Libravatar Ricardo Cino2022-07-07
| | | Co-authored-by: Vijay A <vraravam@users.noreply.github.com>
* chore: Use relative paths while importing from custom codeLibravatar Vijay A2022-07-04
|
* Use default exports instead of named exportsLibravatar Vijay A2022-07-02
|
* Fix toggle for pre-release updates on Ubuntu (#393)Libravatar André Oliveira2022-06-29
| | | Fixes #391
* chore: transform containers/settings from js to tsx (#384)Libravatar Ricardo Cino2022-06-27
|
* feat: remember collapsed state of hamburger menu on refresh/reboot (#373)Libravatar Ricardo Cino2022-06-26
|
* chore: turned all auth containers into typescript (#375)Libravatar Ricardo Cino2022-06-26
|
* chore: Transform AppStore.js into Typescript (#329)Libravatar Ricardo Cino2022-06-21
* turn actions into typescript * correct tsconfig * added TypedStore