mirror of
https://github.com/muerwre/orchidmap-front.git
synced 2025-04-26 03:26:41 +07:00
mobile: first mobile ui attempts
This commit is contained in:
parent
a6966fd651
commit
0941ff1ee8
8 changed files with 74 additions and 11 deletions
|
@ -63,13 +63,11 @@ class Component extends React.PureComponent<Props, void> {
|
|||
<UserLocation />
|
||||
</div>
|
||||
|
||||
<div className="status-bar padded">
|
||||
<div className="status-bar padded desktop-only">
|
||||
{distance} км
|
||||
<Icon icon="icon-cycle" size={32} />
|
||||
{
|
||||
<span>{
|
||||
toHours(estimated)
|
||||
}</span>
|
||||
<span>{toHours(estimated)}</span>
|
||||
}
|
||||
</div>
|
||||
</div>
|
||||
|
@ -143,6 +141,7 @@ class Component extends React.PureComponent<Props, void> {
|
|||
className={classnames({ primary: changed, disabled: !changed })}
|
||||
onClick={this.startSaveMode}
|
||||
>
|
||||
<span className="desktop-only">СХОРОНИТЬ</span>
|
||||
<Icon icon="icon-check-1" />
|
||||
</button>
|
||||
</div>
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue