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

feat: web client #204

Open
wants to merge 40 commits into
base: main
Choose a base branch
from

Commits on Dec 11, 2022

  1. Configuration menu
    Copy the full SHA
    b9f8b78 View commit details
    Browse the repository at this point in the history
  2. feat: init yarn package

    yarn init --yes
    SalathielGenese committed Dec 11, 2022
    Configuration menu
    Copy the full SHA
    f0d55be View commit details
    Browse the repository at this point in the history
  3. feat: init angular application

    cd jsgenerator-web
    ng new jsgenerator-web --new-project-root . --prefix jsgenerator --package-manager yarn --style sass --routing --strict --force
    mv jsgenerator-web/.* .
    mv jsgenerator-web/* .
    rm jsgenerator-web/
    SalathielGenese committed Dec 11, 2022
    Configuration menu
    Copy the full SHA
    fb57456 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    5a6102e View commit details
    Browse the repository at this point in the history
  5. feat: add UI framework

    yarn add tailwindcss postcss autoprefixer --dev
    SalathielGenese committed Dec 11, 2022
    Configuration menu
    Copy the full SHA
    903b7ea View commit details
    Browse the repository at this point in the history
  6. feat: bootstrap Tailwind default configuration

    yarn tailwindcss init
    SalathielGenese committed Dec 11, 2022
    Configuration menu
    Copy the full SHA
    611e888 View commit details
    Browse the repository at this point in the history
  7. Configuration menu
    Copy the full SHA
    6caf637 View commit details
    Browse the repository at this point in the history
  8. Configuration menu
    Copy the full SHA
    5976814 View commit details
    Browse the repository at this point in the history
  9. Configuration menu
    Copy the full SHA
    85134df View commit details
    Browse the repository at this point in the history
  10. Configuration menu
    Copy the full SHA
    b0a2872 View commit details
    Browse the repository at this point in the history
  11. Configuration menu
    Copy the full SHA
    f4817a6 View commit details
    Browse the repository at this point in the history
  12. Configuration menu
    Copy the full SHA
    21f73df View commit details
    Browse the repository at this point in the history
  13. fix: label casing

    SalathielGenese committed Dec 11, 2022
    Configuration menu
    Copy the full SHA
    03672ec View commit details
    Browse the repository at this point in the history
  14. Configuration menu
    Copy the full SHA
    a3d848f View commit details
    Browse the repository at this point in the history
  15. Configuration menu
    Copy the full SHA
    a38124e View commit details
    Browse the repository at this point in the history
  16. Configuration menu
    Copy the full SHA
    2ef9ead View commit details
    Browse the repository at this point in the history
  17. Configuration menu
    Copy the full SHA
    f6ee9a2 View commit details
    Browse the repository at this point in the history
  18. Configuration menu
    Copy the full SHA
    5f56c60 View commit details
    Browse the repository at this point in the history
  19. Configuration menu
    Copy the full SHA
    fc26463 View commit details
    Browse the repository at this point in the history
  20. Configuration menu
    Copy the full SHA
    9ef0dab View commit details
    Browse the repository at this point in the history
  21. Configuration menu
    Copy the full SHA
    55a4ff5 View commit details
    Browse the repository at this point in the history
  22. Configuration menu
    Copy the full SHA
    827fda2 View commit details
    Browse the repository at this point in the history

Commits on Dec 12, 2022

  1. feat: design and integrate the navigation bar, from which we can cont…

    …rol the configuration popup dealing with configuration state
    SalathielGenese committed Dec 12, 2022
    Configuration menu
    Copy the full SHA
    b6f24e1 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    a6fca8a View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    a763ec2 View commit details
    Browse the repository at this point in the history
  4. feat: add full fledge web editor dependency

    yarn add monaco-editor
    SalathielGenese committed Dec 12, 2022
    Configuration menu
    Copy the full SHA
    3c82ff4 View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    bbf4ddd View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    2eab1ac View commit details
    Browse the repository at this point in the history
  7. Configuration menu
    Copy the full SHA
    3b46722 View commit details
    Browse the repository at this point in the history
  8. Configuration menu
    Copy the full SHA
    773bcbe View commit details
    Browse the repository at this point in the history
  9. Configuration menu
    Copy the full SHA
    61826e6 View commit details
    Browse the repository at this point in the history
  10. Configuration menu
    Copy the full SHA
    3b96ae0 View commit details
    Browse the repository at this point in the history
  11. Configuration menu
    Copy the full SHA
    e0f74e6 View commit details
    Browse the repository at this point in the history
  12. Configuration menu
    Copy the full SHA
    d206d0b View commit details
    Browse the repository at this point in the history
  13. Configuration menu
    Copy the full SHA
    6143906 View commit details
    Browse the repository at this point in the history
  14. Configuration menu
    Copy the full SHA
    88c915e View commit details
    Browse the repository at this point in the history
  15. Configuration menu
    Copy the full SHA
    1758753 View commit details
    Browse the repository at this point in the history
  16. Configuration menu
    Copy the full SHA
    e4e07fa View commit details
    Browse the repository at this point in the history
  17. Configuration menu
    Copy the full SHA
    1e0de7d View commit details
    Browse the repository at this point in the history
  18. Configuration menu
    Copy the full SHA
    6790f63 View commit details
    Browse the repository at this point in the history