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

Decorator madness #4205

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

Decorator madness #4205

wants to merge 29 commits into from

Commits on Feb 24, 2024

  1. decorators ahoy

    willmcgugan committed Feb 24, 2024
    Configuration menu
    Copy the full SHA
    6dac453 View commit details
    Browse the repository at this point in the history
  2. restore calculator

    willmcgugan committed Feb 24, 2024
    Configuration menu
    Copy the full SHA
    b28d420 View commit details
    Browse the repository at this point in the history

Commits on Feb 26, 2024

  1. Add validate decorator

    willmcgugan committed Feb 26, 2024
    Configuration menu
    Copy the full SHA
    115e6d8 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    61f3480 View commit details
    Browse the repository at this point in the history
  3. typing, remove print

    willmcgugan committed Feb 26, 2024
    Configuration menu
    Copy the full SHA
    36f94b7 View commit details
    Browse the repository at this point in the history
  4. icon emoji

    willmcgugan committed Feb 26, 2024
    Configuration menu
    Copy the full SHA
    78b8313 View commit details
    Browse the repository at this point in the history
  5. test fix

    willmcgugan committed Feb 26, 2024
    Configuration menu
    Copy the full SHA
    66074e8 View commit details
    Browse the repository at this point in the history
  6. removed import

    willmcgugan committed Feb 26, 2024
    Configuration menu
    Copy the full SHA
    facc087 View commit details
    Browse the repository at this point in the history
  7. snapshot fix

    willmcgugan committed Feb 26, 2024
    Configuration menu
    Copy the full SHA
    adaacb0 View commit details
    Browse the repository at this point in the history

Commits on Feb 27, 2024

  1. command fix

    willmcgugan committed Feb 27, 2024
    Configuration menu
    Copy the full SHA
    b3aa08b View commit details
    Browse the repository at this point in the history
  2. type fixes docs

    willmcgugan committed Feb 27, 2024
    Configuration menu
    Copy the full SHA
    3685d55 View commit details
    Browse the repository at this point in the history
  3. tests and docs

    willmcgugan committed Feb 27, 2024
    Configuration menu
    Copy the full SHA
    70fbf4f View commit details
    Browse the repository at this point in the history
  4. supliment test

    willmcgugan committed Feb 27, 2024
    Configuration menu
    Copy the full SHA
    5c02c0e View commit details
    Browse the repository at this point in the history
  5. doc fix

    willmcgugan committed Feb 27, 2024
    Configuration menu
    Copy the full SHA
    f10d6eb View commit details
    Browse the repository at this point in the history
  6. superfluous

    willmcgugan committed Feb 27, 2024
    Configuration menu
    Copy the full SHA
    d0ddc73 View commit details
    Browse the repository at this point in the history
  7. examples

    willmcgugan committed Feb 27, 2024
    Configuration menu
    Copy the full SHA
    8963b38 View commit details
    Browse the repository at this point in the history
  8. changelog

    willmcgugan committed Feb 27, 2024
    Configuration menu
    Copy the full SHA
    8bfb48e View commit details
    Browse the repository at this point in the history
  9. word

    willmcgugan committed Feb 27, 2024
    Configuration menu
    Copy the full SHA
    4091760 View commit details
    Browse the repository at this point in the history
  10. exampels in decorators

    willmcgugan committed Feb 27, 2024
    Configuration menu
    Copy the full SHA
    0cc9217 View commit details
    Browse the repository at this point in the history
  11. Configuration menu
    Copy the full SHA
    444fc82 View commit details
    Browse the repository at this point in the history
  12. Configuration menu
    Copy the full SHA
    fdbb80d View commit details
    Browse the repository at this point in the history

Commits on Feb 28, 2024

  1. Update docs/guide/reactivity.md

    Co-authored-by: Rodrigo Girão Serrão <5621605+rodrigogiraoserrao@users.noreply.github.com>
    willmcgugan and rodrigogiraoserrao committed Feb 28, 2024
    Configuration menu
    Copy the full SHA
    2053aec View commit details
    Browse the repository at this point in the history
  2. Update src/textual/reactive.py

    Co-authored-by: Rodrigo Girão Serrão <5621605+rodrigogiraoserrao@users.noreply.github.com>
    willmcgugan and rodrigogiraoserrao committed Feb 28, 2024
    Configuration menu
    Copy the full SHA
    de6dc6b View commit details
    Browse the repository at this point in the history
  3. Update src/textual/reactive.py

    Co-authored-by: Rodrigo Girão Serrão <5621605+rodrigogiraoserrao@users.noreply.github.com>
    willmcgugan and rodrigogiraoserrao committed Feb 28, 2024
    Configuration menu
    Copy the full SHA
    871f633 View commit details
    Browse the repository at this point in the history
  4. Update src/textual/reactive.py

    Co-authored-by: Rodrigo Girão Serrão <5621605+rodrigogiraoserrao@users.noreply.github.com>
    willmcgugan and rodrigogiraoserrao committed Feb 28, 2024
    Configuration menu
    Copy the full SHA
    bc9654a View commit details
    Browse the repository at this point in the history
  5. Update src/textual/reactive.py

    Co-authored-by: Rodrigo Girão Serrão <5621605+rodrigogiraoserrao@users.noreply.github.com>
    willmcgugan and rodrigogiraoserrao committed Feb 28, 2024
    Configuration menu
    Copy the full SHA
    52a9484 View commit details
    Browse the repository at this point in the history
  6. Update src/textual/reactive.py

    Co-authored-by: Rodrigo Girão Serrão <5621605+rodrigogiraoserrao@users.noreply.github.com>
    willmcgugan and rodrigogiraoserrao committed Feb 28, 2024
    Configuration menu
    Copy the full SHA
    2666e66 View commit details
    Browse the repository at this point in the history
  7. remove init

    willmcgugan committed Feb 28, 2024
    Configuration menu
    Copy the full SHA
    9aca190 View commit details
    Browse the repository at this point in the history
  8. Update src/textual/reactive.py

    Co-authored-by: Rodrigo Girão Serrão <5621605+rodrigogiraoserrao@users.noreply.github.com>
    willmcgugan and rodrigogiraoserrao committed Feb 28, 2024
    Configuration menu
    Copy the full SHA
    c96125b View commit details
    Browse the repository at this point in the history