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

New table fragment (#185) #368

Merged
merged 29 commits into from
Apr 13, 2021
Merged

Commits on Feb 20, 2021

  1. Basic table implementation

    Baret committed Feb 20, 2021
    Configuration menu
    Copy the full SHA
    54e166c View commit details
    Browse the repository at this point in the history
  2. First visible example

    Baret committed Feb 20, 2021
    Configuration menu
    Copy the full SHA
    0f99a74 View commit details
    Browse the repository at this point in the history

Commits on Feb 23, 2021

  1. Configuration menu
    Copy the full SHA
    c2d8911 View commit details
    Browse the repository at this point in the history
  2. created formatted text column

    Baret committed Feb 23, 2021
    Configuration menu
    Copy the full SHA
    86b8b86 View commit details
    Browse the repository at this point in the history

Commits on Feb 25, 2021

  1. Added icon column

    Baret committed Feb 25, 2021
    Configuration menu
    Copy the full SHA
    220f9f7 View commit details
    Browse the repository at this point in the history

Commits on Mar 1, 2021

  1. Configuration menu
    Copy the full SHA
    baf63fe View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    84dfc30 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    6bd5ae6 View commit details
    Browse the repository at this point in the history

Commits on Mar 11, 2021

  1. Added doc for Columns.icon()

    Baret committed Mar 11, 2021
    Configuration menu
    Copy the full SHA
    bca7c9d View commit details
    Browse the repository at this point in the history

Commits on Mar 22, 2021

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

Commits on Mar 23, 2021

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

Commits on Mar 24, 2021

  1. Renamed gender to height

    Not creative enough to find a good enum of people... ^^
    Baret committed Mar 24, 2021
    Configuration menu
    Copy the full SHA
    a181f8b View commit details
    Browse the repository at this point in the history
  2. Removed textColumnFormatted()

    Baret committed Mar 24, 2021
    Configuration menu
    Copy the full SHA
    1d363bc View commit details
    Browse the repository at this point in the history
  3. Added text for height

    Baret committed Mar 24, 2021
    Configuration menu
    Copy the full SHA
    cfece6d View commit details
    Browse the repository at this point in the history
  4. Update wage label on change

    Baret committed Mar 24, 2021
    Configuration menu
    Copy the full SHA
    448c030 View commit details
    Browse the repository at this point in the history
  5. Got rid of String.format

    Baret committed Mar 24, 2021
    Configuration menu
    Copy the full SHA
    95c621a View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    ad84e67 View commit details
    Browse the repository at this point in the history
  7. Updated label bindings

    Baret committed Mar 24, 2021
    Configuration menu
    Copy the full SHA
    2afd289 View commit details
    Browse the repository at this point in the history

Commits on Mar 25, 2021

  1. Renamed Columns to TableColumns

    Baret committed Mar 25, 2021
    Configuration menu
    Copy the full SHA
    4eff194 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    7b339d6 View commit details
    Browse the repository at this point in the history
  3. Use withRelativeHeight()

    Baret committed Mar 25, 2021
    Configuration menu
    Copy the full SHA
    09ebb7c View commit details
    Browse the repository at this point in the history

Commits on Mar 28, 2021

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

Commits on Apr 7, 2021

  1. Added @beta to new classes

    Baret committed Apr 7, 2021
    Configuration menu
    Copy the full SHA
    500e8cb View commit details
    Browse the repository at this point in the history
  2. Moved TableColumn to api package

    because I feel like it defines the table API instead of being an internal implementation.
    It is intended to be extended by zircon users
    Baret committed Apr 7, 2021
    Configuration menu
    Copy the full SHA
    28c98ed View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    1233174 View commit details
    Browse the repository at this point in the history
  4. Removed old table prototype

    Baret committed Apr 7, 2021
    Configuration menu
    Copy the full SHA
    9870759 View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    19518d0 View commit details
    Browse the repository at this point in the history

Commits on Apr 10, 2021

  1. added textColumnObservable

    Baret committed Apr 10, 2021
    Configuration menu
    Copy the full SHA
    7937969 View commit details
    Browse the repository at this point in the history
  2. Improved some docs

    Baret committed Apr 10, 2021
    Configuration menu
    Copy the full SHA
    503f91a View commit details
    Browse the repository at this point in the history