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: Adds @register_theme decorator #3526

Merged
merged 20 commits into from
Sep 5, 2024

Commits on Aug 7, 2024

  1. feat: Adds @register_theme decorator

    Resolves one item in vega#3519
    dangotbanned committed Aug 7, 2024
    Configuration menu
    Copy the full SHA
    756b37f View commit details
    Browse the repository at this point in the history
  2. build: run update-init-file

    Adds `@register_theme` to top-level
    dangotbanned committed Aug 7, 2024
    Configuration menu
    Copy the full SHA
    3a4f276 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    d2fdf5c View commit details
    Browse the repository at this point in the history

Commits on Aug 8, 2024

  1. Configuration menu
    Copy the full SHA
    14e9c74 View commit details
    Browse the repository at this point in the history
  2. refactor(typing): Specify dict[str, Any] instead of dict[Any, Any]

    The latter may give false-positives for json-incompatible dicts
    dangotbanned committed Aug 8, 2024
    Configuration menu
    Copy the full SHA
    b5798ab View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    9d97eab View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    90ad1c9 View commit details
    Browse the repository at this point in the history

Commits on Aug 9, 2024

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

Commits on Aug 10, 2024

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

Commits on Aug 11, 2024

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

Commits on Aug 13, 2024

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

Commits on Aug 16, 2024

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

Commits on Aug 18, 2024

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

Commits on Aug 27, 2024

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

Commits on Aug 29, 2024

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

Commits on Aug 31, 2024

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

Commits on Sep 3, 2024

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

Commits on Sep 4, 2024

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

Commits on Sep 5, 2024

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