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: alexpovel/ancv Loading
base: v0.18.0
Choose a base ref
...
head repository: alexpovel/ancv Loading
compare: v0.19.0
Choose a head ref
  • 5 commits
  • 11 files changed
  • 2 contributors

Commits on Sep 5, 2022

  1. Configuration menu
    Copy the full SHA
    a08923b View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    caff230 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    9d68dec View commit details
    Browse the repository at this point in the history
  4. feat(app): Refactor and improve theming

    Embarrassingly, a large number of non-atomic changes:
    
    - Equip *every single item* in `Sequential` with some sort of style,
        such that *everything* is affected by an emphasis level (which can
        be empty)
    - Introduce an `Emphasis` type to hold the various emphasis levels,
        replacing the problematic list approach, making it much clearer,
        safer and readable
    - Get rid of `headlines` emphasis list, reuse `emphasis`
    - Introduce a bunch of new themes
    - Introduce new `Theme` attributes to unify `sep` etc. handling in a
        single place
    - Now that the render (`format`) methods aren't static anymore, use
        instance `theme` instead of dedicated `theme` argument
    alexpovel committed Sep 5, 2022
    Configuration menu
    Copy the full SHA
    e35b703 View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    ba64416 View commit details
    Browse the repository at this point in the history
Loading