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

Refactor /meetings to support react-router v6 #4369

Commits on Dec 13, 2023

  1. Configuration menu
    Copy the full SHA
    4f7d6e8 View commit details
    Browse the repository at this point in the history
  2. Fix tags on meeting list items

    It would compare usernames with user IDs.
    
    Replaced the pills with tags since it looks better and matches the
    author tag on comments. Expanded the Tag component to accept icon sizes,
    since the pencil icon looked off with the default sizing.
    ivarnakken committed Dec 13, 2023
    Configuration menu
    Copy the full SHA
    691323d View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    acf0a84 View commit details
    Browse the repository at this point in the history
  4. Refactor meeting editor to support react-router v6

    Also fix some ts types here and there
    ivarnakken committed Dec 13, 2023
    Configuration menu
    Copy the full SHA
    b00bf1f View commit details
    Browse the repository at this point in the history