Commit Graph

137 Commits

Author SHA1 Message Date
Ilya Y
aadc9677a0
my feed with auth guard (#245)
* my feed with auth guard

* header links css fix

* don't create history record when reseting lng param

---------

Co-authored-by: Igor Lobanov <igor.lobanov@onetwotrip.com>
2023-09-29 15:48:58 +03:00
Ilya Y
6ae1bb70dc
build fix (#242)
Co-authored-by: Igor Lobanov <igor.lobanov@onetwotrip.com>
2023-09-29 05:46:07 +03:00
Ilya Y
40b1b06875
broken dependency fixed (#241)
Co-authored-by: Igor Lobanov <igor.lobanov@onetwotrip.com>
2023-09-28 16:43:08 +03:00
Ilya Y
a2382344d2
Hotfix/deploy error fix (#238)
* clear lint errors

* test

* test

* Revert "test"

This reverts commit 53cc0ca9d7eb3ee07571c6907f819172a02bf5e4.

* test

* test

* test

* test

* test

* test

* test

* test

* test

* test

* test

* test

* test

* test

* test

* test

* test

* test

* test

* test

* test

* test

* test

* test

* test

* test

* test

* test

* test

* test

* test

* test

* test

* test

* test

* test

* test

* test

* test

* test

* test

* test

* unused libs removed

* test

---------

Co-authored-by: Igor Lobanov <igor.lobanov@onetwotrip.com>
2023-09-27 17:33:06 +03:00
Igor Lobanov
d4b4cf1ff9
added debounce to package.json (#175) 2023-08-14 16:02:07 +02: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
Igor Lobanov
9df0574c4e
added sentry (#133)
* added sentry

* sentry downgrade
2023-07-18 15:33:23 +02:00
Ilya Y
ce0435ae81
Editor clear state after horizontal rule set (#130)
* Editor clear state after horizontal rule set

* remove debug code
2023-07-18 13:23:05 +02:00
Ilya Y
cd83807204
Feature/audio upload (#120)
* Audio upload 
* Audio player Article View
2023-07-14 16:06:21 +03:00
Ilya Y
9f7d5d04b6
Feature/gallery upload (#117)
* upgrade Swiper
2023-07-02 08:08:42 +03:00
Arkadzi Rakouski
778e8e8c43
Implement auth modal calling on required actions & fix minor ui bugs. (#108)
* fix views & date layout

* handle auth modal calling on required actions & fix minor ui bugs

* fix eslint errors

* refactor auth modals for non sessioned & implement callback triggering after sign in

* refactor handlers with requireAuth
2023-06-14 19:19:30 +02: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
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
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
2a16de3ff0 connect form fix 2023-05-11 21:34:43 +02: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
35271ea152 lint, safe lib updates 2023-05-07 15:47:10 +02:00
ilya-bkv
9a8a358a8e [Wip] init Floating extention 2023-05-06 15:38:22 +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
0c959b80ad lib updates, build fix, unused code deleted 2023-04-30 18:45:59 +02:00
bniwredyc
11f0a25a96 WIP 2023-04-20 15:58:56 +02:00
bniwredyc
9583ccdc81 collaborative editing (hocuspocus), lib updates, fixes 2023-03-31 01:27:21 +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
0ac10e7831 hocuspocus 2023-03-29 17:36:12 +02:00
bniwredyc
1ce57f925f WIP 2023-03-29 10:51:27 +02:00
bniwredyc
3446e4d1ef package-lock.json 2023-03-26 16:03:25 +02:00
bniwredyc
e8d6bcff7f simpleimage proxy, minor fixes 2023-03-24 20:36:43 +01:00
bniwredyc
5cce55de44 Merge branch 'editor' of gitlab.com:discoursio/discoursio-webapp into editor 2023-03-23 18:19:55 +01:00
bniwredyc
73f9013dc0 topic selector WIP 2023-03-23 18:15:50 +01:00
ilya-bkv
5b4b4e8f2d Add Link editor 2023-03-20 12:19:14 +03:00
bniwredyc
195781741c editor very WIP 2023-03-08 17:35:13 +01:00
bniwredyc
0a6063d1d0 build fix, chores: lib updates, lint 2023-03-04 18:26:28 +01:00
bniwredyc
f5272383c2 goodbye astro, i18n 2023-02-17 10:21:02 +01:00
ilya-bkv
4f47409d5e [WiP] initial text 2023-02-11 12:32:52 +03:00
bniwredyc
788e915f91 goodbye yarn 2023-02-10 13:21:26 +01:00