Skip to content
This repository has been archived by the owner on Sep 11, 2024. It is now read-only.

Implement always-on-screen capability for widgets #2053

Merged
merged 3 commits into from
Jul 13, 2018

Commits on Jul 11, 2018

  1. Implement always-on-screen capability for widgets

    As per https://github.com/matrix-org/matrix-doc/issues/1354
    
    This is whitelisted to only jitsi widgets for now as per comment,
    mostly because any widget that we may make always-on-screen we need
    to preemptively put in a PersistedElement container, which is
    unnecessary for any other widget.
    
    Apologies that this does a bunch of refactoring which could have
    been split out separately: I only discovered what needed to be
    refactored in the process of doing this.
    
    Fixes element-hq/element-web#6984
    dbkr committed Jul 11, 2018
    Configuration menu
    Copy the full SHA
    8f10ee0 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    f0dbd16 View commit details
    Browse the repository at this point in the history

Commits on Jul 12, 2018

  1. Fix avatars vanishing on hover

    Turns out the z-index was to make the avatar appear above the
    EventTile_line even though it comes before in the DOM (it's
    absolutely positioned to overlap with it). Instead, just put
    it afterwards in the DOM.
    dbkr committed Jul 12, 2018
    Configuration menu
    Copy the full SHA
    5a5e967 View commit details
    Browse the repository at this point in the history