Skip to content

Commit 4013fa2

Browse files
PriestFariavaniog
andauthored
Community
* fix icons centering in user card * fixed: check chat membership * fixed: chat membership check x2 * feature: scroll memory * scroll memory for chats * Refactor/client/query (#51) * api hooks * membership and stores refactor * invitation page refactor * tg launch params store * edit profile refactor * remove scroll logginh * refactor chats page * fixed fucking caching for god's sake * chat page query refactor * remove trash components (will do later) * chats information store * fix back button behavior * base types * api implementation * new hooks, api types fix * users apu hooks * cache fixes * join and leave community hooks * used fetching community api, some minor fixes in api types * another api fix * member card * extract fields hook * render refactor, fields hook refactor * profiles redirection * custom forms boilerplate * registration and api fixes * registration redirection fixes (thank god, i've done it...) * profile editing in community * just a commit * fix lint * editing in general profile base functionality * edit profile in community * registration in community * create community choose screen * progress bar boilerplate * fix lint * drag n drop boilerplate * mobile device drag-n-drop * fix nav bug * finalyy done freaking fields constructor * store memorizing fields * fix memorizing field type * lint fix * minor fix * back button fix * community creation * fix lint * create community hook and patch admin connection * done creating communitites * community creations * fixed registration form and invite<->communities redirection * fix lint * member card design fixes * aaaaaaaaaaaa i've gone insane * admin panel boilerplate * edit community with chat description * added all new functionality with multiprofiles * fix lint * about flow changes * about flow done * redirection invite fix2 * qr boilerplate * done in creation community * fix animations * fix lint * fixed membership requiring * preloader * hmm * lint fix * another redirection fix * community config fixes * finished debug, remove logs * fix lint * policy updated * community patch fix: avatar * create spam fix * info icon in commmunity preview * default values in edit chat without settings * state button in edit description page community without chat * resolve changes 2 * Merge main force --------- Co-authored-by: vaniog <vaniog@yandex-team.ru>
1 parent d3f0959 commit 4013fa2

File tree

136 files changed

+4714
-1469
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

136 files changed

+4714
-1469
lines changed

client/package-lock.json

Lines changed: 128 additions & 0 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

client/package.json

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -11,16 +11,22 @@
1111
"preview": "vite preview"
1212
},
1313
"dependencies": {
14+
"@dnd-kit/core": "^6.3.1",
15+
"@dnd-kit/modifiers": "^9.0.0",
16+
"@dnd-kit/sortable": "^10.0.0",
1417
"@tailwindcss/vite": "^4.0.13",
18+
"@tanstack/react-query": "^5.74.8",
1519
"@telegram-apps/sdk-react": "^3.1.2",
1620
"axios": "^1.8.3",
1721
"motion": "^12.5.0",
1822
"node": "^23.9.0",
1923
"react": "^19.0.0",
2024
"react-dom": "^19.0.0",
25+
"react-hook-form": "^7.56.3",
2126
"react-router-dom": "^7.3.0",
2227
"shamps-tunnel": "^1.1.3",
2328
"tailwindcss": "^4.0.13",
29+
"uuid": "^11.1.0",
2430
"zustand": "^5.0.3"
2531
},
2632
"devDependencies": {

client/public/config.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
11
window.api = {
2-
BOT_USERNAME: "vaniog_tglink_bot",
2+
BOT_USERNAME: "leenky_dev_bot",
33
API_URL: "https://app.dev.leenky.ru",
44
};

0 commit comments

Comments
 (0)