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/index file for re export #407

Closed

Commits on May 16, 2024

  1. feat(renderer/components): created index file for re-exports

    This allos us to have a shorter import path along with more flexibility
    to import more local files
    itsOdell committed May 16, 2024
    Configuration menu
    Copy the full SHA
    f06227f View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    2797e79 View commit details
    Browse the repository at this point in the history
  3. refactor: replace theme import path with path alias for clean imports

    Every theme.css import that is away by 3 directories (e.g
    ../../../themes.css) is replaced with a path alias (e.g
    @renderer/theme.css)
    itsOdell committed May 16, 2024
    Configuration menu
    Copy the full SHA
    cf2359f View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    e17f200 View commit details
    Browse the repository at this point in the history