Fix mobile scroll jump, add comments, rename to Котограм

This commit is contained in:
2026-05-29 13:58:42 +03:00
parent 4bf9ea22dd
commit 3664b60f10
16 changed files with 352 additions and 34 deletions

View File

@@ -1,5 +1,5 @@
const TOKEN_KEY = 'catstagram_token';
const USER_KEY = 'catstagram_user';
const TOKEN_KEY = 'kotogram_token';
const USER_KEY = 'kotogram_user';
export interface User {
id: number;