Commit Graph

633 Commits

Author SHA1 Message Date
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
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
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
9d837459d1 Move settings-admin.scss to vue files
Signed-off-by: Joas Schilling <coding@schilljs.com>
2022-07-12 17:27:26 +02:00
a0c9c02d85 Fix comments
Signed-off-by: Joas Schilling <coding@schilljs.com>
2022-07-12 15:57:07 +02:00
141cbbf87c Fix stylelint
Signed-off-by: Joas Schilling <coding@schilljs.com>
2022-07-12 15:50:36 +02:00
6b00177540 Transform conversation icons to CSS
Signed-off-by: Joas Schilling <coding@schilljs.com>
2022-07-12 15:50:36 +02:00
64b02bfe91 Remove more icons
Signed-off-by: Joas Schilling <coding@schilljs.com>
2022-07-12 15:50:35 +02:00
5386616a55 Fix lobby icon
Signed-off-by: Joas Schilling <coding@schilljs.com>
2022-07-12 15:50:35 +02:00
1fa95eb055 Remove more unused icons
Signed-off-by: Joas Schilling <coding@schilljs.com>
2022-07-12 15:50:35 +02:00
c569faf45b Replace view icons with material design icons
Signed-off-by: Joas Schilling <coding@schilljs.com>
2022-07-12 15:50:35 +02:00
4535452a96 Remove ConversationIcon overlays
Signed-off-by: Joas Schilling <coding@schilljs.com>
2022-07-12 15:50:35 +02:00
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
efe68af88b Remove more unused icons
Signed-off-by: Joas Schilling <coding@schilljs.com>
2022-07-12 15:50:35 +02:00
db77613e08 Restore last topbar icon
Signed-off-by: Joas Schilling <coding@schilljs.com>
2022-07-12 15:50:34 +02:00
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
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
a5868a9060 Remove remenants from call button icons
Signed-off-by: Joas Schilling <coding@schilljs.com>
2022-07-12 12:33:01 +02:00
141cd4c93f Replace reply button icon with material design
Signed-off-by: Joas Schilling <coding@schilljs.com>
2022-07-12 12:32:35 +02:00
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
34ece57086 Translate simple rules
Signed-off-by: Joas Schilling <coding@schilljs.com>
2022-07-12 12:20:24 +02:00
a61858eabe Move app.scss into App.vue
Signed-off-by: Joas Schilling <coding@schilljs.com>
2022-07-12 12:18:57 +02:00
1067cf001a Move publicshare files to CSS
Signed-off-by: Joas Schilling <coding@schilljs.com>
2022-07-12 12:18:57 +02:00
ce38a4ad24 Fix stylelint
Signed-off-by: Joas Schilling <coding@schilljs.com>
2022-07-12 12:18:57 +02:00
d4519ebe55 Move At.scss to At.css
Signed-off-by: Joas Schilling <coding@schilljs.com>
2022-07-12 12:18:57 +02:00
6aa894fee4 Fix stylelint rules
Signed-off-by: Joas Schilling <coding@schilljs.com>
2022-07-12 10:16:02 +02:00
9078ef69ca Move unified search to simple CSS
Signed-off-by: Joas Schilling <coding@schilljs.com>
2022-07-12 10:03:42 +02:00
0b1d39919a Fix tab icon
Signed-off-by: marco <marcoambrosini@pm.me>
2022-04-13 16:14:20 +02:00
85bfd0439e Fix some more imports
Signed-off-by: marco <marcoambrosini@pm.me>
2022-01-11 08:07:47 +01:00
43936651d2 Fix "Close sidebar" button
Signed-off-by: Joas Schilling <coding@schilljs.com>
2021-11-17 09:17:05 +01:00
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
303c33196d Move call layout switcher into localmediacontrols
Signed-off-by: marco <marcoambrosini@pm.me>
2021-11-10 22:07:09 +01:00
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
b907282e84 Fix jumping UI glitch
Signed-off-by: Marco Ambrosini <marcoambrosini@pm.me>
2021-03-19 12:48:29 +00:00
cfa27a49bd Fix missing delete icon
Signed-off-by: Joas Schilling <coding@schilljs.com>
2021-02-15 16:16:40 +01:00
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
484a2235a8 Replace mute icon with material design icon
Signed-off-by: Vincent Petry <vincent@nextcloud.com>
2021-02-01 16:04:34 +01:00
6e115d49f0 Fix description icon sizes
Signed-off-by: Marco Ambrosini <marcoambrosini@pm.me>
2021-01-22 14:47:36 +00:00
629f566b57 More size fixing
Signed-off-by: Joas Schilling <coding@schilljs.com>
2020-08-26 11:37:10 +02:00
2950405d9e Fix mentions layout
Signed-off-by: Marco Ambrosini <marcoambrosini@pm.me>
2020-08-26 11:37:10 +02:00
039c67dcd9 Ellipsis long status messages
Signed-off-by: Joas Schilling <coding@schilljs.com>
2020-08-26 11:37:10 +02:00
1c8004f5f4 Add a description to the admin settings
Signed-off-by: Joas Schilling <coding@schilljs.com>
2020-08-25 08:47:09 +02:00
e844d64309 Load all icons
Signed-off-by: Joas Schilling <coding@schilljs.com>
2020-08-17 14:44:36 +02:00
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
f89c938663 Conversations in Unified Search
Signed-off-by: Joas Schilling <coding@schilljs.com>
2020-08-03 15:43:37 +02:00
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
e9b5e47192 Add drop shadow again on icons in the topbar too
Signed-off-by: Joas Schilling <coding@schilljs.com>
2020-05-18 14:00:04 +02:00
d9871d37ff Make the fullscreen icon not forced white anymore
Signed-off-by: Joas Schilling <coding@schilljs.com>
2020-05-08 20:00:25 +02:00
704637c849 Fix three dot color when in a call
Signed-off-by: Joas Schilling <coding@schilljs.com>
2020-05-08 19:32:57 +02:00
893e6bed04 Fix stylelint
Signed-off-by: Joas Schilling <coding@schilljs.com>
2020-05-08 18:05:31 +02:00