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

MBS-13558 (I): Migrate React components to Flow component syntax #3225

Merged
merged 47 commits into from
Apr 26, 2024

Commits on Apr 26, 2024

  1. Configuration menu
    Copy the full SHA
    8741a6d View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    eb3a7b0 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    1fa7dee View commit details
    Browse the repository at this point in the history
  4. Move type WikiDocT to WikiDocIndex

    This is only used in one place, so there's no need to have
    a separate types file just for it.
    reosarevok committed Apr 26, 2024
    Configuration menu
    Copy the full SHA
    09a5670 View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    f6d2eb0 View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    7a00aea View commit details
    Browse the repository at this point in the history
  7. Move type AreaDeleteFormT to DeleteArea

    This is only used in one place, so there's no need to have
    a separate types file just for it.
    reosarevok committed Apr 26, 2024
    Configuration menu
    Copy the full SHA
    b1e00f1 View commit details
    Browse the repository at this point in the history
  8. Configuration menu
    Copy the full SHA
    f953d6e View commit details
    Browse the repository at this point in the history
  9. Configuration menu
    Copy the full SHA
    f149919 View commit details
    Browse the repository at this point in the history
  10. Configuration menu
    Copy the full SHA
    0a55134 View commit details
    Browse the repository at this point in the history
  11. Configuration menu
    Copy the full SHA
    66c2c42 View commit details
    Browse the repository at this point in the history
  12. Configuration menu
    Copy the full SHA
    0527062 View commit details
    Browse the repository at this point in the history
  13. Configuration menu
    Copy the full SHA
    5ca68c5 View commit details
    Browse the repository at this point in the history
  14. Configuration menu
    Copy the full SHA
    27f7a9c View commit details
    Browse the repository at this point in the history
  15. Configuration menu
    Copy the full SHA
    6d00607 View commit details
    Browse the repository at this point in the history
  16. Fix typo

    reosarevok committed Apr 26, 2024
    Configuration menu
    Copy the full SHA
    627f7e6 View commit details
    Browse the repository at this point in the history
  17. Configuration menu
    Copy the full SHA
    ea421f7 View commit details
    Browse the repository at this point in the history
  18. Move type DeleteAliasFormT to DeleteAlias

    This is only used in one place, so there's no need to have
    it in a separate types file.
    reosarevok committed Apr 26, 2024
    Configuration menu
    Copy the full SHA
    37926cb View commit details
    Browse the repository at this point in the history
  19. Configuration menu
    Copy the full SHA
    b0643e0 View commit details
    Browse the repository at this point in the history
  20. Configuration menu
    Copy the full SHA
    5a962d3 View commit details
    Browse the repository at this point in the history
  21. Move type DeleteGenreFormT to DeleteGenre

    This is only used in one place, so there's no need to have
    it in a separate types file.
    reosarevok committed Apr 26, 2024
    Configuration menu
    Copy the full SHA
    b863588 View commit details
    Browse the repository at this point in the history
  22. Configuration menu
    Copy the full SHA
    691eb7d View commit details
    Browse the repository at this point in the history
  23. Move type DeleteInstrumentFormT to DeleteInstrument

    This is only used in one place, so there's no need to have
    it in a separate types file.
    reosarevok committed Apr 26, 2024
    Configuration menu
    Copy the full SHA
    f56a1fa View commit details
    Browse the repository at this point in the history
  24. Configuration menu
    Copy the full SHA
    e1ee369 View commit details
    Browse the repository at this point in the history
  25. Configuration menu
    Copy the full SHA
    f800f8f View commit details
    Browse the repository at this point in the history
  26. Configuration menu
    Copy the full SHA
    0809119 View commit details
    Browse the repository at this point in the history
  27. Configuration menu
    Copy the full SHA
    8f9d74b View commit details
    Browse the repository at this point in the history
  28. Configuration menu
    Copy the full SHA
    fa3e73c View commit details
    Browse the repository at this point in the history
  29. Configuration menu
    Copy the full SHA
    92f8452 View commit details
    Browse the repository at this point in the history
  30. Configuration menu
    Copy the full SHA
    0bb3382 View commit details
    Browse the repository at this point in the history
  31. Configuration menu
    Copy the full SHA
    f329a04 View commit details
    Browse the repository at this point in the history
  32. Configuration menu
    Copy the full SHA
    1b25156 View commit details
    Browse the repository at this point in the history
  33. Move type DeleteRecordingFormT to DeleteRecording

    This is only used in one place, so there's no need to have
    it in a separate types file.
    reosarevok committed Apr 26, 2024
    Configuration menu
    Copy the full SHA
    e21a461 View commit details
    Browse the repository at this point in the history
  34. Configuration menu
    Copy the full SHA
    bd72f5a View commit details
    Browse the repository at this point in the history
  35. Configuration menu
    Copy the full SHA
    7190d36 View commit details
    Browse the repository at this point in the history
  36. Move type DeleteReleaseFormT to DeleteRelease

    This is only used in one place, so there's no need to have
    it in a separate types file.
    reosarevok committed Apr 26, 2024
    Configuration menu
    Copy the full SHA
    223cf7f View commit details
    Browse the repository at this point in the history
  37. Configuration menu
    Copy the full SHA
    338e600 View commit details
    Browse the repository at this point in the history
  38. Configuration menu
    Copy the full SHA
    517d8bf View commit details
    Browse the repository at this point in the history
  39. Remove unnecessary explicitness while passing index

    Map will have the index anyway, so we don't need to pass it
    in these cases.
    reosarevok committed Apr 26, 2024
    Configuration menu
    Copy the full SHA
    a2c52e5 View commit details
    Browse the repository at this point in the history
  40. Configuration menu
    Copy the full SHA
    717a67a View commit details
    Browse the repository at this point in the history
  41. Configuration menu
    Copy the full SHA
    ecf8236 View commit details
    Browse the repository at this point in the history
  42. MBS-13558: Convert /tag templates to use Flow component syntax

    In order to make use of the benefits of the syntax,
    converted components/TagEntiesList here too
    so I can use its props to avoid defining things twice.
    reosarevok committed Apr 26, 2024
    Configuration menu
    Copy the full SHA
    eed0126 View commit details
    Browse the repository at this point in the history
  43. MBS-13558: Convert /taglookup templates to use Flow component syntax

    Flow wasn't happy with us passing variables we don't use
    as part of props. I made some changes on how we do typing here
    that actually allowed me to drop the separate types file entirely.
    reosarevok committed Apr 26, 2024
    Configuration menu
    Copy the full SHA
    e7f7621 View commit details
    Browse the repository at this point in the history
  44. Configuration menu
    Copy the full SHA
    0f42c68 View commit details
    Browse the repository at this point in the history
  45. Configuration menu
    Copy the full SHA
    3911f9f View commit details
    Browse the repository at this point in the history
  46. MBS-13558: Convert /voting templates to use Flow component syntax

    No changes to text content, all changes are moving
    words around for max-len purposes
    reosarevok committed Apr 26, 2024
    Configuration menu
    Copy the full SHA
    5d202c1 View commit details
    Browse the repository at this point in the history
  47. Configuration menu
    Copy the full SHA
    7830caf View commit details
    Browse the repository at this point in the history