Commit Graph

758 Commits

Author SHA1 Message Date
Ilya Y
d6b797aa0c
SharePopup - IsVisible as optional prop (#100) 2023-05-18 16:18:07 +03:00
446a3fae34 Replace className attribute to class 2023-05-18 00:45:53 +03:00
987061245e Minor fix 2023-05-18 00:42:42 +03:00
142748f81e Add link to the article in comments on the author page 2023-05-18 00:10:15 +03:00
dd3a6336b2 Fixed buttons style 2023-05-17 23:27:24 +03:00
7fca709203 Fixed buttons hover style 2023-05-17 21:58:36 +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
Ilya Y
c60b7e5c53
Add tooltip to Article details (#98)
* Add tooltip to Article details

* Hide popover f SharePopup is visible
2023-05-17 07:04:38 +03:00
3710812668 Fixed editor icons 2023-05-17 02:53:38 +03:00
c973b28161 Style fix for share popup 2023-05-16 22:17:47 +03:00
1169cd44ad Comment field style fixes 2023-05-16 00:40:55 +03:00
5c236051d0 Auth popup styles fixes 2023-05-16 00:35:07 +03:00
68eb7833e7 Video article style fixes 2023-05-15 23:07:04 +03:00
96baa8883e Auth modal style fixes 2023-05-13 23:48:56 +03:00
aed62e5a8c Fixed comment form editor style 2023-05-13 23:17:04 +03:00
Ilya Y
4d147e3eb7
Add popover util (#96)
* Add popover component

* [WIP] Popover component

* update ref

* conversation resolve

* conversation resolve (conditional render icon)

* conversation resolve (onMount instead createEffect)
2023-05-13 19:00:58 +02:00
Vyacheslav Ananev
cbb254a907
Add Subscribe email validation (#97)
* refactor(AuthModal): move email validator to utils

* refactor(utils/validators): change email validation to regexp

* feat(Subscribe): add email and serve response validation

* refactor(Button): change secondary variant styles

* feat(Subscribe): styling controls

* fix(Subscribe): call email accessor

* fix(Subscribe): button non full width in ios
2023-05-13 18:59:09 +02:00
Ilya Y
20ca55e1b2
Add maxLength counter in Growing Textarea (#95) 2023-05-12 19:50:28 +02:00
bniwredyc
065630decb newsletter fix 2023-05-12 16:57:33 +02:00
Igor Lobanov
bd6e014cdf
insert link enter fix (#94)
* floating plus fix, esc fix

* a href="#" -> span
2023-05-12 15:45:31 +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
bniwredyc
b040d5e0c9 connect & newsletter form fixes 2023-05-11 21:54:05 +02:00
Igor Lobanov
fb007d65de
connect form fix (#92)
* feddback form fix 1
2023-05-11 20:34:04 +02:00
Grigorii Orlov
fa2797fa60 Added a hide/show password button, password complexity check 2023-05-11 17:20:40 +00:00
ilya-bkv
8c3e927605 Feed Shout Cover with imageProxy 2023-05-11 17:38:20 +03:00
bniwredyc
eeed093993 connect page hotfix 2023-05-11 14:31:09 +02:00
Igor
d1761c730c markup fixes 2023-05-11 11:52:56 +00:00
aa28b2cbfd Figure caption with editor menu 2023-05-11 11:43:14 +00:00
1cd95f955b Add growing textarea component 2023-05-11 11:33:01 +00:00
Igor
a3b2288e21 Merge branch 'feature/save_topics' into 'main'
main topic select, save topics

See merge request discoursio/discoursio-webapp!81
2023-05-11 11:29:00 +00:00
bniwredyc
835e6fcee9 save topics fixes 2023-05-11 13:06:29 +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
ilya-bkv
2f0a5b9cab Delete cover image 2023-05-10 17:07:41 +03:00
ilya-bkv
4501aa3251 - show existed link in url popup
- hide Panel after click on menu item
- hide Cooperate button in Article
- revert drafts list in DraftView
2023-05-10 04:53:48 +03:00
bniwredyc
9a1862b575 fixed lint validation, chores, lint, safe lib updates 2023-05-10 01:15:26 +02:00
ilya-bkv
82430404e3 [editor] add text highlight action 2023-05-09 20:31:28 +03:00
bniwredyc
480d14ed6f Merge remote-tracking branch 'gitlab/dev' into editor_settings/upload_cover_image 2023-05-09 14:55:19 +02:00
ilya-bkv
21f84f2292 resolve conversation 2023-05-09 14:25:40 +03:00
ilya-bkv
28e0e4e33a styles minifix 2023-05-09 08:09:09 +03:00
ilya-bkv
7332e3ebad remove trash word 2023-05-09 08:05:06 +03:00
ilya-bkv
2ea3216bff Card upload 2023-05-09 07:58:00 +03:00
ilya-bkv
39c99091f9 [WIP] init 2023-05-08 21:23:51 +03:00
Igor
b14eb97307 Merge branch 'feature/publish' into 'dev'
working publish

See merge request discoursio/discoursio-webapp!73
2023-05-08 18:05:46 +00:00
bniwredyc
1752bf5198 code review 2023-05-08 20:01:11 +02:00
bniwredyc
961a122279 working publish 2023-05-08 19:29:26 +02:00
be27e86d24 Fixed plus control style 2023-05-08 20:06:55 +03:00
Igor
55efdebcf0 Merge branch 'scroll_to_top_beauty' into 'dev'
missed change

See merge request discoursio/discoursio-webapp!69
2023-05-07 19:35:44 +00:00
bniwredyc
a8fb3b58a5 beautiful scroll to top 2023-05-07 21:33:20 +02:00
ilya-bkv
26d75b99ed [security] upload image from url to aws 2023-05-07 22:10:44 +03:00
Igor
0ba32d0608 Merge branch 'drafts-2' into 'dev'
[WiP] save, publish

See merge request discoursio/discoursio-webapp!67
2023-05-07 16:45:39 +00:00
bniwredyc
93b2690ff4 missed change 2023-05-07 17:51:59 +02:00
bniwredyc
796ca57167 Merge remote-tracking branch 'gitlab/dev' into drafts-2 2023-05-07 17:44:47 +02:00
Igor
4f1cc94168 Merge branch 'editor_float_image' into 'dev'
Editor float image + figure

See merge request discoursio/discoursio-webapp!66
2023-05-07 15:40:54 +00:00
bniwredyc
d61a1ba303 add image url as default caption 2023-05-07 17:32:28 +02:00
bniwredyc
afbaa3791e Merge branch 'editor_float_image' into drafts-2
# Conflicts:
#	src/components/Editor/Editor.tsx
2023-05-07 17:15:30 +02:00
bniwredyc
1f15a1f4e7 Merge branch 'editor_float_image' into drafts-2 2023-05-07 16:29:58 +02:00
bniwredyc
1679c8289d minor fix 2023-05-07 16:21:35 +02:00
bniwredyc
35271ea152 lint, safe lib updates 2023-05-07 15:47:10 +02:00
bniwredyc
4d31dcf2c3 floating image + figure 2023-05-07 15:16:03 +02:00
f7232cadb1 Fixed header controls style 2023-05-06 19:40:43 +03:00
de61fa09bc Fixed topics control style 2023-05-06 19:12:17 +03:00
525ca626fb Added scroll up button in the editor 2023-05-06 18:04:50 +03:00
ilya-bkv
9a8a358a8e [Wip] init Floating extention 2023-05-06 15:38:22 +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
bniwredyc
378fc65955 Merge remote-tracking branch 'gitlab/dev' into drafts 2023-05-04 19:42:39 +02:00
bniwredyc
382da58af2 WIP 2023-05-04 19:38:50 +02:00
ilya-bkv
0ea62ea236 fix broken float menu logic 2023-05-04 19:59:38 +03:00
036b43c528 Add Horizontal Rule action 2023-05-04 15:55:38 +00:00
bniwredyc
0c849a99e9 git push gitlabMerge remote-tracking branch 'gitlab/dev' into drafts 2023-05-04 17:13:23 +02:00
bniwredyc
283818d12d bubble menu fixes 2023-05-04 17:09:09 +02:00
ilya-bkv
d9a1f60fc0 fix uploaded image link + editor image align menu 2023-05-04 16:36:53 +03:00
bniwredyc
2e4c9d03d6 separate menu for images in editor 2023-05-04 14:16:39 +02:00
ilya-bkv
62f6c26c49 fix closr upload modal event 2023-05-04 07:57:42 +03:00
08cc22b93c Add image by URL, Upload (choose file by button and D&D) 2023-05-04 04:43:52 +00:00
bniwredyc
e6ce826e56 new shout creation flow WIP 2023-05-03 18:26:57 +02:00
bniwredyc
cfb744c0a0 lint 2023-05-01 20:32:32 +02:00
bniwredyc
0c959b80ad lib updates, build fix, unused code deleted 2023-04-30 18:45:59 +02:00
bniwredyc
62399ce138 НMerge branch 'dev' into create-shout-2 2023-04-30 17:40:42 +02:00
ilya-bkv
d43a14a5a8 build test 2023-04-29 18:43:36 +03:00
ilya-bkv
b8c8113700 build test 2023-04-29 18:37:23 +03:00
ilya-bkv
b30e3c3141 Linter fixies 2023-04-29 16:54:15 +03:00
ilya-bkv
e39b6f4068 resolve nextSibling error + refactoring Feed Sidebar 2023-04-29 16:43:50 +03:00
ilya-bkv
80876c5fc7 [hotfix] resolve imports in FullArticle 2023-04-29 13:10:26 +03: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
ilya-bkv
24c028a233 hotfix followed request 2023-04-22 18:32:21 +03:00
f19de68568 Show author subscriptions 2023-04-22 14:36:38 +00:00
bniwredyc
a23d476da4 WIP 2023-04-21 17:10:23 +02:00
dab4bcd41e Anchor revert 2023-04-20 14:01:15 +00:00
bniwredyc
11f0a25a96 WIP 2023-04-20 15:58:56 +02:00
bniwredyc
61a6448b61 Merge remote-tracking branch 'gitlab/dev' into create-shout-2 2023-04-17 13:04:01 +02:00
bniwredyc
432a14bb21 Merge remote-tracking branch 'gitlab/editor' into create-shout-2 2023-04-17 12:59:38 +02:00
a2b55b9beb 156/comments microfixies 2023-04-17 10:31:20 +00:00
7afa2a8c12 Добавил иконки кнопкам в шапке для мобильной версии 2023-04-12 23:32:38 +03:00
bniwredyc
e55389fa18 Merge branch 'dev' into show_followers 2023-04-11 16:07:57 +02:00
bniwredyc
656be9495b Merge remote-tracking branch 'gitlab/editor' into create-shout-2 2023-04-11 15:58:12 +02:00
bniwredyc
ac3f29defc create shout -> edit 2023-04-11 15:57:48 +02:00
c3378d3c7b Editor panel 2023-04-07 00:40:34 +03:00