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/list all events in previous events view #302

Open
wants to merge 3 commits into
base: master
Choose a base branch
from

Commits on Oct 27, 2024

  1. ✨Add pagination for past events, adjust layout and CSS styling

    - Implemented dynamic pagination for 'Tidligere' (past events) with ellipsis for long page lists to enhance user navigation.
    - Adjusted component structure to ensure pagination controls render directly under the events list.
    - Added conditional rendering and CSS tweaks to handle cases with numerous pages.
    - Reduced event overview width for better alignment and display consistency across pages.
    - Included error handling and pagination controls styling adjustments for improved UI feedback on navigation buttons.
    TorgrimRL committed Oct 27, 2024
    Configuration menu
    Copy the full SHA
    b5fae24 View commit details
    Browse the repository at this point in the history
  2. ✨fix improve frontend API calls and error handling for past events count

        ♻️ Refactor getPastEventsCount function to use the custom get function instead of fetch for consistency
        ✅ Add error handling in frontend for getPastEventsCount to handle exceptions gracefully
        🔧 Adjust frontend proxy configuration to correctly route API calls to the backend server
    TorgrimRL committed Oct 27, 2024
    Configuration menu
    Copy the full SHA
    2992284 View commit details
    Browse the repository at this point in the history

Commits on Oct 29, 2024

  1. Configuration menu
    Copy the full SHA
    6e9ad48 View commit details
    Browse the repository at this point in the history