Commit Graph

242 Commits

Author SHA1 Message Date
Ilya Y
db417ea51d
Feature/profile links update (#215)
* Change tabs by route
* Refactoring Author profile
2023-09-16 09:26:19 +03:00
Ilya Y
f060841672
Add apiReqest to random topucs in Header (#220) 2023-09-15 17:41:11 +03:00
Ilya Y
e4964e8e15
pass randomTopics as prop to PageLayout in AllTopics view (#218) 2023-09-14 16:02:07 +03:00
Kosta
019c4540d0
Fix/main menu (#216)
* Subnavigation fixes
* pass randomTopics as prop to header
---------

Co-authored-by: kvakazyambra <kvakazyambra@gmail.com>
Co-authored-by: ilya-bkv <i.yablokov@ccmp.me>
2023-09-14 14:40:46 +03:00
Ilya Y
9c7f6249a4
Profile settings update view (#214)
Profile settings update view
2023-09-09 15:04:46 +03:00
Igor Lobanov
f71baf4ac8 Merge branch 'main' into feature/157-update-main-navigation 2023-09-05 11:22:28 +02:00
Ilya Y
6ae2fb07fc
Feature/profile reorganise (#196)
* Profile reorganise
2023-09-01 17:28:50 +03:00
68fa4e47dd banner-text-updated 2023-08-31 15:06:38 +03:00
Arkadzi Rakouski
52d8a01a50
add floating panel for profile settings (#186)
* add floating panel for profile settings

* resolve conversation

* don't show beforeunload message after save profile form

---------

Co-authored-by: ilya-bkv <i.yablokov@ccmp.me>
2023-08-18 18:37:14 +02:00
2ccdda19c4 Update main navigation 2023-08-17 23:28:24 +03:00
Igor Lobanov
a94b8343b4
harmless changes (#178)
* harmless changes

* build fix
2023-08-14 17:50:03 +02:00
Igor Lobanov
64bd3defcd
Revert "add useconfirm for req actions & fixes for toc (#155)" (#173)
This reverts commit b5708d26cd.
2023-08-14 15:42:12 +02:00
Ilya Y
e51cff6fb8
Add auto save in SimplifiedEditor (#164)
* Add auto save in SimplifiedEditor

* remove unused imports
2023-08-13 23:26:40 +02:00
Arkadzi Rakouski
b5708d26cd
add useconfirm for req actions & fixes for toc (#155)
* add useconfirm for req actions & fixes for toc

* add interval for editor

* revert editor interval

* refactor by review comments

* add sticky pos for table of contents

* refactor toc for editor

* add debounce

* refactor by review comments

* Merge remote-tracking branch 'origin/main' into fix/useconfirm_n_tableofcont

# Conflicts:
#	package.json
#	src/components/Article/Comment.tsx
#	src/pages/profile/profileSettings.page.tsx

---------

Co-authored-by: bniwredyc <bniwredyc@gmail.com>
2023-08-13 17:51:02 +02:00
Ilya Y
f9c30a99cf
Update Userpic component (#160) 2023-08-11 19:42:41 +03:00
Igor Lobanov
d37dd134b5
404 page (#151)
* 404 page

* lint

* build fix
2023-07-31 22:19:08 +02:00
Ilya Y
ed5f34ac69
Fix Pack (#148) 2023-07-28 22:53:21 +03:00
Igor Lobanov
a607a30b28
client routing fix (#139)
* client routing fix

* lint
2023-07-19 21:48:24 +02:00
Ilya Y
664adfc2dc
refacor video upload (#138)
* refacor video upload

* remove unused imports
2023-07-19 14:00:58 +03:00
Ilya Y
be9fea1265
audio hotfixies (#126)
* - audio hotfixies

* refactoring: audio player

* Update volume control styles

* Artist Data conditional render

* Update composeMediaItems title with remove File Extension

---------

Co-authored-by: bniwredyc <bniwredyc@gmail.com>
2023-07-18 13:26:32 +02:00
Ilya Y
cd83807204
Feature/audio upload (#120)
* Audio upload 
* Audio player Article View
2023-07-14 16:06:21 +03:00
Igor Lobanov
cf0c4455f3
upload endpoint moved from vercel to backend (#119) 2023-07-13 15:19:52 +02:00
Igor Lobanov
5d2b944a64
Feature/feed (#118)
* feed pages, feed sidebar, styles cleanup

* my feed page

* Restore feed sidebar style

* Minor fix

* Editor style fixes

* feed sort

* code review

---------

Co-authored-by: kvakazyambra <kvakazyambra@gmail.com>
2023-07-07 18:53:01 +02:00
Ilya Y
9f7d5d04b6
Feature/gallery upload (#117)
* upgrade Swiper
2023-07-02 08:08:42 +03:00
Igor Lobanov
75c3d5faea
expo pages (#111)
* layout pages

* lint

* code review, lint, build fix

* lint
2023-06-16 16:47:24 +02:00
Ilya Y
be53a5dce8
Feature/video upload (#107)
* Add Video Player and Video Uploader
* Remove old video component
2023-06-10 17:10:05 +03:00
Ilya Y
659abb5e21
Create page (#106) 2023-05-31 15:23:18 +03:00
e183d0f090 Fixed feedback popup style 2023-05-29 22:39:53 +03:00
186912e2e8 View switcher unification 2023-05-23 01:01:04 +03:00
Ilya Y
afcebb10b1
One page with subscriptions to authors and topics (#99)
* One page with subscriptions to authors and topics

* resolve conversation
2023-05-17 12:41:50 +02:00
bniwredyc
9f3fe229d5 connect form update 2023-05-12 16:36:05 +02:00
bniwredyc
467e8c5e53 connect form fixes 2023-05-12 16:11:00 +02:00
bniwredyc
f5062162b2 newsletter fix attempt, connect form messages 2023-05-12 15:59:40 +02:00
Igor Lobanov
47d14b0a5d
Fix typography feature, scroll top button fix, slugify fix (#93)
* Fix typography feature, scroll top button fix, slugify fix

* build fix, some lint

* refactoring, lint
2023-05-12 15:03:46 +02:00
Igor Lobanov
fb007d65de
connect form fix (#92)
* feddback form fix 1
2023-05-11 20:34:04 +02:00
bniwredyc
eeed093993 connect page hotfix 2023-05-11 14:31:09 +02:00
887c7487ee Fixed main topic style on the article settings page 2023-05-10 23:52:11 +03:00
bniwredyc
01f33413eb main topic select, save topics WiP 2023-05-10 22:20:53 +02:00
bniwredyc
9a1862b575 fixed lint validation, chores, lint, safe lib updates 2023-05-10 01:15:26 +02:00
bniwredyc
961a122279 working publish 2023-05-08 19:29:26 +02:00
bniwredyc
796ca57167 Merge remote-tracking branch 'gitlab/dev' into drafts-2 2023-05-07 17:44:47 +02:00
de61fa09bc Fixed topics control style 2023-05-06 19:12:17 +03:00
bniwredyc
a84bc48910 shout save 2023-05-05 22:05:50 +02:00
bniwredyc
c4ec7d0a7e Merge remote-tracking branch 'gitlab/dev' into drafts
# Conflicts:
#	src/components/Editor/Editor.tsx
#	src/components/Editor/EditorFloatingMenu/EditorFloatingMenu.module.scss
#	src/components/Editor/EditorFloatingMenu/EditorFloatingMenu.tsx
#	src/components/Editor/EditorFloatingMenu/Menu/Menu.tsx
#	src/components/Editor/UploadModal/UploadModalContent.tsx
2023-05-04 21:57:02 +02:00
08cc22b93c Add image by URL, Upload (choose file by button and D&D) 2023-05-04 04:43:52 +00:00
bniwredyc
cfb744c0a0 lint 2023-05-01 20:32:32 +02:00
bniwredyc
62399ce138 НMerge branch 'dev' into create-shout-2 2023-04-30 17:40:42 +02:00
ec6f7e0ec6 Merge branch 'editor' of gitlab.com:discoursio/discoursio-webapp into editor 2023-04-26 02:37:29 +00:00
ilya-bkv
c173ff3135 Hotfix - save Introduce field 2023-04-22 19:07:58 +03:00
bniwredyc
a23d476da4 WIP 2023-04-21 17:10:23 +02:00
bniwredyc
61a6448b61 Merge remote-tracking branch 'gitlab/dev' into create-shout-2 2023-04-17 13:04:01 +02:00
a2b55b9beb 156/comments microfixies 2023-04-17 10:31:20 +00:00
bniwredyc
ac3f29defc create shout -> edit 2023-04-11 15:57:48 +02:00
bniwredyc
bc2abbc2bd Merge branch 'dev' into editor 2023-04-03 17:23:02 +02:00
bniwredyc
dace7daca8 wait for page to load befor scroll to anchor 2023-04-03 16:22:59 +02:00
bniwredyc
cb8d3f0f0b Merge remote-tracking branch 'gitlab/dev' into editor
# Conflicts:
#	package-lock.json
#	package.json
#	src/components/Views/AllAuthors.tsx
#	src/components/Views/AllTopics.tsx
2023-03-30 02:46:57 +02:00
bniwredyc
1ce57f925f WIP 2023-03-29 10:51:27 +02:00
bniwredyc
e8d6bcff7f simpleimage proxy, minor fixes 2023-03-24 20:36:43 +01:00
f73456cea5 Fixed profile left column 2023-03-24 01:05:23 +03:00
bniwredyc
a305da39fc Merge remote-tracking branch 'gitlab/dev' into editor
# Conflicts:
#	public/locales/en/translation.json
#	public/locales/ru/translation.json
#	src/components/Article/FullArticle.tsx
2023-03-23 18:54:33 +01:00
bniwredyc
73f9013dc0 topic selector WIP 2023-03-23 18:15:50 +01:00
251df4b2c0 New grid 2023-03-10 17:42:48 +00:00
ilya-bkv
401eecdc18 Merge remote-tracking branch 'origin/dev' into comments_reactions
# Conflicts:
#	public/locales/en/translation.json
#	public/locales/ru/translation.json
2023-03-09 20:06:06 +03:00
ilya-bkv
c421467f04 [146] handle voting error 2023-03-09 20:01:39 +03:00
ilya-bkv
57d6ac14db [146] Astro fixies 2023-03-09 17:08:43 +03:00
bniwredyc
9b2cd4be2d likes/dislikes refactoring, who voted popup 2023-03-03 19:26:26 +01:00
bniwredyc
9bff38f921 main page hotfix 2023-02-28 18:39:20 +01:00
bniwredyc
b3b1c48d92 likes dislikes 2023-02-28 18:13:14 +01:00
bniwredyc
f5272383c2 goodbye astro, i18n 2023-02-17 10:21:02 +01:00
a330684621 Merge remote-tracking branch 'hub/create-settings-page' into dev 2023-02-01 11:06:43 +03:00
Ilya Y
e56ff28d04
Social share (#88)
add social sharing and og:meta
2023-01-30 13:39:36 +03:00
bniwredyc
9c43b0fc30 create settings page 2023-01-24 21:31:21 +01:00
838c4baa90 filter-routed 2023-01-03 09:13:01 +03:00
Tony
c9666e63f9
Merge pull request #73 from Discours/profile
profile settings, s3 upload
2022-12-10 09:35:31 +03:00
Igor Lobanov
73ac5a1e9a articles fix 2022-12-07 20:49:03 +01:00
bf77a05531 userpic-upload 2022-12-04 12:46:13 +03:00
cd6f8a0551 jsext 2022-12-03 15:26:35 +03:00
ilya-bkv
762cbf2447 test upload 2022-12-03 13:35:48 +03:00
a880c6e7d9 Added subscription and security pages settings 2022-11-29 01:14:19 +03:00
304c5e420f Merge remote-tracking branch 'origin/dev' into testing 2022-11-27 14:01:55 +03:00
b0f4f92aa9 Profile settings 2022-11-25 00:37:43 +03:00
e398e6c373 getSession 2022-11-24 17:59:37 +03:00
6bb9e2a674 try-envs 2022-11-24 15:54:34 +03:00
88b4e2bb60 s3-fixes 2022-11-24 15:47:04 +03:00
866cf3c559 aws s3 uploader 2022-11-24 12:50:30 +03:00
Igor Lobanov
ff04a63ebc fixes 2022-11-22 04:05:20 +01:00
Igor Lobanov
c1cc1a3ad9 refactoring fixes 2022-11-21 01:12:20 +01:00
Igor Lobanov
46b4ecc7ea catch up with backend refactoring 2022-11-18 03:23:04 +01:00
4d9930a4ff loadby-author-fix 2022-11-16 18:27:01 +03:00
ilya-bkv
d708347a95 Routes to /inbox 2022-11-16 16:44:41 +03:00
0c0084365d wip-refactoring 2022-11-16 09:34:22 +03:00
da09e084c1 working 2022-11-15 19:50:15 +03:00
39aec90013 merging 2022-11-15 17:24:50 +03:00
843912b95d postmerge-fixes 2022-11-14 20:41:05 +03:00
88efe043d5 Merge branch 'prepare-inbox' of github.com:Discours/discoursio-webapp into layouts 2022-11-14 12:48:26 +03:00
11874c6c1d auth context
topic page fix, getAuthor, getTopic
newapi -> testapi
fixes
2022-11-14 01:09:20 +01:00
42489bb297 fixed 2022-11-13 15:14:04 +03:00
28f52ba745 refactoring-wpi 2022-11-13 12:25:31 +03:00
6c4f89597f layout term minimum usage, some refactorings 2022-11-13 06:40:37 +03:00
405fbb4db1 layout upgrade 2022-11-12 21:59:29 +03:00
30fe44979e wip-layouts 2022-11-12 21:14:20 +03:00
3f5c2deab6 donate fixed 2022-11-10 20:04:39 +03:00
3af9f5d7e4 Merge remote-tracking branch 'origin/dev' into prepare-inbox 2022-11-03 08:06:51 +03:00
491f5df763 Created connect page 2022-11-03 01:11:30 +03:00
Igor Lobanov
90382baf08
Merge pull request #47 from Discours/about
About
2022-11-02 19:02:05 +01:00
6b53746c5f fixed-api 2022-11-02 16:44:00 +03:00
24e15e5532 remove-upload-api 2022-11-02 01:45:42 +03:00
12f30b29a0 merged-dev 2022-11-02 01:29:08 +03:00
3898b67fc1 Added discussion rules page 2022-10-31 23:42:20 +03:00
b08aec8416 Added new static page 2022-10-31 22:51:28 +03:00
Igor Lobanov
5bcef1d1e2 Merge remote-tracking branch 'origin/dev' into editor
# Conflicts:
#	src/components/Feed/Row3.tsx
#	src/components/Nav/AuthModal/EmailConfirm.tsx
#	src/components/Nav/AuthModal/ForgotPasswordForm.tsx
#	src/components/Nav/AuthModal/LoginForm.tsx
#	src/components/Nav/AuthModal/RegisterForm.tsx
#	src/components/Nav/AuthModal/index.tsx
#	src/components/Nav/Header.tsx
#	src/components/Nav/Modal.tsx
#	src/components/Nav/Popup.tsx
#	src/components/Nav/Private.tsx
#	src/components/Root.tsx
#	src/components/Topic/Card.tsx
#	src/components/Views/AllAuthors.tsx
#	src/components/Views/Author.tsx
#	src/components/Views/Home.tsx
#	src/components/Views/Topic.tsx
#	src/graphql/mutation/auth-confirm-email.ts
#	src/locales/ru.json
#	src/pages/welcome.astro
#	src/stores/auth.ts
#	src/stores/ui.ts
#	src/stores/zine/authors.ts
#	src/utils/apiClient.ts
#	src/utils/config.ts
2022-10-31 14:06:32 +01:00
Igor Lobanov
23541c06ce Revert "oauth-confirm moved"
This reverts commit 5700968caf.
2022-10-31 13:36:41 +01:00
Igor Lobanov
25fd5bf42f load more (Feed, Author, Topic, Home update) 2022-10-28 23:42:28 +02:00
Igor Lobanov
2e827901c2 Auth & registration 2022-10-25 18:29:27 +02:00
cdd56d54ac fix-aws 2022-10-23 19:28:12 +03:00
5700968caf oauth-confirm moved 2022-10-23 17:03:05 +03:00
70535f2366 fix-aws-crt 2022-10-23 09:17:19 +03:00
e22fa32894 fix-upload-func 2022-10-22 17:40:39 +03:00
335c69f64d merged 'origin/auth' into prepare-editor 2022-10-22 15:38:01 +03:00
Igor Lobanov
4fabc7554d WIP 2022-10-21 20:17:04 +02:00
19027ae643 control 2022-10-09 13:29:35 +03:00
4570e50806 fixing-editor 2022-10-09 08:08:38 +03:00
1071ed8107 trig deploy 2022-10-05 21:37:47 +03:00
9712724b93 confirm-component 2022-10-05 20:17:38 +03:00
Igor Lobanov
e63b018efa client data fetching 2022-10-05 17:11:14 +02:00
Igor Lobanov
9a78c859ae WIP 2022-10-05 14:16:53 +02:00
Igor Lobanov
a621931c28 /create page 2022-10-05 13:42:13 +02:00
40dedc6774 slug-fix 2022-10-05 14:16:28 +03:00
a5ef0ed60b some-inbox-auth-fixes 2022-10-04 12:26:47 +03:00
Igor Lobanov
b1206c1961 about section moved to solid world 2022-09-23 20:27:05 +02:00
Igor Lobanov
3d45479368 client-routing, fixes 2022-09-22 11:37:49 +02:00
Igor Lobanov
95f100e930 fixes 2022-09-14 20:53:42 +02:00
55ccd419e2 ugly astro subrouter 2022-09-14 18:44:06 +03:00
69b2728dc2 noneed 2022-09-14 17:26:09 +03:00
7f52347b99 minimal client routing global states 2022-09-14 17:21:26 +03:00
5d8be09601 offset-limit-fix-3 2022-09-14 14:27:10 +03:00
00a0f9886c offset-limit-fix-1 2022-09-14 14:18:40 +03:00
a6691fc426 offset-limit 2022-09-14 14:05:48 +03:00
Igor Lobanov
c3c1c9fee3 store layer 2022-09-13 12:30:36 +02:00
4d1e7f7831 apifixes-wip 2022-09-13 11:05:11 +03:00
3116af0ec9 home-topics-one 2022-09-09 17:08:17 +03:00
44e0d11832 init 2022-09-09 14:53:35 +03:00