Add geolocation
This commit is contained in:
@@ -9,14 +9,25 @@
|
||||
></textarea>
|
||||
<div class="compose__attachments" id="attachments"></div>
|
||||
<div class="compose__actions">
|
||||
<button
|
||||
type="button"
|
||||
class="compose__action-btn"
|
||||
id="attach"
|
||||
aria-label="Attach files"
|
||||
>
|
||||
<svg class="icon"><use href="/static/icons.svg#attach"></use></svg>
|
||||
</button>
|
||||
<div class="compose__actions-left">
|
||||
<button
|
||||
type="button"
|
||||
class="compose__action-btn"
|
||||
id="attach"
|
||||
aria-label="Attach files"
|
||||
>
|
||||
<svg class="icon"><use href="/static/icons.svg#attach"></use></svg>
|
||||
</button>
|
||||
<button
|
||||
type="button"
|
||||
class="compose__action-btn"
|
||||
id="location"
|
||||
aria-label="Include location"
|
||||
title="Include GPS location"
|
||||
>
|
||||
<svg class="icon"><use href="/static/icons.svg#location"></use></svg>
|
||||
</button>
|
||||
</div>
|
||||
<input type="file" id="file-input" multiple hidden />
|
||||
<div class="compose__actions-right">
|
||||
<button
|
||||
|
||||
Reference in New Issue
Block a user