Граф коммитов

637 Коммитов

Автор SHA1 Сообщение Дата
Joas Schilling e00aa16d41
Fix dashboard icon on dark mode again
There was a generic filter in the past, but it was removed with
1d35a53991

So now we apply the filter at our best knowledge

Signed-off-by: Joas Schilling <coding@schilljs.com>
2022-09-13 10:01:25 +02:00
Marco 144eb2e88e
Merge pull request #7865 from nextcloud/adjust-public-share-page-to-layout-changes-in-nextcloud-25
Adjust public share page to layout changes in Nextcloud 25
2022-09-09 13:02:00 +02:00
Daniel Calviño Sánchez 98c30fec67 Adjust public share authentication page to layout changes in NC25
The content now has a fixed position to be always centered in the page.
However, in order to add the Talk sidebar the content in the public
share authentication page needs to be "pushed" to the left when the
sidebar is added, so the content position needs to have a relative
position instead (which also keeps the same appearance of the fixed
position when the Talk sidebar is not shown yet).

Signed-off-by: Daniel Calviño Sánchez <danxuliu@gmail.com>
2022-09-09 09:06:39 +02:00
Daniel Calviño Sánchez a0f9c6255e Fix Talk sidebar overlapping the PDF viewer
The iframe of the PDF viewer is shown with an absolute position and full
width and height, so it takes the size of the first parent with a
relative or fixed position. That parent was the main content element,
which is also a parent of the sidebar and therefore its size includes
it, so the iframe filled the content and extended behind the sidebar.
To solve that now a relative position is set for #app-content, which is
a sibling of the sidebar and therefore prevents the iframe from
overlapping it.

Signed-off-by: Daniel Calviño Sánchez <danxuliu@gmail.com>
2022-09-07 16:36:39 +02:00
Daniel Calviño Sánchez 97d9109122 Adjust public share page to layout changes in Nextcloud 25
The content now has an explicit width and height set in the server style
that takes into account the margins, so it does not need to be
overriden.

The footer, on the other hand, now has a fixed position, but as the
element is moved into the #app-content when the Talk sidebar is loaded
it needs to be set as relative instead.

Signed-off-by: Daniel Calviño Sánchez <danxuliu@gmail.com>
2022-09-07 16:09:26 +02:00
Joas Schilling 6490361919
Fix the talk dashboard icon on dark mode
Signed-off-by: Joas Schilling <coding@schilljs.com>
2022-08-16 10:00:39 +02:00
Daniel Calviño Sánchez 089defd0b6
Fix missing Talk sidebar trigger in public share pages
Since the removal of SCSS files the "menu-people" icon can no longer be
used directly with a CSS class. However, it is available as a Vue
component; although it would be possible to directly render the Vue
component for the icon inside the button element the whole button is
moved to Vue instead, as the other approach requires more fighting with
the styles.

As the icon will be shown with a transparent background on the header,
which uses the primary color, the fill color of the icon needs to be
explicitly set to the primary text color.

