Commit Graph

645 Commits

Author SHA1 Message Date
ilya-bkv
b3155c4535 fix author view 2024-04-26 06:13:23 +03:00
ilya-bkv
ac39230271 update 2024-04-26 06:05:10 +03:00
Tony
b9f7d01339
Merge pull request #427 from Discours/hotfix/correct-following-status
Hotfix/correct following status
2024-04-25 19:36:32 +03:00
Ilya Y
1c94638ce8
Add pagination on Expo (#441)
* Add pagination on Expo

* update Expo load articles method
2024-04-25 16:55:34 +03:00
23326b10f7 postmerge-fix 2024-04-25 13:53:51 +03:00
e38d3b39b7 Merge branch 'dev' into hotfix/correct-following-status 2024-04-25 13:46:36 +03:00
ilya-bkv
5334291878 fix feed dropdown 2024-04-24 15:48:37 +03:00
Ilya Y
c1d1f05edf
Hotfix/author comments render (#446)
Fix comments fetching
2024-04-24 11:08:00 +03:00
36970c03c4 profile-fix 2024-04-17 19:26:26 +03:00
0f28fe891a post-oauth-fix 2024-04-17 18:47:24 +03:00
69fc0ffd07 less-code 2024-04-17 16:44:53 +03:00
6fbe9603fe conditional 2024-04-16 07:08:20 +03:00
f2012bca18 load-fix 2024-04-16 07:07:36 +03:00
f7c33c167a fmt 2024-04-16 07:03:05 +03:00
bd4fedc6c7 preloaded-author-fix 2024-04-16 07:01:18 +03:00
6e48e64497 -npm-run-format 2024-04-15 21:01:00 +03:00
ilya-bkv
e3a2aaf73a Load user profile 2024-04-15 15:39:34 +03:00
455006f627 fmt 2024-04-08 18:19:43 +03:00
cf0214563d use-following-data-2 2024-04-08 17:48:58 +03:00
aeb42de908 use-following-data 2024-04-08 16:14:19 +03:00
79961b7f47 fdata-fix 2024-04-08 16:04:10 +03:00
adae4c0144 Merge branch 'dev' into feature/session-upgrade 2024-04-08 15:59:50 +03:00
6d12b01d56 author-type-fix 2024-04-08 15:54:01 +03:00
58c4d6eae7 app-data-author 2024-04-08 15:49:40 +03:00
ilya-bkv
b9591d7364 Cleanup code 2024-04-02 14:28:43 +03:00
ilya-bkv
d55be2505d load Random Topics on Mount 2024-04-02 14:27:56 +03:00
ilya-bkv
d5aa083a2f Fix Topic Top Articles 2024-03-29 20:25:17 +03:00
ilya-bkv
70bc237e2c Fix Topic Top Articles 2024-03-29 20:25:07 +03:00
ilya-bkv
5e5693332c Load more fix 2024-03-29 16:53:26 +03:00
ilya-bkv
75d929efda Fix expo 2024-03-29 12:35:01 +03:00
ilya-bkv
0b88357f7c Fix expo 2024-03-29 12:30:38 +03:00
Ilya Y
78dd43a497
Fix expo article length (#431) 2024-03-27 03:54:15 +03:00
Ilya Y
b84e7f43f7
Fix reload page after foute from profile to another profile (#430) 2024-03-25 16:07:14 +03:00
0c078a7bc1 get-image-url-hotfix 2024-03-22 08:25:01 +03:00
ilya-bkv
c80b2f044a Merge dev 2024-03-21 15:48:54 +03:00
ilya-bkv
4c655509df Merge remote-tracking branch 'origin/dev' into hotfix/correct-following-status
# Conflicts:
#	src/components/Views/Author/Author.tsx
2024-03-21 15:48:36 +03:00
ilya-bkv
d4ce74b491 Hide modal after route to profile from another profile 2024-03-21 11:42:28 +03:00
ilya-bkv
97b1ec4386 Audio player fix (play by track click) 2024-03-20 14:59:07 +03:00
ilya-bkv
084bd29d2b Change Expo article's count 2024-03-18 14:22:10 +03:00
Ilya Y
6812ecd187
One request for random topics (#428) 2024-03-18 14:07:28 +03:00
ilya-bkv
4fdd025e44 [FIX] Show more shouts 2024-03-18 10:22:12 +03:00
ilya-bkv
8d78ba2c62 fix preload author 2024-03-15 19:42:55 +03:00
ilya-bkv
dd4065036f cleanup code 2024-03-15 18:24:33 +03:00
ilya-bkv
00a0436835 cleanup code 2024-03-15 17:58:34 +03:00
ilya-bkv
d202845aab run fix checks 2024-03-15 17:57:03 +03:00
ilya-bkv
edf4400627 Change follow logic 2024-03-15 17:55:37 +03:00
ilya-bkv
b44008b229 [WIP] 2024-03-14 09:22:43 +03:00
b31d0deed4 merged 2024-03-07 15:31:09 +03:00
ilya-bkv
2280a776b3 Improve draft saving process in EditView 2024-03-07 15:13:52 +03:00
3e2d7416b7 merged 2024-03-06 15:37:16 +03:00
626624ddb4 topics-comments 2024-03-06 15:36:12 +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
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
423af46377 fixed 2024-02-29 23:46:15 +03:00
deebe79f55 comments-hotfix 2024-02-29 20:51:07 +03:00
abc2d01485 comments-order-hotfix 2024-02-29 18:05:05 +03:00
9e513b2430 drafts-order-fix 2024-02-29 16:08:35 +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
5092a98fba merged 2024-02-26 00:44:58 +03:00
Ilya Y
73e1f575f8
Hotfix/all authors bugfix (#418)
bufgix to authors
2024-02-25 10:31:11 +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
560739627a more-defined 2024-02-17 18:13:54 +03:00
0dd2736dd5 catch-response-on-update 2024-02-17 18:03:01 +03:00
ilya-bkv
a445e360c9 fix title error-message in editor 2024-02-13 16:09:44 +03:00
Tony
b3e3068a8d
Merge pull request #403 from Discours/hotfix/topicSubscibtionsFix
Fix topic subscriptions status
2024-02-08 17:25:08 +03:00
0cc22e8942
Fix static pages (#402)
* Fix static pages
Co-authored-by: ilya-bkv <i.yablokov@ccmp.me>
2024-02-08 12:36:53 +03:00
ilya-bkv
6b2cadfcb6 Fix topic subscriptions status 2024-02-08 12:11:52 +03:00
d39872281e maintopic-limit-hotfix 2024-02-05 22:05:49 +03:00
361c916687 async-fixes 2024-02-05 18:04:23 +03:00
238a17a9de nostylelint-stage 2024-02-05 16:06:44 +03:00
ilya-bkv
f2315411b2 Fix subscribe logic (refactoring) 2024-02-05 15:34:47 +03:00
333d7c5961 no-actions-context-value
Some checks failed
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
ab48f173b3
Merge pull request #386 from Discours/hotfix/posting
Hotfix/posting
2024-02-03 17:56:25 +03:00
Ilya Y
ce1eb2aa43
Hotfix/author page title (#393)
Author page title fix
2024-02-03 12:23:44 +03:00
62250ba239 expect-meta 2024-02-03 11:58:10 +03:00
ebec141b77 author-name-fix 2024-02-03 11:52:13 +03:00
e3347bd923 debug-comments-log 2024-02-03 11:42:49 +03:00
44801d58ec postfixes 2024-02-03 11:16:47 +03:00
fb95c7412f Merge remote-tracking branch 'hub/dev' into hotfix/posting 2024-02-03 11:12:44 +03:00
Ilya Y
21e9fc00da
Feature/refactoring subscriptions (#392)
refactoring Author page and Top Authors subscribe logic
2024-02-03 10:56:11 +03:00
920c6de8de modal-fix 2024-02-03 08:19:15 +03:00
c158532cc1 draft-remove-fix 2024-02-03 00:52:04 +03:00
Tony
829e523d36
Hotfix/featured (#391)
add: Shout.featured_at
remove: Shout.visibility
2024-02-02 20:29:53 +03:00
7e46bbdd9e subs-fix 2024-01-31 20:38:00 +03:00
f6c64b1d46 fetch-comments-fix 2024-01-31 19:09:42 +03:00
2103db3ebd load-comments-fix 2024-01-31 18:15:23 +03:00
af95e81c47 package-lock-fix 2024-01-31 16:42:59 +03:00
090a8f2633 dev 2024-01-31 15:34:15 +03:00
1094a2de6f edit-fix 2024-01-26 03:50:04 +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
83e3cf1d19 topics-fix-4 2024-01-24 14:32:36 +03:00