Commit Graph

73 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
780f59f517 feed-comments-order-fix 2024-03-01 16:04:28 +03:00
abc2d01485 comments-order-hotfix 2024-02-29 18:05:05 +03:00
96c52ae2b4 load-author-hotfix 2024-02-26 01:29:26 +03:00
5092a98fba merged 2024-02-26 00:44:58 +03:00
Tony
01a4b558bd
api update (#417)
* api update

* query-fix
2024-02-21 17:25:28 +03:00
ilya-bkv
6b2cadfcb6 Fix topic subscriptions status 2024-02-08 12:11:52 +03:00
361c916687 async-fixes 2024-02-05 18:04:23 +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
Ilya Y
21e9fc00da
Feature/refactoring subscriptions (#392)
refactoring Author page and Top Authors subscribe logic
2024-02-03 10:56:11 +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
14e59690bc translate-fixes
All checks were successful
deploy / test (push) Successful in 1m9s
2023-12-28 03:30:09 +03:00
605d510e54 rating-view-fix
All checks were successful
deploy / test (push) Successful in 1m7s
2023-12-28 02:35:43 +03:00
5bd7483e4e hide-not-loaded-rating
All checks were successful
deploy / test (push) Successful in 1m6s
2023-12-28 02:14:33 +03:00
7ac836e4e3 trybyid 2023-12-28 00:04:09 +03:00
5f0ab7d870 ensure-load-author
All checks were successful
deploy / test (push) Successful in 1m9s
2023-12-27 23:55:36 +03:00
c17aa90c13 testing-deploy
All checks were successful
deploy / test (push) Successful in 1m30s
2023-12-26 13:05:15 +03:00
653d6771a0 profile-fix 2023-12-25 10:32:53 +03:00
2bbaaa6cf1 profile-debug 2023-12-25 09:52:04 +03:00
41cc07e30f search fix + some minor fixes
Some checks failed
deploy / test (push) Failing after 55s
deploy / deploy (push) Has been skipped
2023-12-25 08:31:26 +03:00
bdb4f7a370 session-reset-fix 2023-12-25 00:44:01 +03:00
aca1358c18 get-authors-all-fix
Some checks failed
deploy / test (push) Successful in 1m6s
deploy / deploy (push) Failing after 27s
2023-12-24 20:29:16 +03:00
57baccccf2 merged.
Some checks failed
deploy / test (push) Failing after 55s
deploy / deploy (push) Has been skipped
2023-12-18 04:15:49 +03:00
25aaecf360 Merge remote-tracking branch 'hub/main' into feature/sse-connect
Some checks failed
deploy / test (push) Failing after 57s
deploy / deploy (push) Has been skipped
2023-12-18 03:26:56 +03:00
dd370144a7 session-fixes
Some checks failed
deploy / test (push) Failing after 1m41s
deploy / deploy (push) Has been skipped
2023-12-17 15:36:47 +03:00
Ilya Y
9acfdafc2e
Feature/og meta tags (#329)
Add SEO metatags
2023-12-13 13:39:31 +03:00
8cfbe8303c refactored. 2023-11-28 16:18:25 +03:00
Ilya Y
784bb435c3
Feature/lint (#317)
* prettier

---------

Co-authored-by: Igor Lobanov <igor.lobanov@onetwotrip.com>
2023-11-14 18:10:00 +03:00
Kosta
d90572e243
Fix/meta (#314)
* WIP

* WIP

* lint

* package-lock.json

* test

* test

* meta tags fixed

* dynamic titles fix

---------

Co-authored-by: Igor Lobanov <igor.lobanov@onetwotrip.com>
2023-11-14 12:45:44 +02:00
Ilya Y
a54d592038
Feature/thumbor (#284)
* thumbor integration
* disabled lazy loading for some images
* add profile userpic upload error message

---------

Co-authored-by: Igor Lobanov <igor.lobanov@onetwotrip.com>
2023-10-27 21:50:13 +03:00
Ilya Y
023e0067f8
Feature/en locale fix (#278)
* en locale fix

* lint

---------

Co-authored-by: Igor Lobanov <igor.lobanov@onetwotrip.com>
2023-10-23 14:15:19 +03:00
Ilya Y
bfe1ef2e85
Feature/refactoring user card (#274)
* Refactoring AuthorCard
* fix alphabet sort
2023-10-20 19:21:40 +03:00
Ilya Y
4da78d2e68
Feature/update confirm modal (#264)
Update confirm modal
2023-10-16 18:57:29 +03:00
Ilya Y
d7d1c41d85
Conditional stat (#263)
Show when={author()} in profile
2023-10-16 13:31:10 +03:00
Ilya Y
6de5590223
Fix profile modals (#260) 2023-10-15 15:09:31 +03:00
Ilya Y
2674717f04
Feature/notifications (#244)
* WIP

* WIP

* WIP

* packaga-lock.json

* WIP

* WIP

* WIP

* WIP

* v0.1

* debug code removed

---------

Co-authored-by: Igor Lobanov <igor.lobanov@onetwotrip.com>
2023-10-14 14:39:24 +03:00
Ilya Y
b1db22aa23
Change followers modal logic (#257) 2023-10-12 23:32:42 +03:00
Ilya Y
13b92c2201
Feature/profile improvements (#255)
* Show social in profile
* change profile view
* fix facebook
2023-10-12 17:28:00 +03:00