Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

WIP: Improve back option #4506

Merged
merged 32 commits into from
Oct 20, 2024
Merged
Show file tree
Hide file tree
Changes from 23 commits
Commits
Show all changes
32 commits
Select commit Hold shift + click to select a range
547a477
started back improvement
kkatusic Jun 4, 2024
aeac8dc
Merge branch 'develop' into improve_back_option
kkatusic Jun 4, 2024
a69c849
attempt to solve back option with useEffect and local storage
kkatusic Jun 6, 2024
4dce221
Merge branch 'develop' into improve_back_option
kkatusic Jul 4, 2024
e5eeddc
reverted changes
kkatusic Jul 5, 2024
b358443
started implementing useInfiniteQuery from React Query
kkatusic Jul 8, 2024
2845f1b
reverted back again
kkatusic Jul 9, 2024
c56a54f
reverted back again :(
kkatusic Jul 12, 2024
68aa294
set up React Query useInfiniteQuery function
kkatusic Jul 14, 2024
0429727
updated last page variable
kkatusic Jul 16, 2024
ef3c043
continuing
kkatusic Jul 16, 2024
b231f24
renamed variables
kkatusic Jul 19, 2024
a77dd0f
last try
kkatusic Jul 19, 2024
164d482
fetching fixed, removed unnecessary code
kkatusic Jul 22, 2024
214333a
fixed loading duplication
kkatusic Jul 22, 2024
bdcecb7
Merge branch 'develop' into improve_back_option
kkatusic Jul 23, 2024
b0492f4
Added reset query option
kkatusic Jul 23, 2024
ca06836
added scroll to row when you got back
kkatusic Jul 26, 2024
4edea68
removing user.id dependencies
kkatusic Jul 29, 2024
6a64614
fix loading button if something hook up
kkatusic Jul 29, 2024
aa89980
fixed total count and removed unused useEffect
kkatusic Jul 30, 2024
78a9454
fixed total count, introduced total pages
kkatusic Jul 30, 2024
89ba8a4
updated queryKey reference
kkatusic Jul 30, 2024
a341c98
Merge branch 'main' into improve_back_option
kkatusic Sep 13, 2024
e2b9ae3
fixing total count
kkatusic Sep 16, 2024
2049285
Merge branch 'develop' into improve_back_option
MohammadPCh Oct 7, 2024
1986731
removed two states added all in one
kkatusic Oct 7, 2024
cdfcb55
add fetchProjects
MohammadPCh Oct 7, 2024
0b3ea24
add total count
MohammadPCh Oct 7, 2024
0bdc388
update projects index
MohammadPCh Oct 7, 2024
d83daf9
add LAST_PROJECT_CLICKED
MohammadPCh Oct 7, 2024
6a22ca9
Merge pull request #4824 from Giveth/update-scroll-to-clicked-proejct
MohammadPCh Oct 8, 2024
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
1 change: 1 addition & 0 deletions src/components/project-card/ProjectCard.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -121,6 +121,7 @@ const ProjectCard = (props: IProjectCard) => {
</Link>
</ImagePlaceholder>
<CardBody
id={`project-card-body-${slug}`}
$isHover={
isHover
? hasFooter
Expand Down
Loading
Loading