Michael Weimann
9cf03a8d32
Disable pointer events for replies to locations ( #8918 )
...
PSD-283
4 years ago
Suguru Hirahara
50a714de4a
Add margin-top to the location body which is a sibling of DisambiguatedProfile ( #8523 )
...
Signed-off-by: Suguru Hirahara <luixxiul@users.noreply.github.com>
4 years ago
Suguru Hirahara
3a6ddf3a2b
Set max-width for MLocationBody and MLocationBody_map by default ( #8519 )
...
To avoid map overflow due to width and height specified by maplibregl-canvas
Signed-off-by: Suguru Hirahara <luixxiul@users.noreply.github.com>
4 years ago
Alexander
2c08063925
Add pointer if you hover over location map ( #8451 )
4 years ago
Kerry
b98739056e
Live location sharing - extract location markers into generic Marker ( #8225 )
...
* extract location markers into generic Marker
Signed-off-by: Kerry Archibald <kerrya@element.io>
* comments
Signed-off-by: Kerry Archibald <kerrya@element.io>
* remove skinned
Signed-off-by: Kerry Archibald <kerrya@element.io>
4 years ago
Suguru Hirahara
09c57b228e
Fixes mx_MLocationBody_markerBorder ( #8069 )
...
Fixes https://github.com/vector-im/element-web/issues/21444
This commit fixes the position of the avatar on the location pin on the
timeline.
Signed-off-by: Suguru Hirahara <luixxiul@users.noreply.github.com>
4 years ago
Michael Telatynski
86329012f3
Fix location map attribution rendering over message action bar ( #7974 )
4 years ago
Kerry
7aefa34420
use LocationAssetType ( #7965 )
...
* use LocationAssetType
Signed-off-by: Kerry Archibald <kerrya@element.io>
* center icon better
Signed-off-by: Kerry Archibald <kerrya@element.io>
* remove debug
Signed-off-by: Kerry Archibald <kerrya@element.io>
* retrigger all builds
Signed-off-by: Kerry Archibald <kerrya@element.io>
4 years ago
Kerry
36adba101c
fix color of location share caret ( #7917 )
...
Signed-off-by: Kerry Archibald <kerrya@element.io>
4 years ago
Andy Balaam
76cafb7aa9
Ensure location bodies have a width in bubbles ( #7742 )
4 years ago
Andy Balaam
afbc843157
Fit location into the width of the container ( #7705 )
4 years ago
Andy Balaam
2743a75a21
Display general marker on non-self location shares ( #7574 )
4 years ago
Andy Balaam
70dc03552c
Display the user's avatar when they shared their location ( #7424 )
4 years ago
Matthew Hodgson
1262021417
Simple static location sharing ( #7135 )
...
Adds maplibre as a dependency, and behind a labs flag, lets users send and receive [MSC3488](https://github.com/matrix-org/matrix-doc/blob/matthew/location/proposals/3488-location.md ) style location shares - with backwards compatibility with old school `m.location` `msgtype` location shares too.
For this to work, you have to define a valid maptile server and API in your config.json's `map_style_url`.
4 years ago
Jaiwanth
371d1026fa
Add jest-raw-loader
5 years ago
Jaiwanth
57590b9a8a
Use raw-loaders to import svgs and exportJS
5 years ago
Michael Telatynski
d737b4e6ab
Use webpack worker-loader to load the IndexedDB worker instead of homegrown hack
5 years ago
Ayush PS
b90a1de178
Merge branch 'develop' into err
5 years ago
Travis Ralston
bb80cfb9a6
Convert all of file uploads to the new dispatcher
5 years ago
Travis Ralston
eac50aa800
Remove old user and room settings
...
This takes out the old user and room settings, replacing the paths with the new dialog editions. The labs setting has been removed in order to support this change.
In addition to removing the old components outright, some older components which were only used by the settings pages have been removed. The exception is the ColorSettings component as it has a high chance of sticking around in the future.
Styles that were shared by the settings components have been broken out to dedicated sections, making it easier to remove the old styles entirely.
Some stability testing of the app has been performed to ensure the app still works, however given the scope of this change there is a possibility of some broken functionality.
7 years ago
David Baker
9f19896df0
Support for room upgrades
...
* Show when a room upgrade is needed
* Dialog box to perform the upgrade
7 years ago
Michael Telatynski
a257dc27c5
move css rule to be more generic; remove overriden rule
...
Signed-off-by: Michael Telatynski <7t3chguy@gmail.com>
8 years ago
Matthew Hodgson
79d3cca6e9
move components' CSS to be in the same repo as their JS
8 years ago
Luke Barnard
1addc7e2c5
Update header copyright
9 years ago
Matthew Hodgson
0772f50fab
update copyright for 2016
10 years ago
David Baker
4f8895f160
Copyright header on component index
10 years ago
David Baker
53b0ba56db
add license header
11 years ago
David Baker
fd20e82123
Add desktop notifications, overridable in the same way as other components (although it's not a react component). Also extend the flux dispatcher a little to be less dumb about dispatching while something else is already dispatching.
11 years ago