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

Make approval of imported entities work & other improvements #1103

Merged
merged 8 commits into from
Jul 17, 2024

Commits on Jul 8, 2024

  1. style(imports): Properly center the alert message using a BS Col

    Move the alert into the footer component, it was duplicated for each
    entity type.
    kellnerd committed Jul 8, 2024
    Configuration menu
    Copy the full SHA
    a909815 View commit details
    Browse the repository at this point in the history
  2. chore: Migrate from react-bootstrap v0.x to v1, part 3

    * Replace "mdOffset", "justified" and "condensed" attributes.
    * "default" is not a valid variant, other cancel buttons use "secondary"
    kellnerd committed Jul 8, 2024
    Configuration menu
    Copy the full SHA
    b8a1eb5 View commit details
    Browse the repository at this point in the history
  3. fix(imports): Fully enable HMR in development

    Copied from the other controllers...
    kellnerd committed Jul 8, 2024
    Configuration menu
    Copy the full SHA
    d5db876 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    811982a View commit details
    Browse the repository at this point in the history

Commits on Jul 9, 2024

  1. Configuration menu
    Copy the full SHA
    1434038 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    f289c71 View commit details
    Browse the repository at this point in the history
  3. fix(imports): Pass entity model instead of JSON to search indexing

    The ORM functions have been changed to return the Bookshelf model.
    kellnerd committed Jul 9, 2024
    Configuration menu
    Copy the full SHA
    148bd95 View commit details
    Browse the repository at this point in the history

Commits on Jul 15, 2024

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