Commit Graph

2029 Commits

Author SHA1 Message Date
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
Tony
780c3571e4
Merge pull request #424 from Discours/feature/notifier
notifications 2.0
2024-03-04 17:07:06 +03:00
ed23e1f7a8 updated-schema 2024-03-04 15:51:34 +03:00
1e27546b3e group-index-fix 2024-03-04 15:35:34 +03:00
a207aeeb44 new-api 2024-03-04 15:32:48 +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
Tony
312f0f5cc9
Merge pull request #422 from Discours/hotfix/all-authors-ssr
Hotfix/all authors ssr
2024-03-03 17:27:33 +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
72610d10b5 wip 2024-02-29 23:54:34 +03:00
423af46377 fixed 2024-02-29 23:46:15 +03:00
deebe79f55 comments-hotfix 2024-02-29 20:51:07 +03:00
a87efec9dc Merge branch 'dev' of github.com:Discours/discoursio-webapp into dev 2024-02-29 18:10:56 +03:00
abc2d01485 comments-order-hotfix 2024-02-29 18:05:05 +03:00
ilya-bkv
72cb6325d9 Fix comments date in Feed page 2024-02-29 17:33:17 +03:00
ilya-bkv
c9d79088d8 Fix link border bottom color 2024-02-29 17:24:34 +03:00
9e513b2430 drafts-order-fix 2024-02-29 16:08:35 +03:00
1a3d7a9520 Merge branch 'dev' of github.com:Discours/discoursio-webapp into dev 2024-02-29 09:53:00 +03:00
147417d172 gql-hotfix 2024-02-29 09:51:39 +03:00
Ilya Y
b1b3f8b435
auth modals fix logic (#420)
auth modals fix logic
2024-02-27 17:42:54 +03:00
Ilya Y
8b066104e6
Hotfix/can edit fix (#421)
Fix canEdit() in Commetns
2024-02-27 14:41:49 +03:00
ilya-bkv
0d1aaebfa5 clearSearchParams fix 2024-02-26 15:24:03 +03:00
ilya-bkv
1d8ffe64b5 Div 2024-02-26 15:18:56 +03:00
ilya-bkv
6e1e46fca2 Cleanup code 2024-02-26 14:56:40 +03:00
ilya-bkv
80e338a60d Cleanup code 2024-02-26 14:38:48 +03:00
ilya-bkv
e34aa5e70b fix authors list pages 2024-02-26 14:38:23 +03:00
ilya-bkv
507cfebd48 Cleanup code 2024-02-26 14:19:12 +03:00
55ebc1c634 space-fix 2024-02-26 01:43:15 +03:00
bfc7ed15d8 sort-order-fix 2024-02-26 01:40:09 +03:00
96c52ae2b4 load-author-hotfix 2024-02-26 01:29:26 +03:00
132418d539 version-sync 2024-02-26 00:50:26 +03:00
5092a98fba merged 2024-02-26 00:44:58 +03:00
f5295d2c3d stat-api-hotfix 2024-02-26 00:20:55 +03:00
Ilya Y
73e1f575f8
Hotfix/all authors bugfix (#418)
bufgix to authors
2024-02-25 10:31:11 +03:00
Ilya Y
fe9fd37d9d
Fix getRandomTopics (#419) 2024-02-25 10:04:05 +03:00
7a57c39a75 follows-queries-hotfix 2024-02-23 22:31:33 +03:00
3d4f542cdf session-modal-hotfix 2024-02-23 10:44:50 +03:00
7c0759945b Merge branch 'hotfix/author-follows' into dev 2024-02-23 10:41:41 +03:00
5ca261710c Merge branch 'dev' of github.com:Discours/discoursio-webapp into dev 2024-02-23 10:40:13 +03:00
4b73ace2f0 session-modal-hotfix 2024-02-23 10:39:35 +03:00
a85a493022 session-modal-fix 2024-02-23 10:38:11 +03:00
b30ae915bb stat-query-fix 2024-02-23 02:15:17 +03:00
11e722d2af stat-fix 2024-02-23 02:13:31 +03:00
Ilya Y
4e931a39c5
Feature/all authors order (#410)
Load Authors by btn click
---------

Co-authored-by: Untone <anton.rewin@gmail.com>
2024-02-22 10:29:52 +03:00
Tony
01a4b558bd
api update (#417)
* api update

* query-fix
2024-02-21 17:25:28 +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