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(ui): flatten ui/src/app dir #13815

Merged
merged 4 commits into from
Oct 28, 2024

Commits on Oct 25, 2024

  1. refactor(ui): flatten ui/src/app dir

    - move `ui/src/models` to `ui/src/shared/models`
    - and flatten the rest
    
    - also fix name of `workflow-operation-map.tsx` to `.ts` as it doesn't have JSX/TSX
    
    - also move `webpack.config.js` out of `ui/src/app` and to `ui/`
      - same with `tsconfig.json`
      - remove symlinks and config that was previously necessary due to having config in the subdirectory
    
    Signed-off-by: Anton Gilgur <agilgur5@gmail.com>
    agilgur5 committed Oct 25, 2024
    Configuration menu
    Copy the full SHA
    cc488e4 View commit details
    Browse the repository at this point in the history
  2. fix types in models

    - these all failed to typecheck due to using `{}` as a type -- use `any` instead
    
    Signed-off-by: Anton Gilgur <agilgur5@gmail.com>
    agilgur5 committed Oct 25, 2024
    Configuration menu
    Copy the full SHA
    72ac9da View commit details
    Browse the repository at this point in the history
  3. fix output paths

    Signed-off-by: Anton Gilgur <agilgur5@gmail.com>
    agilgur5 committed Oct 25, 2024
    Configuration menu
    Copy the full SHA
    b4735a6 View commit details
    Browse the repository at this point in the history
  4. fix missing merge conflict resolution

    Signed-off-by: Anton Gilgur <agilgur5@gmail.com>
    agilgur5 committed Oct 25, 2024
    Configuration menu
    Copy the full SHA
    80f636c View commit details
    Browse the repository at this point in the history