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

fix: revert event listing order #206

Closed
wants to merge 2 commits into from
Closed

Conversation

Afonso-santos
Copy link
Contributor

I only revert the events order in events page. The younger event appear first

@netlify
Copy link

netlify bot commented Oct 16, 2023

Deploy Preview for coderdojobraga-web canceled.

Name Link
🔨 Latest commit d1c3045
🔍 Latest deploy log https://app.netlify.com/sites/coderdojobraga-web/deploys/652da90de213df0008136cc8

@reviewpad reviewpad bot added the app App related contributions label Oct 16, 2023
@netlify
Copy link

netlify bot commented Oct 16, 2023

Deploy Preview for coderdojobraga-blog canceled.

Name Link
🔨 Latest commit d1c3045
🔍 Latest deploy log https://app.netlify.com/sites/coderdojobraga-blog/deploys/652da90d3acf3900072cf979

@netlify
Copy link

netlify bot commented Oct 16, 2023

Deploy Preview for coderdojobraga-app ready!

Name Link
🔨 Latest commit d1c3045
🔍 Latest deploy log https://app.netlify.com/sites/coderdojobraga-app/deploys/652da90db7b65b0008e19519
😎 Deploy Preview https://deploy-preview-206--coderdojobraga-app.netlify.app
📱 Preview on mobile
Toggle QR Code...

QR Code

Use your smartphone camera to open QR code link.

To edit notification comments on pull requests, go to your Netlify site configuration.

@reviewpad
Copy link

reviewpad bot commented Oct 16, 2023

AI-Generated Summary: This pull request makes minor changes to the events.js file in the apps directory. Specifically, the pull request adds code to reverse the order of the events array obtained from "useEvents()" hook. The events are then rendered in reverse order on the page. The changes ensure that the array returned by useEvents is not modified directly; instead, a new array "reversedEvents" is created to hold the reversed events.

@netlify
Copy link

netlify bot commented Oct 16, 2023

Deploy Preview for coderdojobraga-maintenance canceled.

Name Link
🔨 Latest commit d1c3045
🔍 Latest deploy log https://app.netlify.com/sites/coderdojobraga-maintenance/deploys/652da90d830d9e00083c9a12

apps/app/pages/events.js Outdated Show resolved Hide resolved
@Afonso-santos
Copy link
Contributor Author

fix: Revert events order

@ruilopesm ruilopesm changed the title fix: Revert events order fix: revert event listing order Nov 30, 2023
Copy link
Member

@ruilopesm ruilopesm left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

This is not working for me.
image

@Afonso-santos Afonso-santos deleted the as/change_events_order branch December 6, 2023 18:10
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
app App related contributions
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants