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

Commits on Sep 4, 2022

  1. docs: Fix arrowheads (draw them manually)

    The automatic line 'markers' didn't render correctly on GitHub,
    so draw arrowheads manually, like a monkey 🐒
    alexpovel committed Sep 4, 2022
    Configuration menu
    Copy the full SHA
    8a1dce3 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    e66a9b1 View commit details
    Browse the repository at this point in the history
  3. docs: Add less usage hint

    alexpovel committed Sep 4, 2022
    Configuration menu
    Copy the full SHA
    0bd5ca3 View commit details
    Browse the repository at this point in the history
  4. fix(app): Get rid of last remaining hard-coded strings

    This requires access to the translations, which is an instance
    attribute. As such, make methods non-static. To be consistent, make *all*
    methods regular ones.
    alexpovel committed Sep 4, 2022
    Configuration menu
    Copy the full SHA
    ad58a6e View commit details
    Browse the repository at this point in the history
  5. fix(test): Remove explicit null fields

    These aren't actually legal in the given schema:
    either you specify a string or leave it out altogether. No explicit null.
    alexpovel committed Sep 4, 2022
    Configuration menu
    Copy the full SHA
    823d932 View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    2c9a002 View commit details
    Browse the repository at this point in the history
  7. chore(i18n): Add babel for proper localization

    Month names etc.
    alexpovel committed Sep 4, 2022
    Configuration menu
    Copy the full SHA
    8b6404d View commit details
    Browse the repository at this point in the history
  8. Configuration menu
    Copy the full SHA
    492ee55 View commit details
    Browse the repository at this point in the history
  9. Configuration menu
    Copy the full SHA
    bfd1f97 View commit details
    Browse the repository at this point in the history
  10. Configuration menu
    Copy the full SHA
    f807fc3 View commit details
    Browse the repository at this point in the history
Loading