50387738f8
stab-hotfix
2024-05-18 13:44:43 +03:00
c52e79faf0
import-typo-fix
2024-05-07 18:49:39 +03:00
9c1ed4a04b
orig-meta
2024-05-07 18:38:03 +03:00
ec0c2cf136
isorted-fmt
2024-05-07 18:17:31 +03:00
f992cf9377
my-meta
2024-05-07 18:05:22 +03:00
78210d558f
seen-usecontext
2024-05-07 11:51:17 +03:00
1aa1dd3648
Remove redundant params for popup
2024-05-07 01:16:28 +03:00
417af2fc20
comment-rating-rebased
2024-05-06 23:26:16 +03:00
7d515c4fe2
Merge branch 'dev' of github.com:Discours/discoursio-webapp into feature/rating
2024-05-06 23:22:29 +03:00
502dcfae6d
is-posting-comment-feature
2024-05-06 21:45:17 +03:00
3fadd719b2
load-after-create
2024-05-06 19:17:34 +03:00
7af4e91792
postmerge
2024-05-04 20:21:00 +03:00
df90953138
Merge branch 'hotfix/editor-permission' into feature/rating
2024-05-04 14:52:24 +03:00
7dc2efca66
isAuthenticate memo removed
2024-05-03 11:36:15 +03:00
a89a9bb1f4
Merge branch 'hotfix/editor-permission' into feature/rating
2024-05-02 17:05:46 +03:00
571e475445
Merge branch 'dev' into feature/rating
2024-05-02 17:05:31 +03:00
98e0bb1078
revised changes
2024-05-01 18:23:47 +03:00
a4d6466392
Fixed scrolling to comments ( #449 )
2024-04-30 18:58:27 +03:00
Ilya Y
9028618067
Add gallery description ( #434 )
...
Add gallery description
2024-04-24 12:30:17 +03:00
Ilya Y
36fff73af6
Hotfix/remove state params after login ( #443 )
...
* hide autofill in profilr settings
* fix Image width
* Remove state search params after login
* fix biome
2024-04-22 16:47:37 +03:00
6030e665eb
Merge branch 'dev' into feature/rating
2024-04-19 18:30:41 +03:00
Ilya Y
16e3e75381
Add hash navigation in slider ( #440 )
...
Sliders with search params
2024-04-18 16:34:07 +03:00
69340e4b87
Merge branch 'dev' into feature/rating
2024-04-08 12:53:29 +03:00
ilya-bkv
97b1ec4386
Audio player fix (play by track click)
2024-03-20 14:59:07 +03:00
3b033be2b6
lint-fix
2024-03-07 15:52:03 +03:00
4e2152b8b0
postmerge-fix
2024-03-07 15:49:28 +03:00
cc951c305b
Merge branch 'dev' into feature/rating
2024-03-07 15:38:35 +03:00
Tony
bf9f0d9c7b
Merge branch 'dev' into hotfix/posting-author
2024-03-07 14:09:00 +03:00
Ilya Y
1d64d97f9f
Hotfix/parse auth errors ( #423 )
...
Add fixes to login form parse errors
2024-03-07 11:07:46 +03:00
ilya-bkv
41e40ada9b
Comment delete message
2024-03-07 10:20:50 +03:00
3e2d7416b7
merged
2024-03-06 15:37:16 +03:00
4f6169f16d
merged
2024-03-06 15:36:54 +03:00
ilya-bkv
45e8f2ba02
Refactor Comment component and improve debug logging
...
Implemented a delete function in the Comment component that filters out the selected comment in real time, enhancing the user experience by providing immediate feedback upon deletion. Also, refactor the authorFollows function in the GraphQL client core to use standardized string quotations for better code consistency.
2024-03-06 15:02:32 +03:00
ilya-bkv
eb03dc1d05
Add delete function to Comment component
...
The Comment component has been updated to include a delete function which removes the selected comment from the displayed list in real time. This update enhances user experience by providing instant feedback when a comment is deleted. Additionally, debug logging was added to authorFollows function for testing purposes.
2024-03-06 14:56:32 +03:00
0160dec607
Merge branch 'dev' of github.com:Discours/discoursio-webapp into hotfix/posting-author
2024-03-04 17:09:26 +03:00
372012badf
Merge branch 'dev' into feature/rating
2024-03-04 16:28:10 +03:00
ilya-bkv
4196bb0f1e
Fix comment edit without refresh (update editor state)
2024-03-04 15:18:24 +03:00
ilya-bkv
bc1ea82127
Fix comment edit without refresh
2024-03-04 13:47:11 +03:00
ilya-bkv
e0503f593f
Remove comment edited date
2024-03-04 11:54:09 +03:00
96f72f00ee
reactions-context-fix
2024-03-03 20:06:58 +03:00
f0bddfe461
rating-update-fix
2024-03-03 19:39:25 +03:00
1397cc9b84
fixd
2024-03-03 18:10:30 +03:00
7f5553316c
merged
2024-03-03 17:40:11 +03:00
6bee204280
myrate-update-fix
2024-03-03 17:26:39 +03:00
bbb5ad435a
merged
2024-03-03 17:19:17 +03:00
Tony
9a7c973bb2
Merge branch 'dev' into hotfix/all-authors-ssr
2024-03-02 10:32:59 +03:00
780f59f517
feed-comments-order-fix
2024-03-01 16:04:28 +03:00
d0be8ffb6a
minor
2024-03-01 00:11:59 +03:00
deebe79f55
comments-hotfix
2024-02-29 20:51:07 +03:00
ilya-bkv
72cb6325d9
Fix comments date in Feed page
2024-02-29 17:33:17 +03:00
Ilya Y
8b066104e6
Hotfix/can edit fix ( #421 )
...
Fix canEdit() in Commetns
2024-02-27 14:41:49 +03:00
Ilya Y
a7f3ee54c1
fix scroll to comments by search params ( #416 )
...
* fix scroll to comments by search params
* CommentsTree sort
* Cancel cleanup search params in link to comment
2024-02-21 16:44:21 +03:00
3a6faa65a8
tolerate-fails-more
2024-02-17 17:40:10 +03:00
e32e3d31ea
fmt
2024-02-17 17:31:08 +03:00
002ffe64fc
parse-tolerate
2024-02-17 17:28:57 +03:00
bfdaeb475b
schema-redeploy
2024-02-16 21:47:42 +03:00
1deff46de8
gql-fix
2024-02-16 20:07:00 +03:00
6cc6b4f5ac
id-optional-fix-2
2024-02-16 20:04:05 +03:00
b295ba0dbf
update-reaction-query-fix
2024-02-16 19:58:24 +03:00
f482856cca
fine
2024-02-16 19:14:15 +03:00
869cf5bb1a
condition-fix
2024-02-16 18:47:48 +03:00
e2a829f44f
modal-link-fix
deploy / test (push) Successful in 2m3s
deploy / Update templates on Mailgun (push) Has been skipped
2024-02-16 14:30:29 +03:00
6451118e90
bump-with-link
2024-02-16 14:29:27 +03:00
cb2781bad8
hide-voters-for-reader
2024-02-16 13:59:32 +03:00
19bba97d73
can-edit-fix-2
2024-02-16 13:38:07 +03:00
98264cfce7
canEdit-fix
2024-02-16 13:21:25 +03:00
b0b7cf424d
reactivity+
2024-02-16 11:29:06 +03:00
dfb2b17116
rating-reactivity-fixing-2
2024-02-16 11:02:00 +03:00
dab1eff314
rating-reactivity-fixing
2024-02-16 11:01:40 +03:00
54ef10307e
dont-hesitate
2024-02-15 22:47:02 +03:00
09a907d123
reactive-fix
2024-02-15 16:41:14 +03:00
e336754226
refactoring-ratings
2024-02-15 15:51:04 +03:00
4bc3a27254
debug-wip
deploy / test (push) Successful in 2m13s
deploy / Update templates on Mailgun (push) Has been skipped
2024-02-07 19:54:52 +03:00
361c916687
async-fixes
2024-02-05 18:04:23 +03:00
a880fe81e5
stability-editing
deploy / test (push) Successful in 2m7s
deploy / Update templates on Mailgun (push) Has been skipped
2024-02-05 11:59:21 +03:00
333d7c5961
no-actions-context-value
deploy / test (push) Failing after 59s
deploy / Update templates on Mailgun (push) Has been skipped
2024-02-04 20:40:15 +03:00
7e5df429d7
sorted imports
2024-02-04 14:25:21 +03:00
aeeed1cb65
fmt-lint
2024-02-04 12:03:15 +03:00
Tony
829e523d36
Hotfix/featured ( #391 )
...
add: Shout.featured_at
remove: Shout.visibility
2024-02-02 20:29:53 +03:00
Ilya Y
1cedad823b
Open full_article on direct link fix ( #390 )
2024-02-02 07:31:25 +03:00
Ilya Y
e4d8aafb9b
fix iframe size in article ( #389 )
2024-02-01 23:46:54 +03:00
b805d7eeb3
media-item-fix
2024-01-29 16:53:08 +03:00
22b616e6d1
music-stat-event
2024-01-29 16:19:04 +03:00
f23a89c48c
init-pkg
2024-01-29 15:49:37 +03:00
ilya-bkv
5a47db8430
Fix modal window
2024-01-27 09:21:48 +03:00
Ilya Y
afed10dfd2
Refactoring invite modal ( #375 )
...
* Refactoring invite modal
* Infinite Scroll in user search
2024-01-25 12:57:57 +03:00
dc94c5bd8b
linter-tuned
2024-01-23 19:44:58 +03:00
fdc721ebd0
linted
2024-01-23 19:32:57 +03:00
cc04e13be4
upvote-disabling
2024-01-23 17:43:26 +03:00
83cb23d424
revert-upvote
2024-01-23 17:41:49 +03:00
5b7d8a1658
rating-cosmetics
2024-01-23 05:18:17 +03:00
64af217dd7
enable-after-fail
2024-01-23 03:25:00 +03:00
e4332128c8
disabling-on-load
2024-01-23 02:16:22 +03:00
40ea97c463
rating-control-fix
2024-01-23 01:12:25 +03:00
92eae0347b
handle-rating-debug
2024-01-22 23:53:35 +03:00
cecf712cc3
Merge remote-tracking branch 'hub/main' into feature/sse-connect
2024-01-22 15:52:07 +03:00
Ilya Y
8a8abd3652
Add resize iframe listener ( #369 )
...
Add resize container listener
2024-01-22 13:45:21 +03:00
0c406e904d
audopplayer-adapted
2024-01-18 11:44:01 +03:00
aacef8908b
рабочий-код
2024-01-17 15:46:14 +03:00
21b04ef9e9
audioplayer-title-autowidth
2024-01-17 15:12:15 +03:00