feat: black theme and other UI fixes

This commit is contained in:
Arkaprabha Chakraborty
2026-03-15 01:00:16 +05:30
parent 0a4f5a8b6e
commit 95b8cc0142
19 changed files with 416 additions and 194 deletions

View File

@@ -0,0 +1,3 @@
export const APP_VERSION = '0.1.4';
export const APP_BUILD_NUMBER = 1;
export const APP_VERSION_LABEL = `${APP_VERSION} (${APP_BUILD_NUMBER})`;