Commit Graph

145 Commits

Author SHA1 Message Date
Ilya Y
1e0e31cf09
Feature/infinite scroll (#290)
notifications infinity scroll
2023-11-01 18:13:54 +03:00
3a5b279f78 Fixed mobile article footer 2023-10-31 18:22:00 +03:00
Ilya Y
93cb38006b
Fix/i18n fix (#286)
i18n fix
2023-10-30 14:20:33 +03:00
42cfc02ef6 Snackbar style fixes 2023-10-25 00:44:10 +03:00
Ilya Y
7b5324a728
fix typo errors (#279) 2023-10-24 13:43:52 +03:00
7ec3be0b2f Mobile navigation fixes 2023-10-24 01:35:02 +03:00
Ilya Y
5912e6e1a1
en locale fix (#276)
Co-authored-by: Igor Lobanov <igor.lobanov@onetwotrip.com>
2023-10-23 14:02:01 +03:00
Kosta
85e8533931
dates in notifications, lots of minor fixes (#271)
* dates in notifications, lots of minor fixes
Co-authored-by: Igor Lobanov <igor.lobanov@onetwotrip.com>
2023-10-18 13:56:41 +03:00
2fdb3c5643 Merge branch 'main' of https://github.com/Discours/discoursio-webapp 2023-10-17 00:37:03 +03:00
e0ae47bd5e Mobile style fixes 2023-10-16 23:11:08 +03:00
Igor Lobanov
51762e3dee notifications fixes 2023-10-16 21:50:22 +02:00
Ilya Y
9262367f68
notification system update (#265)
* notification system update
Co-authored-by: Igor Lobanov <igor.lobanov@onetwotrip.com>
2023-10-16 20:24:33 +03:00
Ilya Y
4da78d2e68
Feature/update confirm modal (#264)
Update confirm modal
2023-10-16 18:57:29 +03:00
Ilya Y
d7d1c41d85
Conditional stat (#263)
Show when={author()} in profile
2023-10-16 13:31:10 +03:00
Ilya Y
fdd05246a5
Feature/i18n fixes (#262)
i18n fixies
2023-10-16 12:54:14 +03:00
Ilya Y
2674717f04
Feature/notifications (#244)
* WIP

* WIP

* WIP

* packaga-lock.json

* WIP

* WIP

* WIP

* WIP

* v0.1

* debug code removed

---------

Co-authored-by: Igor Lobanov <igor.lobanov@onetwotrip.com>
2023-10-14 14:39:24 +03:00
Ilya Y
13b92c2201
Feature/profile improvements (#255)
* Show social in profile
* change profile view
* fix facebook
2023-10-12 17:28:00 +03:00
c6633ae1ec Minor style fixes 2023-10-10 22:44:24 +03:00
Ilya Y
44c2269edb
Feature/expo pages (#253)
Expo pages
2023-10-10 18:38:02 +03:00
Ilya Y
e2c110140a
Feature/icu plurals (#252)
ICU with plurals
2023-10-09 12:14:41 +03:00
Ilya Y
f593d95358
Feature/paste image from buffer (#251)
Editor: Paste images from clipboard
2023-10-09 08:14:58 +03:00
Ilya Y
fac6422f2a
Feature/entity card (#246)
Add Bages components
2023-10-04 22:04:09 +03:00
Ilya Y
3d6c6ccbc8
Feature/subscribe settings (#224)
Subscribe settings page
2023-09-18 19:33:22 +03:00
b127432ba9
Main menu mobile (#217)
* Main menu mobile
---------

Co-authored-by: ilya-bkv <i.yablokov@ccmp.me>
2023-09-16 09:38:56 +03:00
4d055064fb Long bio expanding on the author page 2023-09-07 01:58:54 +03:00
de194aaaf6 Change table of contents hide icon 2023-09-05 00:50:11 +03:00
Ilya Y
23a9b9d98a
Separate blockquote and punchline logic (#207) 2023-09-04 09:06:12 +03:00
Ilya Y
6ae2fb07fc
Feature/profile reorganise (#196)
* Profile reorganise
2023-09-01 17:28:50 +03:00
7d827c46a2 one-word-fix 2023-08-31 17:28:55 +03:00
68fa4e47dd banner-text-updated 2023-08-31 15:06:38 +03:00
e4a2e07c8e Add social icons 2023-08-31 00:16:55 +03:00
ae7c3e92bd Banner text fixes 2023-08-30 23:55:33 +03:00
Ilya Y
ead332184d
Feature/footnotes (#193)
* Add Footnote extension
2023-08-28 14:48:54 +03:00
20d7c585e8 Change author page style 2023-08-28 00:21:40 +03:00
188642bb2c Minor table of contents fixes 2023-08-27 19:48:28 +03:00
f3da97ffe8 Fixed table of contents style 2023-08-24 01:31:39 +03:00
Ilya Y
4e2f4f78cb
Editor improvements (#191)
* Add tooltips to floating menu

* Add noWrap in small editor
2023-08-23 08:37:18 +03:00
Kosta
0f34bd47d9
New translations (#190)
Co-authored-by: akotik <services@discours.io>
2023-08-22 19:03:05 +02:00
Ilya Y
e958f5c41d
Add lead and subtitle menu (#181)
* Add lead and subtitle menu

* resolve conversation
2023-08-17 07:31:03 +03:00
Ilya Y
542f669a94
Publish Settings show field name (#180)
Publish Settings show field name
2023-08-16 16:11:58 +03:00
Igor Lobanov
46bd20446a
Merge remote-tracking branch 'origin/main' into revert-173-revert-155-fix/useconfirm_n_tableofcont (#176)
# Conflicts:
#	package.json
2023-08-14 16:48:27 +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
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
Arkadzi Rakouski
09717827f2
add req auth for header buttons (#163) 2023-08-13 14:27:30 +02:00
Ilya Y
f14b4a7049
Feature/article settings refactoring (#158)
* Settings screen
2023-08-12 10:48:43 +03:00
Ilya Y
039b60f022
Init AutoSave (#154)
* Init AutoSave

* Saving Notice

* Hide save button

* Hide save button

* Fix redirect

* resolve Conversation
2023-08-04 17:59:36 +02:00
Arkadzi Rakouski
b5c8f1d60a
implement table of contents (#146)
* implement table of contents

* refactor by review comments

* refactor by review comments

* lint

* minor fix

---------

Co-authored-by: bniwredyc <bniwredyc@gmail.com>
2023-07-31 23:43:41 +02:00
Arkadzi Rakouski
fd2841ab6c
add draft version of useConfirm (#149)
* add draft version of useConfirm

* Add resolveConfirm

* added translations

---------

Co-authored-by: ilya-bkv <i.yablokov@ccmp.me>
Co-authored-by: bniwredyc <bniwredyc@gmail.com>
2023-07-31 23:24:41 +02:00
Arkadzi Rakouski
d86d5e6028
refactor contextual modals (#141)
* refactor contextual modals

* refactor by review comments

* refactored auth modal header to separate component, lint

---------

Co-authored-by: bniwredyc <bniwredyc@gmail.com>
2023-07-30 14:31:54 +02:00
Ilya Y
506b36af7f
Swiper update article & editor view (#145)
* Swiper update article & editor view
* Add link by META+KeyK
* Add isFocused check
2023-07-28 12:47:19 +03:00