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

Add virtual event support & filter enhancements #57

Closed
wants to merge 5 commits into from

Conversation

FlyersPh9
Copy link
Collaborator

@FlyersPh9 FlyersPh9 commented Mar 3, 2024

  • Add support for virtual events via the is_online front matter. While the Facebook API will be one or the other, I've added support for both at the same time.
  • Remove genre option from front matter.
  • Add notification marker to filter drop down button if a filter is active (not working as expected yet)
  • Add opacity transition for open / close of filter drawer.

@FlyersPh9 FlyersPh9 self-assigned this Mar 3, 2024
Copy link

netlify bot commented Mar 3, 2024

Deploy Preview for hard-dance ready!

Name Link
🔨 Latest commit 07e4514
🔍 Latest deploy log https://app.netlify.com/sites/hard-dance/deploys/65e4e95ada71510008e9d0e9
😎 Deploy Preview https://deploy-preview-57--hard-dance.netlify.app
📱 Preview on mobile
Toggle QR Code...

QR Code

Use your smartphone camera to open QR code link.
Lighthouse
Lighthouse
1 paths audited
Performance: 47
Accessibility: 98
Best Practices: 92
SEO: 93
PWA: 100
View the detailed breakdown and full score reports

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

}
}

function filterPosts() {
const selectedLocation = locationSelect.value;
const selectedType = typeSelect.value;
const selectedHostClass = "filter-host-" + hostSelect.value;
let filterActive = false; // Flag to track if any filter is active
Copy link
Collaborator Author

Choose a reason for hiding this comment

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

@rohan-kadkol I could use some help with this filters script.

  1. Filtering by Location > Virtual is not hooked up yet (and maybe it shouldn't be under location to begin with).
  2. The notification marker is not working as expected. You should see the red dot on the filter dropdown button if any filter is active.
  3. We should explore narrowing location down even further. Perhaps after a continent is selected you can then select a country?
  4. Can we save the filter options selected so if the user leaves the page and comes back we keep their preferences?

@FlyersPh9 FlyersPh9 closed this Mar 10, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant