664 Commits

Author SHA1 Message Date
2008e59cf2 feat(icons): add icon for calendar events conversations
Signed-off-by: Dorra Jaouad <dorra.jaoued7@gmail.com>
2025-05-06 20:46:09 +02:00
97d8cdb5a5 fix(team): support team mentions on frontend
Signed-off-by: Maksim Sukharev <antreesy.web@gmail.com>
2025-01-30 16:49:35 +01:00
701ddeed58 fix: inverse icons when it is RTL
Signed-off-by: Dorra Jaouad <dorra.jaoued7@gmail.com>
2025-01-17 15:45:19 +01:00
b11bd15f35 style: fix e-mail guests icons
- do not show as mail in mentions
- show correct color in popover

Signed-off-by: Maksim Sukharev <antreesy.web@gmail.com>
2024-11-07 14:44:06 +01:00
f538f9aae4 fix: cleanup styles
- remove publicshare.css as redundant
- keep footer in place, adjust width if talk sidebar is open

Signed-off-by: Maksim Sukharev <antreesy.web@gmail.com>
2024-10-29 10:08:24 +01:00
3ba5adfc4a feat(email): Handle mentioned email guests
Signed-off-by: Joas Schilling <coding@schilljs.com>
2024-10-23 06:11:35 +02:00
ef1465a888 Merge pull request #12853 from nextcloud/fix/noid/video-verify-styles
fix(PublicShareAuthSidebar): fix and refactor styles for video verification sidebar
2024-08-01 12:13:21 +02:00
57ead9377f style: adjust publicshareauth.css to stretch body component to the viewport height
Signed-off-by: Maksim Sukharev <antreesy.web@gmail.com>
2024-08-01 11:34:43 +02:00
73b19a2370 style: adjust line-height usage after change from px value to unitless
Signed-off-by: Maksim Sukharev <antreesy.web@gmail.com>
2024-08-01 11:07:26 +02:00
8224121777 fix(AdminSettings): remove PHP template
Signed-off-by: Grigorii K. Shartsev <me@shgk.me>
2024-07-29 13:41:56 +02:00
bcb7052900 chore: Add copyrights in some files
Signed-off-by: Joas Schilling <coding@schilljs.com>
2024-04-26 16:05:31 +02:00
be144f8b72 fix(style): Only respect the prefers-color-scheme on default nextcloud theme
Signed-off-by: Joas Schilling <coding@schilljs.com>
2024-04-15 17:17:59 +02:00
cb4f85fca9 style: update CSS specificity for fallback mention icons
Signed-off-by: Maksim Sukharev <antreesy.web@gmail.com>
2024-04-15 16:54:37 +02:00
8d239df7b1 fix(ConversationIcon): use simple icons for dummy groups
Signed-off-by: Maksim Sukharev <antreesy.web@gmail.com>
2024-03-19 10:43:54 +01:00
ca865cf4fb fix(styles): clean up outdated and unused styles
Signed-off-by: Maksim Sukharev <antreesy.web@gmail.com>
2024-03-19 10:43:53 +01:00
9feb86386b fix(avatar): change icon for teams(circles)
Signed-off-by: Maksim Sukharev <antreesy.web@gmail.com>
2024-03-18 17:08:41 +01:00
b2e98443f0 Merge pull request #11661 from nextcloud/fix/noid/adjust-mention-icons
style: align mention icons with conversation icons
2024-02-28 11:34:49 +01:00
9b6c2366fd style: align mention icons with conversation icons
Signed-off-by: Maksim Sukharev <antreesy.web@gmail.com>
2024-02-27 11:47:48 +01:00
dfa2c6ab15 fix: change fed icon size, show in InvitationHandler
Signed-off-by: Maksim Sukharev <antreesy.web@gmail.com>
2024-02-26 16:36:01 +01:00
dce7984877 fix(icons): fix avatar colors on creation / on fetch from server
Signed-off-by: Maksim Sukharev <antreesy.web@gmail.com>
2024-02-21 13:07:02 +01:00
415c141338 fix(icons): replace svg paths with material design icons analogs
Signed-off-by: Maksim Sukharev <antreesy.web@gmail.com>
2024-02-21 13:07:01 +01:00
815a28eb18 chore(Participant): add support and initial actions for phones
Signed-off-by: Maksim Sukharev <antreesy.web@gmail.com>
2023-10-30 14:23:01 +01:00
f9207443df fix(chat): Fix CSS selector for avatars
Signed-off-by: Joas Schilling <coding@schilljs.com>
2023-10-11 10:59:01 +02:00
e909e4c339 fix(chat): Fix missing avatar icon for mention bubbles in chat input
Signed-off-by: Joas Schilling <coding@schilljs.com>
2023-04-26 13:53:33 +02:00
f0aa0e97bd Fix conversation icon for smart picker
Signed-off-by: Joas Schilling <coding@schilljs.com>
2023-03-13 20:14:53 +01:00
8144b9f0b4 Replace custom component with new RichContenteditable
Signed-off-by: Grigorii Shartsev <grigorii.shartsev@nextcloud.com>
2023-02-20 16:26:31 +01:00
274e3a2f55 Replace custom component with new RichContenteditable
Signed-off-by: Daniel Calviño Sánchez <danxuliu@gmail.com>
2023-02-20 16:12:14 +01:00
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
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
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
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
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