Skip to content
Permalink

Comparing changes

Choose two branches to see what’s changed or to start a new pull request. If you need to, you can also or learn more about diff comparisons.

Open a pull request

Create a new pull request by comparing changes across two branches. If you need to, you can also . Learn more about diff comparisons here.
base repository: alexrudy/bootlace
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: v0.2.1
Choose a base ref
...
head repository: alexrudy/bootlace
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: v0.2.2
Choose a head ref
  • 6 commits
  • 24 files changed
  • 2 contributors

Commits on May 14, 2024

  1. Do not render None in columns

    Column items which are None are rendered as an HTML comment, and will appear in the UI as a blank.
    alexrudy committed May 14, 2024
    Configuration menu
    Copy the full SHA
    d3d3ffc View commit details
    Browse the repository at this point in the history

Commits on May 15, 2024

  1. Merge pull request #13 from alexrudy:feature/table/column-value-impro…

    …vements
    
    Do not render None in columns
    alexrudy authored May 15, 2024
    Configuration menu
    Copy the full SHA
    e80daf6 View commit details
    Browse the repository at this point in the history

Commits on May 18, 2024

  1. Separate Endpoint object

    Endpoint serves as a way to delay a call to `url_for` in a common pattern,
    as well as provide .active and .enabled attributes where appropriate.
    alexrudy committed May 18, 2024
    Configuration menu
    Copy the full SHA
    3ca814a View commit details
    Browse the repository at this point in the history
  2. Improved table column classes

    EditColumn -> ActionColumn, which can also accept a static label and so becomes appropriate both for linked contents, and for action buttons at the end of table rows.
    alexrudy committed May 18, 2024
    Configuration menu
    Copy the full SHA
    b9dd523 View commit details
    Browse the repository at this point in the history
  3. Adds a Resource object for providing css and js

    Groups CSS and JS files and provides them via dominate tags to render consistently and easily.
    alexrudy committed May 18, 2024
    Configuration menu
    Copy the full SHA
    2dccaaa View commit details
    Browse the repository at this point in the history
  4. Add docs cleanup to justfile

    alexrudy committed May 18, 2024
    Configuration menu
    Copy the full SHA
    42ecc74 View commit details
    Browse the repository at this point in the history
Loading