This repository was archived by the owner on Sep 11, 2024. It is now read-only.
-
-
Notifications
You must be signed in to change notification settings - Fork 820
Simple static location sharing #7135
Merged
Merged
Changes from 6 commits
Commits
Show all changes
32 commits
Select commit
Hold shift + click to select a range
c66d54b
first ugly cut at a location picker via maplibre
ara4n 7970b90
fix css
ara4n 12bb69b
fix dropdown height
ara4n 1b75489
fix form
ara4n cd9ea95
use right icon
ara4n 3a779b7
hook up locationpicker
ara4n 3b0a3a2
actually send m.location events
ara4n 6ce1e86
view m.location
ara4n e7cd207
border radius on picker
ara4n fc41580
fix lint
ara4n bec7af4
Merge branch 'develop' into matthew/location-share
ara4n d6b5153
Merge branch 'develop' into matthew/location-share
ara4n ccd416d
fix css var
ara4n eebf29d
fix types
ara4n 426f7b3
only send loc if you have one
ara4n 94f1ff9
disable the streaming options until they're hooked up
ara4n 6488168
lint
ara4n 644fe03
more lint
ara4n f774e71
fix i18n
ara4n 80a15a1
show descriptions
ara4n 92ba926
incorporate review
ara4n 5531d09
use fancy optional chaining
ara4n 8fd4310
add createObjectURL mock
ara4n 097c8f7
fix i18n
ara4n 3dc7b21
Merge branch 'develop' into matthew/location-share
ara4n 982d5b7
warn if API key not set when showing maps
ara4n 6ea351e
Merge branch 'develop' into matthew/location-share
ara4n 49c590c
export LocationShareType enum correctly
ara4n f088094
hook up map failure error correctly
ara4n 58ebf2a
fix lint
ara4n e6842ba
fix type
ara4n d6b805a
fix types
ara4n File filter
Filter by extension
Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
There are no files selected for viewing
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -37,3 +37,8 @@ limitations under the License. | |
max-height: 140px; | ||
} | ||
} | ||
|
||
.mx_LocationPicker_error { | ||
color: red; | ||
margin: auto; | ||
} |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
Uh oh!
There was an error while loading. Please reload this page.