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

Develop to Master #519

Merged
merged 25 commits into from
Sep 9, 2024
Merged

Develop to Master #519

merged 25 commits into from
Sep 9, 2024

Commits on Aug 16, 2024

  1. Setup vite

    henrinie-nc committed Aug 16, 2024
    Configuration menu
    Copy the full SHA
    185ab38 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    625c63c View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    fde3e1a View commit details
    Browse the repository at this point in the history
  4. remove webpack

    henrinie-nc committed Aug 16, 2024
    Configuration menu
    Copy the full SHA
    cbe1da0 View commit details
    Browse the repository at this point in the history
  5. update license year

    henrinie-nc committed Aug 16, 2024
    Configuration menu
    Copy the full SHA
    6dd93ea View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    b123774 View commit details
    Browse the repository at this point in the history
  7. Update package name

    henrinie-nc committed Aug 16, 2024
    Configuration menu
    Copy the full SHA
    22b1a98 View commit details
    Browse the repository at this point in the history
  8. Configuration menu
    Copy the full SHA
    f6c91f9 View commit details
    Browse the repository at this point in the history
  9. fix imports

    henrinie-nc committed Aug 16, 2024
    Configuration menu
    Copy the full SHA
    ab1de84 View commit details
    Browse the repository at this point in the history
  10. fix css imports

    henrinie-nc committed Aug 16, 2024
    Configuration menu
    Copy the full SHA
    93d925b View commit details
    Browse the repository at this point in the history
  11. Configuration menu
    Copy the full SHA
    db4bcb9 View commit details
    Browse the repository at this point in the history
  12. Configuration menu
    Copy the full SHA
    f87aee6 View commit details
    Browse the repository at this point in the history
  13. Configuration menu
    Copy the full SHA
    840984a View commit details
    Browse the repository at this point in the history
  14. Configuration menu
    Copy the full SHA
    efc1771 View commit details
    Browse the repository at this point in the history
  15. Configuration menu
    Copy the full SHA
    9c85cbc View commit details
    Browse the repository at this point in the history
  16. fix typing for map.ts

    henrinie-nc committed Aug 16, 2024
    Configuration menu
    Copy the full SHA
    a1f874e View commit details
    Browse the repository at this point in the history
  17. Configuration menu
    Copy the full SHA
    f5ba595 View commit details
    Browse the repository at this point in the history
  18. Configuration menu
    Copy the full SHA
    3a90d62 View commit details
    Browse the repository at this point in the history
  19. Add fragments to fix typing issue for react children

    Seems like JSX.Element expects a single child. React.ReactNode as a type for children did not work either.
    So I did it the alternative way and added fragments.
    henrinie-nc committed Aug 16, 2024
    Configuration menu
    Copy the full SHA
    643ee4e View commit details
    Browse the repository at this point in the history
  20. Configuration menu
    Copy the full SHA
    8915ceb View commit details
    Browse the repository at this point in the history
  21. Configuration menu
    Copy the full SHA
    06b581a View commit details
    Browse the repository at this point in the history

Commits on Aug 27, 2024

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

Commits on Aug 29, 2024

  1. Configuration menu
    Copy the full SHA
    24cf60d View commit details
    Browse the repository at this point in the history
  2. fix intended use issue for readonly perms (#516)

    * fix intended use issue for readonly perms
    
    tried to render an object which is not possible as text.
    
    * add textarea to be viewable as readonly in edit mode
    
    field `note` was not showing up in edit mode for users that only had readonly perms for it
    henrinie-nc authored Aug 29, 2024
    Configuration menu
    Copy the full SHA
    009e006 View commit details
    Browse the repository at this point in the history

Commits on Sep 9, 2024

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