Signed-off-by: Daniel Calviño Sánchez <danxuliu@gmail.com>
2022-08-11 09:04:33 +02:00
Joas Schilling 9d837459d1
Move settings-admin.scss to vue files
Signed-off-by: Joas Schilling <coding@schilljs.com>
2022-07-12 17:27:26 +02:00
Joas Schilling a0c9c02d85
Fix comments
Signed-off-by: Joas Schilling <coding@schilljs.com>
2022-07-12 15:57:07 +02:00
Joas Schilling 141cbbf87c
Fix stylelint
Signed-off-by: Joas Schilling <coding@schilljs.com>
2022-07-12 15:50:36 +02:00
Joas Schilling 6b00177540
Transform conversation icons to CSS
Signed-off-by: Joas Schilling <coding@schilljs.com>
2022-07-12 15:50:36 +02:00
Joas Schilling 64b02bfe91
Remove more icons
Signed-off-by: Joas Schilling <coding@schilljs.com>
2022-07-12 15:50:35 +02:00
Joas Schilling 5386616a55
Fix lobby icon
Signed-off-by: Joas Schilling <coding@schilljs.com>
2022-07-12 15:50:35 +02:00
Joas Schilling 1fa95eb055
Remove more unused icons
Signed-off-by: Joas Schilling <coding@schilljs.com>
2022-07-12 15:50:35 +02:00
Joas Schilling c569faf45b
Replace view icons with material design icons
Signed-off-by: Joas Schilling <coding@schilljs.com>
2022-07-12 15:50:35 +02:00
Joas Schilling 4535452a96
Remove ConversationIcon overlays
Signed-off-by: Joas Schilling <coding@schilljs.com>
2022-07-12 15:50:35 +02:00
Joas Schilling 3d899fdf82
Remove hack that seems to not be needed anymore
Signed-off-by: Joas Schilling <coding@schilljs.com>
2022-07-12 15:50:35 +02:00
Joas Schilling efe68af88b
Remove more unused icons
Signed-off-by: Joas Schilling <coding@schilljs.com>
2022-07-12 15:50:35 +02:00
Joas Schilling db77613e08
Restore last topbar icon
Signed-off-by: Joas Schilling <coding@schilljs.com>
2022-07-12 15:50:34 +02:00
Joas Schilling 1639656bf8
Move app navigation toggle handling to the app file
Signed-off-by: Joas Schilling <coding@schilljs.com>
2022-07-12 15:50:34 +02:00
Joas Schilling 757b10f69c
Translate icon in mentions of chat input and messages
Signed-off-by: Joas Schilling <coding@schilljs.com>
2022-07-12 15:50:34 +02:00
Joas Schilling a5868a9060
Remove remenants from call button icons
Signed-off-by: Joas Schilling <coding@schilljs.com>
2022-07-12 12:33:01 +02:00
Joas Schilling 141cd4c93f
Replace reply button icon with material design
Signed-off-by: Joas Schilling <coding@schilljs.com>
2022-07-12 12:32:35 +02:00
Joas Schilling 60f5270aa6
Move critical delete action to material design icon
Signed-off-by: Joas Schilling <coding@schilljs.com>
2022-07-12 12:23:53 +02:00
Joas Schilling 34ece57086
Translate simple rules
Signed-off-by: Joas Schilling <coding@schilljs.com>
2022-07-12 12:20:24 +02:00
Joas Schilling a61858eabe
Move app.scss into App.vue
Signed-off-by: Joas Schilling <coding@schilljs.com>
2022-07-12 12:18:57 +02:00
Joas Schilling 1067cf001a
Move publicshare files to CSS
Signed-off-by: Joas Schilling <coding@schilljs.com>
2022-07-12 12:18:57 +02:00
Joas Schilling ce38a4ad24
Fix stylelint
Signed-off-by: Joas Schilling <coding@schilljs.com>
2022-07-12 12:18:57 +02:00
Joas Schilling d4519ebe55
Move At.scss to At.css
Signed-off-by: Joas Schilling <coding@schilljs.com>
2022-07-12 12:18:57 +02:00
Joas Schilling 6aa894fee4
Fix stylelint rules
Signed-off-by: Joas Schilling <coding@schilljs.com>
2022-07-12 10:16:02 +02:00
Joas Schilling 9078ef69ca
Move unified search to simple CSS
Signed-off-by: Joas Schilling <coding@schilljs.com>
2022-07-12 10:03:42 +02:00
marco 0b1d39919a
Fix tab icon
Signed-off-by: marco <marcoambrosini@pm.me>
2022-04-13 16:14:20 +02:00
marco 85bfd0439e Fix some more imports
Signed-off-by: marco <marcoambrosini@pm.me>
2022-01-11 08:07:47 +01:00
Joas Schilling 43936651d2
Fix "Close sidebar" button
Signed-off-by: Joas Schilling <coding@schilljs.com>
2021-11-17 09:17:05 +01:00
Joas Schilling 6fa485364c
Fix missing icons from call button in the topbar
Signed-off-by: Joas Schilling <coding@schilljs.com>
2021-11-17 08:53:09 +01:00
marco 303c33196d Move call layout switcher into localmediacontrols
Signed-off-by: marco <marcoambrosini@pm.me>
2021-11-10 22:07:09 +01:00
Vincent Petry 7a07db57ae
Fix date picker z-index
To make it appear on top of the settings modal.

Signed-off-by: Vincent Petry <vincent@nextcloud.com>
2021-07-08 22:16:33 +02:00
Marco Ambrosini b907282e84 Fix jumping UI glitch
Signed-off-by: Marco Ambrosini <marcoambrosini@pm.me>
2021-03-19 12:48:29 +00:00
Joas Schilling cfa27a49bd
Fix missing delete icon
Signed-off-by: Joas Schilling <coding@schilljs.com>
2021-02-15 16:16:40 +01:00
Vincent Petry 7f0b2f5495
Replace video button icon with material design icon
Signed-off-by: Vincent Petry <vincent@nextcloud.com>
2021-02-03 14:40:08 +01:00
Vincent Petry 484a2235a8
Replace mute icon with material design icon
Signed-off-by: Vincent Petry <vincent@nextcloud.com>
2021-02-01 16:04:34 +01:00
Marco Ambrosini 6e115d49f0 Fix description icon sizes
Signed-off-by: Marco Ambrosini <marcoambrosini@pm.me>
2021-01-22 14:47:36 +00:00
Joas Schilling 629f566b57 More size fixing
Signed-off-by: Joas Schilling <coding@schilljs.com>
2020-08-26 11:37:10 +02:00
Marco Ambrosini 2950405d9e Fix mentions layout
Signed-off-by: Marco Ambrosini <marcoambrosini@pm.me>
2020-08-26 11:37:10 +02:00
Joas Schilling 039c67dcd9 Ellipsis long status messages
Signed-off-by: Joas Schilling <coding@schilljs.com>
2020-08-26 11:37:10 +02:00
Joas Schilling 1c8004f5f4
Add a description to the admin settings
Signed-off-by: Joas Schilling <coding@schilljs.com>
2020-08-25 08:47:09 +02:00
Joas Schilling e844d64309
Load all icons
Signed-off-by: Joas Schilling <coding@schilljs.com>
2020-08-17 14:44:36 +02:00
Joas Schilling 7f3ac0d441
Fix status styling on active element on mentions
Signed-off-by: Joas Schilling <coding@schilljs.com>
2020-08-05 19:27:34 +02:00
Joas Schilling f89c938663
Conversations in Unified Search
Signed-off-by: Joas Schilling <coding@schilljs.com>
2020-08-03 15:43:37 +02:00
Joas Schilling 3b13db8a52
… menu icon in app navigation is white when in a call
Signed-off-by: Joas Schilling <coding@schilljs.com>
2020-05-26 14:51:12 +02:00