chore: updated i18n translation, minor ux improvements

This commit is contained in:
Liyas Thomas
2022-12-17 09:57:57 +05:30
parent d36ab337d7
commit 3d7b057026
34 changed files with 197 additions and 7 deletions

View File

@@ -205,7 +205,6 @@
</SmartTabs>
</div>
</div>
<FirebaseLogin :show="showLogin" @hide-modal="showLogin = false" />
</div>
</div>
</template>
@@ -219,6 +218,7 @@ import {
setEmailAddress,
verifyEmailAddress,
} from "~/helpers/fb/auth"
import { invokeAction } from "~/helpers/actions"
import { useReadonlyStream } from "@composables/stream"
import { useI18n } from "@composables/i18n"