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

[WIP] Custom event views support #274

Draft
wants to merge 4 commits into
base: master
Choose a base branch
from

Commits on Oct 20, 2020

  1. Configuration menu
    Copy the full SHA
    ab30c7d View commit details
    Browse the repository at this point in the history
  2. refactor(view): EventView was divided into EventView (as a base class…

    …) and DefaultEventView (current implementation of EventView)
    RareScrap committed Oct 20, 2020
    Configuration menu
    Copy the full SHA
    113bb5a View commit details
    Browse the repository at this point in the history

Commits on Oct 23, 2020

  1. feat(view): Custom EventView support

    + It is possible to have several types of EventViews in one timeline
    RareScrap committed Oct 23, 2020
    Configuration menu
    Copy the full SHA
    d3fb0aa View commit details
    Browse the repository at this point in the history

Commits on Oct 28, 2020

  1. bugfix(view): dequeue() no longer delivers views with an zero frame

    This was because String(reflecting:) was returning an invalid object class name (it included the word "optional"). Now I have to forcibly expand the optional field, but I'm not sure if this is a good solution
    RareScrap committed Oct 28, 2020
    Configuration menu
    Copy the full SHA
    f459f05 View commit details
    Browse the repository at this point in the history