Skip to content

v0.5.0

Compare
Choose a tag to compare
@github-actions github-actions released this 19 Jul 10:50
· 19 commits to main since this release

Added

  • The application now receives events through the webxdc API. Implemented a
    fake webxdc that can be used to add fake events. The Fake buttons now add
    events instead of replacing them. Added events are batched to avoid repeated
    store manipulation which makes adding events about as fast as before, even
    though updates come in one by one through this protocol.

Changed

  • Clicking/tapping once now results in a selected delta chat event in the
    table.

  • Doubleclick results in opening details for this delta chat event in a modal.
    Long tap on mobile should result in the same behavior, but that has to be
    tested.

  • When you initiate a search, the scroll position is set to 0

  • When you click the 'context' button in the event modal, you go back to the
    event table, unfiltered, scrolled to the event.

  • Show a count of the searched items in the UI.

Fixed

  • Lunr wouldn't properly search if the term was passed in with uppercase
    letters. Now lowercase terms before we search with Lunr.