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

60 commits

Author SHA1 Message Date
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
Fedor Katurov
f76a5a4798 refactored hooks directory 2022-01-02 18:17:09 +07:00
Fedor Katurov
0bc2ff250f fixed node actions 2022-01-02 18:05:52 +07:00
muerwre
c2d1c2bfc9
99 use swr (#100)
* 99: made node use SWR

* 99: fixed comments for SWR node

* 99: added error toast to useNodeFormFormik.ts
2022-01-02 17:10:21 +07:00
Fedor Katurov
d2893d1fa3 fixed lost node context on boris 2021-12-10 09:14:06 +07:00
Fedor Katurov
1dcf0753ea updating related on tags changed 2021-11-22 17:40:46 +07:00
Fedor Katurov
96f1529f2b made lab use provider and context 2021-11-22 16:24:46 +07:00
Fedor Katurov
19af0c0856 fixed boris infinite reloading 2021-11-21 17:35:19 +07:00
Fedor Katurov
e8f8e3536d removed node related from sagas and reducers 2021-11-21 17:15:44 +07:00
Fedor Katurov
d202a8cb18 added node related provider 2021-11-21 17:09:58 +07:00