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

69 commits

Author SHA1 Message Date
Fedor Katurov
e483079baf add analytics 2023-12-29 12:11:32 +07:00
Fedor Katurov
efbaf13151 refactor main components and IProps 2023-11-22 19:59:17 +06:00
Fedor Katurov
7a7b7a4bf9 refactored react imports 2023-11-20 22:35:07 +06:00
Fedor Katurov
60da84aad9 refactor PageCoverProvider 2023-11-19 17:26:29 +06:00
Fedor Katurov
81fba4a1be add "welcome" page 2023-11-05 18:07:17 +06:00
Fedor Katurov
bd802ede10 let users like comments 2023-11-01 21:02:48 +06:00
Fedor Katurov
a26e4168fd fix eslint 2023-10-30 21:49:10 +06:00
Fedor Katurov
1eb6c9c29d refactor sidebar and stuff 2023-10-26 19:53:00 +06:00
Fedor Katurov
7698d17ed3 add room editor dialog 2023-10-26 19:23:27 +06:00
Fedor Katurov
39eb97b777 add experimental room 2023-10-26 18:38:33 +06:00
Fedor Katurov
811e7740a9 add backlinks 2023-06-11 20:16:55 +06:00
Fedor Katurov
6230a769e0 boris: highlight announce comments 2023-03-18 16:34:47 +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
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
7638bdd1ad
added sample user profile page (#133) 2022-08-14 18:05:39 +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
8a71d3d462 added sidebar router 2022-07-27 16:29:22 +07:00
Fedor Katurov
bcc6ba26ac removed zoom from swiper carousel 2022-07-22 17:48:09 +07:00
Fedor Katurov
bb81bdae69 fixed comments loader 2022-07-17 13:27:33 +07:00
Fedor Katurov
8c17c02b3e preloading flow recents 2022-07-16 15:59:14 +07:00
Fedor Katurov
66a32ae3cb preloading node comments 2022-07-16 15:58:20 +07:00
Fedor Katurov
42c9fed92c fixed eslint 2022-03-28 09:20:47 +07:00
Fedor Katurov
100c4c138a added sample settings page 2022-03-25 20:52:39 +07:00
Fedor Katurov
7fbbab363d fixed canonical URL 2022-03-03 10:59:07 +07:00
Fedor Katurov
83065e6bfd added 500 page 2022-02-15 20:05:43 +07:00
Fedor Katurov
ff8221fc1b added page 404 2022-01-29 17:20:41 +07:00
Fedor Katurov
971f7a4984 added static generation for nodes 2022-01-28 10:39:53 +07:00
Fedor Katurov
a497912049 fixed rerendering issues on flow 2022-01-25 11:06:03 +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
67e4ed3e16 (nextjs) fixed image slider initial position 2022-01-19 14:22:47 +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
c469722a86 (nextjs) fixed fonts 2022-01-19 11:37:26 +07:00
Fedor Katurov
d9127e5b7c (nextjs) fixed getServerSideProps typings 2022-01-17 18:42:23 +07:00
Fedor Katurov
2d9d88f1a1 (nextjs) added node preloader 2022-01-17 18:27:31 +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
28b8242b4d added next app.tsx layout 2022-01-13 10:57:40 +07:00
Fedor Katurov
d9feff085a added useMemos to get data hooks 2022-01-09 19:28:23 +07:00
Fedor Katurov
1904153bba removed mobx-react from deps 2022-01-09 19:14:30 +07:00
Fedor Katurov
a4bb07e9cf removed redux completely 2022-01-09 19:03:01 +07:00
Fedor Katurov
558e8f8a4f removed player reducer, migrated to CRA 5 2022-01-07 18:32:22 +07:00
Fedor Katurov
811e14fd4c fixed inputs 2022-01-04 17:36:05 +07:00
Fedor Katurov
7dfa6f89c7 moved search provider to the top of the app 2022-01-04 15:54:40 +07:00
Fedor Katurov
38eedab3c2 completely removed flow-related sagas 2022-01-04 15:08:20 +07:00
Fedor Katurov
5f3accee48 added flow context 2022-01-04 13:44:51 +07:00
Fedor Katurov
120bf8954c removed boris reducer 2022-01-02 21:28:31 +07:00
Fedor Katurov
168ba8cc04 removed almost all node sagas 2022-01-02 20:44:41 +07:00