Commit Graph

1172 Commits

Author SHA1 Message Date
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
Igor Lobanov
f2a5751f3e
Revert 173 revert 155 fix/useconfirm n tableofcont (#177)
* test

* test

* test

* test

* errorWhileRendering now generates 500 status code

* build fix

* debug cleanup
2023-08-17 20:03:09 +02:00
Arkadzi Rakouski
63c52ac6e4
add leads for feed (#167)
* add leads for feed

* Fix Media Items description autosave

* resolve conversation

---------

Co-authored-by: ilya-bkv <i.yablokov@ccmp.me>
2023-08-17 18:00:53 +02:00
Ilya Y
a877613d8e
parse footnotes after migration (#182) 2023-08-17 14:11:58 +03:00
Ilya Y
b52610d692
Fix Media Items description autosave (#184) 2023-08-17 13:36:27 +03:00
Ilya Y
9d36b8b8ca
Fix Typo (#183) 2023-08-17 08:01:07 +03: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
Ilya Y
caac88deb7
Sticky publish footer (#179) 2023-08-15 13:24:08 +03:00
Ilya Y
3b0c3789df
Feature/editor figure refactoring (#165)
New Figure (have delete bug)
2023-08-15 12:38:49 +03:00
Igor Lobanov
a94b8343b4
harmless changes (#178)
* harmless changes

* build fix
2023-08-14 17:50:03 +02: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
d4b4cf1ff9
added debounce to package.json (#175) 2023-08-14 16:02:07 +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
Arkadzi Rakouski
4fea17a2ce
add focus & fix styles for auth forms errors (#156)
* add focus & fix styles for auth forms errors

* refactor by review comments

* minor changes: let ref -> const ref: { current }, additional typings

---------

Co-authored-by: bniwredyc <bniwredyc@gmail.com>
2023-08-13 15:36:18 +02:00
Arkadzi Rakouski
8e5f34eb85
fix subscriptions markup (#162) 2023-08-13 14:28:33 +02:00
Arkadzi Rakouski
09717827f2
add req auth for header buttons (#163) 2023-08-13 14:27:30 +02:00
cc34e79dc5 Minor style fixes 2023-08-12 17:17:00 +03:00
5eb89f9f79 Minor style fixes 2023-08-12 13:40:14 +03:00
2970f1af11 Link to author page in the comments block on the feed page 2023-08-12 13:39:58 +03:00
c46e65abd2 Don't show floors if no articles 2023-08-12 13:36:21 +03:00
Ilya Y
f14b4a7049
Feature/article settings refactoring (#158)
* Settings screen
2023-08-12 10:48:43 +03:00
Ilya Y
f9c30a99cf
Update Userpic component (#160) 2023-08-11 19:42:41 +03:00
Ilya Y
c95907968c
Hide edit option for non authors in feed (#161) 2023-08-11 17:12:16 +03:00
Ilya Y
133b49b183
fix image size (#159)
fix image size
2023-08-09 10:49:08 +03:00
Ilya Y
29ec484be0
types hotfix (#157) 2023-08-07 12:02:58 +03:00
Arkadzi Rakouski
ef76664b21
add useConfirm for comments deleting (#152)
* add useConfirm for comments deleting
2023-08-05 09:41:52 +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
Ilya Y
8086a54d81
remove position-relative in Editor (#153) 2023-08-01 13:26:45 +03: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
Igor Lobanov
d37dd134b5
404 page (#151)
* 404 page

* lint

* build fix
2023-07-31 22:19:08 +02:00
Ilya Y
a8898677a9
removeCapitalize (#150) 2023-07-31 12:57:50 +03: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
ed5f34ac69
Fix Pack (#148) 2023-07-28 22:53:21 +03:00
Igor Lobanov
844f65dd9d
fix: error when parsing figure tag without figcaption (#147) 2023-07-28 18:36:56 +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
Ilya Y
40af94e101
add editor fixes (#144)
* add editor fixes
2023-07-27 20:38:38 +03:00
bc0cf9ef2a Fixed article header width 2023-07-27 00:10:00 +03:00
d1b92a5f11 Added noAuthorLink props, restore author links on the main page 2023-07-26 23:40:14 +03:00
1f501a971d Dark background for article cards with no cover 2023-07-26 23:38:51 +03:00
aff0608696 Fixed article header width 2023-07-26 23:37:20 +03:00
a97e9301c3 Icons position fixes 2023-07-26 22:22:08 +03:00
d06afe3eac Minor style fixes 2023-07-26 13:39:13 +03:00
Ilya Y
f276e2182b
Add custom class for Editors (#143) 2023-07-24 17:09:04 +03:00
Ilya Y
1ca80cede9
Edit posts from prev site version. (#142) 2023-07-24 12:49:25 +02:00
Ilya Y
48948f1141
Feature/simplified editor (#140)
* Simplified editor

* Remove ProseMirror
2023-07-24 11:58:07 +03:00
a035f22c91 Minor style fixes 2023-07-23 19:32:18 +03:00