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
|
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
|
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
|
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 |
|
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 |
|
Ilya Y
|
48948f1141
|
Feature/simplified editor (#140)
* Simplified editor
* Remove ProseMirror
|
2023-07-24 11:58:07 +03:00 |
|
Ilya Y
|
664adfc2dc
|
refacor video upload (#138)
* refacor video upload
* remove unused imports
|
2023-07-19 14:00:58 +03:00 |
|
|
b11b586fdd
|
Style fixes
|
2023-07-19 00:50:27 +03:00 |
|
Ilya Y
|
6bce7d576c
|
Sortable playlist (#135)
* Sortable playlist
* Year field
|
2023-07-18 22:11:00 +03:00 |
|
|
b059f1024e
|
Full article gallery style fixes
|
2023-07-18 01:24:37 +03:00 |
|
Ilya Y
|
bf9c061250
|
hotfix/typecheck (#123)
|
2023-07-16 00:57:52 +03: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 |
|
|
af30dd1e90
|
Feed page style fixes
|
2023-07-09 21:34:59 +03: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 |
|
|
8b6cd92700
|
Fixed header style
|
2023-06-06 23:13:13 +03:00 |
|
Ilya Y
|
2ef8da6da5
|
Feature/85 side panel (#104)
* Add shortcuts list to the side panel
* Night mode style
|
2023-05-29 07:40:17 +03:00 |
|
|
186912e2e8
|
View switcher unification
|
2023-05-23 01:01:04 +03:00 |
|
|
75e78cb7c6
|
Fixed comment controls style for mobile
|
2023-05-18 21:48:24 +03:00 |
|
|
dd3a6336b2
|
Fixed buttons style
|
2023-05-17 23:27:24 +03: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 |
|
|
1169cd44ad
|
Comment field style fixes
|
2023-05-16 00:40:55 +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 |
|
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 |
|
|
1cd95f955b
|
Add growing textarea component
|
2023-05-11 11:33:01 +00: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 |
|
|
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 |
|
|
ec6f7e0ec6
|
Merge branch 'editor' of gitlab.com:discoursio/discoursio-webapp into editor
|
2023-04-26 02:37:29 +00:00 |
|
|
a2b55b9beb
|
156/comments microfixies
|
2023-04-17 10:31:20 +00:00 |
|
bniwredyc
|
e8d6bcff7f
|
simpleimage proxy, minor fixes
|
2023-03-24 20:36:43 +01:00 |
|
Igor
|
72ebe6b55e
|
Merge branch 'new-grid' into 'dev'
New grid
See merge request discoursio/discoursio-webapp!40
|
2023-03-10 17:42:48 +00:00 |
|
|
251df4b2c0
|
New grid
|
2023-03-10 17:42:48 +00:00 |
|
ilya-bkv
|
69f17e4425
|
add named export
|
2023-03-10 02:56:19 +03:00 |
|
ilya-bkv
|
21ad1bdf9e
|
Add voters list component
|
2023-03-10 02:39:07 +03:00 |
|
bniwredyc
|
0a6063d1d0
|
build fix, chores: lib updates, lint
|
2023-03-04 18:26:28 +01:00 |
|
bniwredyc
|
9294052226
|
like dislike logic update
|
2023-03-02 19:48:39 +01:00 |
|