1
0
Fork 0
mirror of https://github.com/muerwre/vault-frontend.git synced 2025-04-25 21:06:42 +07:00
Commit graph

244 commits

Author SHA1 Message Date
Fedor Katurov
14bf5be65f notifications: show toggle button on list if notifications disabled 2023-03-16 14:22:52 +06:00
Fedor Katurov
7135d06673 notifications: notification settings page 2023-03-16 11:00:29 +06:00
Fedor Katurov
e49f69a4e6 telegram: refreshing notification settings on account attachment 2023-03-13 18:48:38 +06:00
Fedor Katurov
47eee7d166 telegram: now able to delete it 2023-03-13 18:26:16 +06:00
Fedor Katurov
dc90f2505c notifications: added profile indicator 2023-03-12 11:07:32 +06:00
Fedor Katurov
97590d88af notifications: updating lastSeen when list is opened 2023-03-11 19:30:37 +06:00
muerwre
a39d000ff2
add user notifications (#148)
* added notification settings

* notifications: added list to profile

* notifications: changed appearance for comment notifications
2023-03-11 17:16:31 +06:00
Fedor Katurov
182ff11d2b added lazy loading to lab 2022-12-07 13:17:47 +06:00
Fedor Katurov
10bb6f01b5 added lazy loading to NodeImageSwiperBlock 2022-12-06 21:34:36 +06:00
Fedor Katurov
75dc20ca0b fixed user hydration 2022-11-22 10:51:18 +06:00
Fedor Katurov
ed9694c246 fixed theme memoization 2022-11-21 16:05:00 +06:00
muerwre
080d59858c
Отрефакторил бэк, исправил ошибки (#138)
* fixed paths to match refactored backend

* fixed some paths according to new backend

* fixed auth urls for new endpoints

* fixed urls

* fixed error handling

* fixes

* fixed error handling on user form

* fixed error handling on oauth

* using fallback: true on node pages

* type button for comment attach buttons

* fixed return types of social delete

* changed the way we upload user avatars
2022-09-16 14:53:52 +07:00
muerwre
b36dcca0df
moved tags to sidebar (#135) 2022-08-15 12:33:50 +07:00
muerwre
aee4b662d5
Добавил тему "Веспера" 2022-08-14 15:19:54 +07:00
muerwre
5d34090238
Добавили заметки в сайдбар (#126)
* added notes sidebar

* added note dropping and editing

* added sidebar navigation

* handling sidebarchanges over time

* using router back for closing sidebar

* fixed tripping inside single sidebar

* added superpowers toggle to sidebar

* user button opens sidebar now

* added profile cover for profile sidebar

* removed profile sidebar completely

* ran prettier over project

* added note not found error literal
2022-08-12 14:07:19 +07:00
Fedor Katurov
001bdbb196 made settings provider 2022-07-28 17:16:37 +07:00
Fedor Katurov
8a71d3d462 added sidebar router 2022-07-27 16:29:22 +07:00
Fedor Katurov
141b9c0d60 added profile quick info 2022-07-19 16:47:03 +07:00
Fedor Katurov
1241d2c784 added profile quick info 2022-07-19 14:58:28 +07:00
Fedor Katurov
bb81bdae69 fixed comments loader 2022-07-17 13:27:33 +07:00
Fedor Katurov
9964203c18 fixed type import 2022-07-15 17:24:03 +07:00
Fedor Katurov
3dfd886570 added months passed to comments 2022-07-15 16:45:59 +07:00
Fedor Katurov
6651cfa536 fixed toast colors 2022-07-14 22:03:58 +07:00
Fedor Katurov
c0f8766ec6 made curves on basic graphs 2022-03-30 16:04:01 +07:00
Fedor Katurov
ddf2b6eda3 added lab search 2022-03-29 17:40:48 +07:00
Fedor Katurov
948f3a7e04 added lab sorting 2022-03-23 17:54:51 +07:00
Fedor Katurov
77d59625d1 optimized imports 2022-03-23 14:26:14 +07:00
Fedor Katurov
5cd1064140 added new flow presets 2022-03-15 12:09:00 +07:00
Fedor Katurov
7fbbab363d fixed canonical URL 2022-03-03 10:59:07 +07:00
Fedor Katurov
e8f1bec1fb upgraded marked to the latest version 2022-01-28 11:16:27 +07:00
Fedor Katurov
145b601a96 fixed modal backdrops on safari and placeholders 2022-01-27 18:57:33 +07:00
Fedor Katurov
7f57c10f0c fixed page title separator 2022-01-27 15:15:37 +07:00
Fedor Katurov
097b091abd fixed ramda imports to reduce bundle size 2022-01-25 11:24:42 +07:00
Fedor Katurov
27763be864 added session for auth 2022-01-21 17:56:17 +07:00
Fedor Katurov
1f296e9ed8 added nextjs flow preloading 2022-01-20 16:33:40 +07:00
Fedor Katurov
2ebafbad52 (nextjs) added page titles everywhere 2022-01-19 16:16:39 +07:00
Fedor Katurov
0838bf7ee6 (nextjs) added eslint and import sorting 2022-01-19 12:30:04 +07:00
Fedor Katurov
e5f8d5a551 (nextjs) fixed eslint warnings 2022-01-19 12:03:54 +07:00
Fedor Katurov
d9127e5b7c (nextjs) fixed getServerSideProps typings 2022-01-17 18:42:23 +07:00
Fedor Katurov
c5bac54494 (nextjs) fixed flow loading, anchors and styles 2022-01-17 16:13:45 +07:00
Fedor Katurov
7658068caa made transitional Anchor component for next/cra 2022-01-13 14:12:39 +07:00
Fedor Katurov
8bac6bb2f7 made nextjs-ready config 2022-01-13 12:37:15 +07:00
Fedor Katurov
de999a0f1f moved Audio to useRef 2022-01-13 10:39:37 +07:00
Fedor Katurov
8f0ed34790 fixed toasts 2022-01-09 20:52:02 +07:00
Fedor Katurov
d4d200f6ef optimized imports 2022-01-09 20:34:27 +07:00
Fedor Katurov
85d20e5009 fixed tag autocomplete behaviour 2022-01-09 19:55:02 +07:00
Fedor Katurov
e90f8b6888 fixed auth hydration 2022-01-09 19:32:37 +07:00
Fedor Katurov
d9feff085a added useMemos to get data hooks 2022-01-09 19:28:23 +07:00
Fedor Katurov
a4bb07e9cf removed redux completely 2022-01-09 19:03:01 +07:00
Fedor Katurov
26e6d8d41b fixed quotes 2022-01-08 19:09:24 +07:00