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

Implement raw HTML elements #627

Merged
merged 29 commits into from
Apr 3, 2023
Merged

Implement raw HTML elements #627

merged 29 commits into from
Apr 3, 2023

Commits on Mar 3, 2023

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

Commits on Mar 10, 2023

  1. Rename el/__init__.py to el/generate.py

    Dynamic exports can't be statically analyzed. Going to take the approach
    of compiling out to __init__.py now.
    kbrgl committed Mar 10, 2023
    Configuration menu
    Copy the full SHA
    833306b View commit details
    Browse the repository at this point in the history
  2. Move constants to constants.py

    kbrgl committed Mar 10, 2023
    Configuration menu
    Copy the full SHA
    712a9d0 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    8679bfd View commit details
    Browse the repository at this point in the history
  4. Misc. changes in el/generate.py

    kbrgl committed Mar 10, 2023
    Configuration menu
    Copy the full SHA
    677afa7 View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    7dbd2be View commit details
    Browse the repository at this point in the history
  6. Misc. change in generate.py

    kbrgl committed Mar 10, 2023
    Configuration menu
    Copy the full SHA
    54591be View commit details
    Browse the repository at this point in the history
  7. Configuration menu
    Copy the full SHA
    42a9607 View commit details
    Browse the repository at this point in the history
  8. Update generate.py docstring

    kbrgl committed Mar 10, 2023
    Configuration menu
    Copy the full SHA
    db03192 View commit details
    Browse the repository at this point in the history
  9. Configuration menu
    Copy the full SHA
    34b8829 View commit details
    Browse the repository at this point in the history
  10. Configuration menu
    Copy the full SHA
    841fc11 View commit details
    Browse the repository at this point in the history
  11. Code quality

    kbrgl committed Mar 10, 2023
    Configuration menu
    Copy the full SHA
    56121b0 View commit details
    Browse the repository at this point in the history
  12. Configuration menu
    Copy the full SHA
    c74f9f3 View commit details
    Browse the repository at this point in the history
  13. Configuration menu
    Copy the full SHA
    f93046c View commit details
    Browse the repository at this point in the history
  14. Re-generate elements

    kbrgl committed Mar 10, 2023
    Configuration menu
    Copy the full SHA
    69d007c View commit details
    Browse the repository at this point in the history
  15. Fix circular import

    kbrgl committed Mar 10, 2023
    Configuration menu
    Copy the full SHA
    a91869c View commit details
    Browse the repository at this point in the history

Commits on Mar 16, 2023

  1. Fix autofixable ruff lints

    kbrgl committed Mar 16, 2023
    Configuration menu
    Copy the full SHA
    7d05018 View commit details
    Browse the repository at this point in the history
  2. Add docstring to el/__init__.py

    kbrgl committed Mar 16, 2023
    Configuration menu
    Copy the full SHA
    860920f View commit details
    Browse the repository at this point in the history
  3. Add docstrings to el/element.py

    kbrgl committed Mar 16, 2023
    Configuration menu
    Copy the full SHA
    a24975d View commit details
    Browse the repository at this point in the history
  4. Refactor

    kbrgl committed Mar 16, 2023
    Configuration menu
    Copy the full SHA
    51285a3 View commit details
    Browse the repository at this point in the history
  5. Fix bug in html.py

    kbrgl committed Mar 16, 2023
    Configuration menu
    Copy the full SHA
    00b9a06 View commit details
    Browse the repository at this point in the history
  6. Fix bugs in html.py

    kbrgl committed Mar 16, 2023
    Configuration menu
    Copy the full SHA
    31e7171 View commit details
    Browse the repository at this point in the history
  7. More refactoring

    kbrgl committed Mar 16, 2023
    Configuration menu
    Copy the full SHA
    c29062e View commit details
    Browse the repository at this point in the history
  8. Recompile elements/__init__.py

    kbrgl committed Mar 16, 2023
    Configuration menu
    Copy the full SHA
    ec92559 View commit details
    Browse the repository at this point in the history
  9. Configuration menu
    Copy the full SHA
    11dc121 View commit details
    Browse the repository at this point in the history
  10. Fix join in precompile.py

    kbrgl committed Mar 16, 2023
    Configuration menu
    Copy the full SHA
    2a9dfa0 View commit details
    Browse the repository at this point in the history
  11. Add more docstrings

    kbrgl committed Mar 16, 2023
    Configuration menu
    Copy the full SHA
    3f2ef13 View commit details
    Browse the repository at this point in the history
  12. Configuration menu
    Copy the full SHA
    9bcfa3a View commit details
    Browse the repository at this point in the history
  13. Recompile elements

    kbrgl committed Mar 16, 2023
    Configuration menu
    Copy the full SHA
    b0621f1 View commit details
    Browse the repository at this point in the history