Satellite-im / Core-PWA

Satellite Core is a decentralized p2p voice, video, and text chat application and is under heavy development. Check back soon for updates, or check out the latest version at https://core-dev.satellite.im
https://core-dev.satellite.im
Other
40 stars 16 forks source link

settings - timezone #5207

Closed molimauro closed 2 years ago

molimauro commented 2 years ago

remove timezone option and the vvo/tzdb package

josephmcg commented 2 years ago

will rip it out and use new utility functions

molimauro commented 2 years ago

A nice (i think) related feature would be the possibility for the user to see receivers messages datetime in the receiver timezone. That could help when messaging with people with different timezones

josephmcg commented 2 years ago

use this new timestamp util instead of vuex version (mapGetters). You can do a project search for the vuex getter names utilities/timestamp.ts

This component is using new utils components/views/navigation/sidebar/list/item/Item.vue

you can delete this utility and associated package utilities/Timezone.ts

you can delete these getters, and the associated store value, type, and mutation store/settings/getters.ts

josephmcg commented 2 years ago

https://github.com/Satellite-im/Core-PWA/pull/5384