72 Commits

Author SHA1 Message Date
Alexander Zinchuk
6054151969 Support Emoji 15.1 & fixes (#4343) 2024-03-08 12:48:46 +01:00
Alexander Zinchuk
9ee90020dc StricterDOM: Check config before enabling (#4250) 2024-02-06 16:54:37 +01:00
Alexander Zinchuk
0f5bdc05be Bump dependencies (#4017) 2023-12-12 12:42:08 +01:00
Alexander Zinchuk
fb614840f6 Refactoring: Introduce eslint-plugin-simple-import-sort plugin (#3802) 2023-09-13 12:22:11 +02:00
Alexander Zinchuk
7dd9c2e677 Electron: Various improvements (#3310) 2023-07-20 16:01:03 +02:00
Alexander Zinchuk
50ad3fee78 GramJS: Fix request errors on init (#3517) 2023-07-06 09:57:57 +02:00
Alexander Zinchuk
e056ed231b [Perf] Remove some redundant memo containers 2023-07-06 09:57:44 +02:00
Alexander Zinchuk
82f42b6e35 Introduce Electron version (#2053) 2023-06-02 15:06:26 +02:00
Alexander Zinchuk
516c285c9b Auth QR Code: Better animation 2023-05-15 10:55:25 +02:00
Alexander Zinchuk
cfc71da0c1 [Perf] More performance fixes 2023-04-25 17:27:14 +04:00
Alexander Zinchuk
dba6963c34 [Perf] Introduce Fasterdom and some performance fixes 2023-04-25 17:27:10 +04:00
Alexander Zinchuk
f2e9970077 Authentication: Optimizing the initial load of langpack (#2862) 2023-03-30 18:28:50 -05:00
Alexander Zinchuk
fd7c7b5dc2 Auth: Optimize initial loading (#2852) 2023-03-30 18:28:50 -05:00
Alexander Zinchuk
21678cfd51 [Refactoring] Rename environment.ts → windowEnvironment.ts to avoid incorrect usage 2023-03-19 22:32:31 -05:00
Alexander Zinchuk
9c25abbd9a [Refactoring] Revise hook dependencies (#2424) 2023-02-08 00:43:47 +01:00
Alexander Zinchuk
2a7c78c12a Multiple Tabs: Introduce Multiple Tabs Support (#2221) 2023-01-28 02:21:33 +01:00
Alexander Zinchuk
3dab7609e3 Dynamic Resize (#2291) 2023-01-28 02:18:43 +01:00
Alexander Zinchuk
20549cb6aa Login: Fix pt-br suggestion translation (#2171) 2022-12-06 13:31:21 +01:00
Alexander Zinchuk
d6972c2a6f Revert "Revert "Fix Web Token login (again) (#2137)""
This reverts commit 9a9ea40166b7f0ad3af5650c353b155df028ce79.
2022-11-18 00:54:39 +04:00
Alexander Zinchuk
9a9ea40166 Revert "Fix Web Token login (again) (#2137)"
This reverts commit 1a87b3cd539030e0a9646fae30f314c71254f6ed.
2022-11-16 18:26:04 +04:00
Alexander Zinchuk
1a87b3cd53 Fix Web Token login (again) (#2137) 2022-11-16 16:16:15 +04:00
Alexander Zinchuk
86e4bd1f3c Auth: Screen transitions 2022-09-15 10:17:54 +02:00
Alexander Zinchuk
893e6b4321 [Size] Auth: Make QR code lib async (#2021) 2022-09-12 11:05:56 +02:00
Alexander Zinchuk
0b1a204ef1 SEO Improvements; Support <noscript> tag (#1927) 2022-07-08 15:00:15 +02:00
Alexander Zinchuk
05ca268f6b [Refactoring] Animated icons (#1897) 2022-05-31 20:58:47 +04:00
Alexander Zinchuk
017170c2e2 Introduce Lock Screen and Passcode (#1839) 2022-05-31 20:58:35 +04:00
Alexander Zinchuk
70ccff110a [Refactoring] Prefer import type (#1884) 2022-05-30 15:40:11 +04:00
Alexander Zinchuk
697b709d89 Re-write browser history; Introduce playwright tests (another attempt) (#1809) 2022-05-03 14:17:05 +01:00
Alexander Zinchuk
fe8f147a59 Auth QR Code: Better animation 2022-04-19 15:12:20 +02:00
Alexander Zinchuk
b2ad6a0ae4 Auth / QR Code: New animated design (#1778) 2022-03-25 13:15:59 +01:00
Alexander Zinchuk
41a67c9baf [Refactoring] ESLint: Add addCallback where possible (#1780) 2022-03-25 13:15:55 +01:00
Alexander Zinchuk
3af50d1516 Auth QR Code: Better text formatting 2022-03-19 21:19:41 +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
07ffad4425 [Dev] Fix eslint; Update dependencies (#1754) 2022-03-19 21:18:43 +01:00
Alexander Zinchuk
1aac51057d [Dev] Stylelint: Raise error for low performance animations (#1738) 2022-03-11 13:51:06 +01:00
Alexander Zinchuk
233979405a Auth: Polish UI, fix exception 2022-03-05 18:06:20 +01:00
Alexander Zinchuk
50c3614fee [Refactoring] More stylelint constraints; Update browserlist (#1708) 2022-02-20 13:39:06 +02:00
Alexander Zinchuk
5aa591eab5 [Dev] Introduce stylelint (#1706)
Co-authored-by: Alexander Zinchuk <alx.zinchuk@gmail.com>
Co-authored-by: Anton Korenskoy <anton@korenskoy.ru>
2022-02-11 15:13:07 +01:00
Alexander Zinchuk
70774928fc [Refactoring] Fix some TS typings, update some dependencies (#1702) 2022-02-11 15:13:05 +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
b43eab4ccb Auth QR Code: Fix loading default lang pack 2021-12-14 22:40:57 +04:00
Alexander Zinchuk
944e843ff1 Auth Phone Number: Fix selecting countries with the same phone code (#1475) 2021-09-29 14:24:48 +03:00
Alexander Zinchuk
a90019a2f2 Auth QR Code: Always use white background (#1459) 2021-09-24 14:37:15 +03:00
Alexander Zinchuk
00daafc654 Get countries and phone codes from server (#1422) 2021-09-03 18:31:24 +03:00
Alexander Zinchuk
98b3939dea [Refactoring] Use optional chaining operator (#1400) 2021-08-27 21:05:46 +03:00
Alexander Zinchuk
10309e44dc Auth: Prevent refresh when rotating device 2021-08-16 20:42:00 +03:00
Alexander Zinchuk
af8248dcf2 Payment Modal: Support Payments 2.0 (#1375) 2021-08-16 14:21:22 +03:00