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

Migrate to react #351

Merged
merged 48 commits into from
Dec 19, 2022
Merged

Migrate to react #351

merged 48 commits into from
Dec 19, 2022

Commits on Dec 19, 2022

  1. Configuration menu
    Copy the full SHA
    ee9562e View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    48aaad7 View commit details
    Browse the repository at this point in the history
  3. Migration: Add Home page

    reglim committed Dec 19, 2022
    Configuration menu
    Copy the full SHA
    ea0f878 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    af4377b View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    01b5b79 View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    b5734e1 View commit details
    Browse the repository at this point in the history
  7. Configuration menu
    Copy the full SHA
    cf35e64 View commit details
    Browse the repository at this point in the history
  8. Migration: Add Upload Page

    You can now upload documentation in a new ui with drag and drop :)
    reglim committed Dec 19, 2022
    Configuration menu
    Copy the full SHA
    b9d1aa5 View commit details
    Browse the repository at this point in the history
  9. Configuration menu
    Copy the full SHA
    a5b6da7 View commit details
    Browse the repository at this point in the history
  10. Configuration menu
    Copy the full SHA
    8501dc7 View commit details
    Browse the repository at this point in the history
  11. Migration: Refactoring

    I cleaned up some bad decisions :)
    reglim committed Dec 19, 2022
    Configuration menu
    Copy the full SHA
    c91b3af View commit details
    Browse the repository at this point in the history
  12. Migration: Add Claim Page

    reglim committed Dec 19, 2022
    Configuration menu
    Copy the full SHA
    041a6c3 View commit details
    Browse the repository at this point in the history
  13. Configuration menu
    Copy the full SHA
    6efe778 View commit details
    Browse the repository at this point in the history
  14. Configuration menu
    Copy the full SHA
    f4f11bf View commit details
    Browse the repository at this point in the history
  15. Configuration menu
    Copy the full SHA
    77986a9 View commit details
    Browse the repository at this point in the history
  16. Configuration menu
    Copy the full SHA
    f3bb814 View commit details
    Browse the repository at this point in the history
  17. Configuration menu
    Copy the full SHA
    28f133e View commit details
    Browse the repository at this point in the history
  18. Configuration menu
    Copy the full SHA
    3a2c0b5 View commit details
    Browse the repository at this point in the history
  19. Configuration menu
    Copy the full SHA
    fa6963d View commit details
    Browse the repository at this point in the history
  20. Configuration menu
    Copy the full SHA
    d0e19b9 View commit details
    Browse the repository at this point in the history
  21. Configuration menu
    Copy the full SHA
    249bf3b View commit details
    Browse the repository at this point in the history
  22. Configuration menu
    Copy the full SHA
    a994dd1 View commit details
    Browse the repository at this point in the history
  23. Configuration menu
    Copy the full SHA
    89190d5 View commit details
    Browse the repository at this point in the history
  24. Configuration menu
    Copy the full SHA
    6a3e87d View commit details
    Browse the repository at this point in the history
  25. Configuration menu
    Copy the full SHA
    786f4fd View commit details
    Browse the repository at this point in the history
  26. Configuration menu
    Copy the full SHA
    bb807f0 View commit details
    Browse the repository at this point in the history
  27. Migration: Fix Version priority on docs page and other improvements

    * If latest was specified, the version with the latest tag is selected
    by default
    * Removed the version from the link on the home page
    * Add The Upload Button to the Help page
    * Small Documentation improvements
    reglim committed Dec 19, 2022
    Configuration menu
    Copy the full SHA
    473c187 View commit details
    Browse the repository at this point in the history
  28. Configuration menu
    Copy the full SHA
    6a2f922 View commit details
    Browse the repository at this point in the history
  29. Configuration menu
    Copy the full SHA
    504b625 View commit details
    Browse the repository at this point in the history
  30. Migration: Fix Data Fetching

    Data was often fetched more than once, and handling errors was
    difficult, so I switched to using SWR (a data fetching library).
    Also fixed some bugs with Error Messages.
    reglim committed Dec 19, 2022
    Configuration menu
    Copy the full SHA
    eaf72cd View commit details
    Browse the repository at this point in the history
  31. Configuration menu
    Copy the full SHA
    f9ca626 View commit details
    Browse the repository at this point in the history
  32. Configuration menu
    Copy the full SHA
    1d2a455 View commit details
    Browse the repository at this point in the history
  33. Configuration menu
    Copy the full SHA
    5dfd39b View commit details
    Browse the repository at this point in the history
  34. Migration: Fix Data Fetching

    reglim committed Dec 19, 2022
    Configuration menu
    Copy the full SHA
    7138e84 View commit details
    Browse the repository at this point in the history
  35. Configuration menu
    Copy the full SHA
    8db401b View commit details
    Browse the repository at this point in the history
  36. Migration: Fix Data Fetching

    reglim committed Dec 19, 2022
    Configuration menu
    Copy the full SHA
    72b19db View commit details
    Browse the repository at this point in the history
  37. Configuration menu
    Copy the full SHA
    6e04b0f View commit details
    Browse the repository at this point in the history
  38. Migration: Remove Old Web

    reglim committed Dec 19, 2022
    Configuration menu
    Copy the full SHA
    dc553b4 View commit details
    Browse the repository at this point in the history
  39. Configuration menu
    Copy the full SHA
    14020f7 View commit details
    Browse the repository at this point in the history
  40. Configuration menu
    Copy the full SHA
    aa803aa View commit details
    Browse the repository at this point in the history
  41. Configuration menu
    Copy the full SHA
    b4f9e02 View commit details
    Browse the repository at this point in the history
  42. Configuration menu
    Copy the full SHA
    50d2a34 View commit details
    Browse the repository at this point in the history
  43. Migration: Add Search UI

    reglim committed Dec 19, 2022
    Configuration menu
    Copy the full SHA
    d27e9c4 View commit details
    Browse the repository at this point in the history
  44. Configuration menu
    Copy the full SHA
    9780970 View commit details
    Browse the repository at this point in the history
  45. Configuration menu
    Copy the full SHA
    94c61f6 View commit details
    Browse the repository at this point in the history
  46. Configuration menu
    Copy the full SHA
    9e29bdf View commit details
    Browse the repository at this point in the history
  47. Migration: Refactoring

    Minor stuff, like using the arrow sytax everywhere and moving some
    interface definitions around.
    Also, added a message provider for unified banners, and implemented a
    rule to disallow projects with names that conflict with pages on docat
    web.
    reglim committed Dec 19, 2022
    Configuration menu
    Copy the full SHA
    a571620 View commit details
    Browse the repository at this point in the history
  48. Configuration menu
    Copy the full SHA
    37c2882 View commit details
    Browse the repository at this point in the history