zubiden
|
a6b913c49e
|
Migrate some components from FC (#6543)
|
2025-12-22 22:53:57 +01:00 |
|
Alexander Zinchuk
|
d81fe3ec96
|
Button Icons: Migrate button icons to new api (#6505)
|
2025-11-22 12:54:16 +01:00 |
|
Alexander Zinchuk
|
a652cf97ae
|
Floating Action Button: Fix transition (#6440)
|
2025-11-06 11:36:48 +01:00 |
|
zubiden
|
7c6f646153
|
Profile: Display user background (#6205)
|
2025-09-30 16:52:04 +02:00 |
|
zubiden
|
8b1358dd8b
|
TeactN: Force full state return in withGlobal (#6240)
|
2025-09-19 14:35:16 +02:00 |
|
Alexander Zinchuk
|
c78ea0e276
|
[Perf] Simpler transitions for medium animation level
|
2025-08-21 12:07:24 +02:00 |
|
zubiden
|
5b210b1755
|
Teact: Use jsx-runtime (#5969)
|
2025-06-04 20:41:58 +02:00 |
|
Alexander Zinchuk
|
f2d14ca78f
|
Manage Discussion: Fix creating new linked chat in channels (#5958)
Co-authored-by: zubiden <19638254+zubiden@users.noreply.github.com>
|
2025-06-04 20:41:25 +02:00 |
|
zubiden
|
b4772cc542
|
[dev] More improvements for linting (#5951)
|
2025-06-04 20:40:56 +02:00 |
|
Alexander Zinchuk
|
fa791bbe24
|
New Chat: Fix clearing input after confirming user selection (#5941)
|
2025-06-04 20:40:51 +02:00 |
|
Alexander Zinchuk
|
f38f7d65cc
|
Bump dependencies
|
2025-06-04 20:36:48 +02:00 |
|
zubiden
|
842d2432a1
|
Gift Transfer: Add 2FA set up button (#5876)
|
2025-05-14 19:01:49 +03:00 |
|
Alexander Zinchuk
|
a6f8f232a8
|
Introduce Multi-Accounts
|
2025-04-23 18:57:46 +02:00 |
|
zubiden
|
45fc7aac7c
|
Support gift transfer (#5555)
|
2025-02-13 14:27:52 +01:00 |
|
zubiden
|
88f14ab310
|
[Refactoring] Migrate to Icon component (#5485)
|
2025-01-21 18:29:39 +01:00 |
|
zubiden
|
7e316db081
|
CSS: Use variables to define font weight (#5342)
|
2024-12-29 11:58:36 +01:00 |
|
Alexander Zinchuk
|
729e4ad791
|
UI: Picker refactoring (#4773)
|
2024-08-29 15:52:16 +02:00 |
|
zubiden
|
dd3c6bc70f
|
Global Search: Use server order (#4752)
|
2024-07-15 15:52:10 +02:00 |
|
zubiden
|
9d2a928968
|
[Refactoring] Implement own localization provider (#4631)
|
2024-06-18 16:30:25 +02:00 |
|
Alexander Zinchuk
|
a6d0102582
|
Remove unused code and constants (#4423)
|
2024-03-29 20:51:11 +01:00 |
|
Alexander Zinchuk
|
c3c71cbc9e
|
Introduce Saved dialogs (#4177)
|
2024-02-06 16:54:37 +01:00 |
|
Alexander Zinchuk
|
3ef2fa7680
|
New Chat Step: Generate default chat name (#4033)
|
2023-12-04 14:56:18 +01:00 |
|
Alexander Zinchuk
|
fb614840f6
|
Refactoring: Introduce eslint-plugin-simple-import-sort plugin (#3802)
|
2023-09-13 12:22:11 +02:00 |
|
Alexander Zinchuk
|
e056ed231b
|
[Perf] Remove some redundant memo containers
|
2023-07-06 09:57:44 +02:00 |
|
Alexander Zinchuk
|
ce9e5b03d8
|
Introduce Chat Lists (#3046)
|
2023-04-26 21:18:42 +04:00 |
|
Alexander Zinchuk
|
fb2d87f0d6
|
Update to layer 158 (#3040)
|
2023-04-25 17:27:49 +04:00 |
|
Alexander Zinchuk
|
cfc71da0c1
|
[Perf] More performance fixes
|
2023-04-25 17:27:14 +04:00 |
|
Alexander Zinchuk
|
21678cfd51
|
[Refactoring] Rename environment.ts → windowEnvironment.ts to avoid incorrect usage
|
2023-03-19 22:32:31 -05:00 |
|
Alexander Zinchuk
|
2a7c78c12a
|
Multiple Tabs: Introduce Multiple Tabs Support (#2221)
|
2023-01-28 02:21:33 +01:00 |
|
Alexander Zinchuk
|
15e586d772
|
Reactions: Fix quick reactions, refetch configs (#2178)
Co-authored-by: undrfined <undrfined@gmail.com>
|
2022-12-15 19:19:30 +01:00 |
|
Alexander Zinchuk
|
70ccff110a
|
[Refactoring] Prefer import type (#1884)
|
2022-05-30 15:40:11 +04:00 |
|
Alexander Zinchuk
|
e4b2b0911f
|
Fix some user loading problems (#1868)
|
2022-05-20 17:54:34 +02:00 |
|
Alexander Zinchuk
|
697b709d89
|
Re-write browser history; Introduce playwright tests (another attempt) (#1809)
|
2022-05-03 14:17:05 +01:00 |
|
Alexander Zinchuk
|
41a67c9baf
|
[Refactoring] ESLint: Add addCallback where possible (#1780)
|
2022-03-25 13:15:55 +01:00 |
|
Alexander Zinchuk
|
e204fa36a5
|
[Refactoring] Rename modules/* -> global/*
|
2022-03-19 21:19:11 +01:00 |
|
Alexander Zinchuk
|
b025fccf0f
|
[Refactoring] TeactN: addReducer => addActionHandler, getDispatch => getActions
|
2022-03-19 21:19:08 +01:00 |
|
Alexander Zinchuk
|
10749c62ca
|
[Dev] TeactN: Support project-wise and action payload typing
|
2022-03-19 21:19:05 +01:00 |
|
Alexander Zinchuk
|
341dda37eb
|
New Chat: Fix missing users
|
2022-01-10 15:17:51 +01:00 |
|
Alexander Zinchuk
|
3ef7136621
|
[Perf] TeactN: Get rid of redundant iterations for global actions
|
2021-12-31 18:17:27 +01:00 |
|
Alexander Zinchuk
|
f6cd826e7f
|
[Perf] Forward Modal: Fix missing contacts; Optimize text filtering in large lists
|
2021-12-24 01:26:06 +01:00 |
|
Alexander Zinchuk
|
7ea9dd116f
|
New Chat: Fix freezing when users disable adding them to groups (#1552)
|
2021-11-19 03:22:30 +03:00 |
|
Alexander Zinchuk
|
1e60003f5a
|
Update to layer 133 (#1525)
|
2021-11-05 22:03:02 +03:00 |
|
Alexander Zinchuk
|
98b3939dea
|
[Refactoring] Use optional chaining operator (#1400)
|
2021-08-27 21:05:46 +03:00 |
|
Alexander Zinchuk
|
08a27a98b8
|
Management: Support adding and removing members, fix editing legacy groups (#1224)
|
2021-07-16 17:44:17 +03:00 |
|
Alexander Zinchuk
|
0a594a84e1
|
Full browser history support (#1181)
|
2021-07-13 17:31:30 +03:00 |
|
Alexander Zinchuk
|
339c747784
|
[Refactoring] Get rid of server offset in chat sorting (#1243)
|
2021-07-07 15:37:50 +03:00 |
|
Alexander Zinchuk
|
81b1d9d432
|
[Perf] Adjust animation curves
|
2021-07-07 13:28:59 +03:00 |
|
Alexander Zinchuk
|
2c7c23715c
|
Media Viewer: Allow to hide caption by tap on mobile (#1196)
|
2021-06-22 13:54:25 +03:00 |
|
Alexander Zinchuk
|
dcd3803263
|
Support server time offset (#1186)
|
2021-06-19 11:20:55 +03:00 |
|
Alexander Zinchuk
|
5c1df65a0c
|
Fix Create Chat: Can't create a channel without subscribers (#1115)
|
2021-05-24 13:09:54 +03:00 |
|