Skip to content
  1. Jun 06, 2018
  2. Jun 05, 2018
  3. Jun 04, 2018
  4. Jun 03, 2018
  5. Jun 01, 2018
    • Daniel Calviño Sánchez's avatar
      Fix appearance of participants menu button · f07a0c6c
      Daniel Calviño Sánchez authored
      
      
      Buttons with icons should have a size of 44x44px for easier interaction.
      This matches the height of the participant list item in which the button
      appears, and as such also centers the button vertically with the name of
      the participant.
      
      With the larger size the default grey background of the button is now
      much more visible, but as the button has no border the background looks
      strange. Due to this the background is removed, which also gives the
      menu button in the participant list a consistent look with the menu
      button in the room list.
      
      Signed-off-by: default avatarDaniel Calviño Sánchez <danxuliu@gmail.com>
      f07a0c6c
    • Daniel Calviño Sánchez's avatar
      Fix adding the same participant several times in a row · d0c6f1a3
      Daniel Calviño Sánchez authored
      
      
      When a participant is selected in the select2 dropdown the "change"
      event is triggered for the "Add participants" input; this sets the value
      of the input and also adds the participant to the room. However, the
      event is triggered only if the selected item is different than the
      current value of the "Add participant" input. Due to this, the value has
      to be cleared when it is set to make possible to add the same
      participant several times in a row (for example, in different rooms).
      
      Signed-off-by: default avatarDaniel Calviño Sánchez <danxuliu@gmail.com>
      d0c6f1a3
    • Nextcloud bot's avatar
      [tx-robot] updated from transifex · 9bf78d6b
      Nextcloud bot authored
      9bf78d6b
  6. May 31, 2018
    • Daniel Calviño Sánchez's avatar
      Fix tab header icons not shown · 06728148
      Daniel Calviño Sánchez authored
      
      
      The links in the tab header use an "icon-XXX" CSS class to define the
      icon that is shown next to it; icons are defined using a
      "background-image" CSS property in a ".icon-XXX" CSS selector.
      
      The links in the tab header have their own CSS rules to place them in
      the right position. Those CSS rules use a more specific selector than
      the one used for the icons, so the CSS rules for the links in the tab
      header override the CSS rules for the icons. Therefore, the
      "background-repeat" and "background-position" properties must be
      specified individually. Otherwise, if the general "background" CSS
      property is used the "background-image" from the icon would be overriden
      with a null image and thus no icon would be shown.
      
      Signed-off-by: default avatarDaniel Calviño Sánchez <danxuliu@gmail.com>
      06728148
    • Nextcloud bot's avatar
      [tx-robot] updated from transifex · 52366b35
      Nextcloud bot authored
      52366b35
  7. May 30, 2018
  8. May 29, 2018
  9. May 28, 2018
  10. May 26, 2018
  11. May 25, 2018
  12. May 24, 2018
  13. May 23, 2018
  14. May 22, 2018