1
0
Fork 0
mirror of https://github.com/documize/community.git synced 2025-08-04 21:15:24 +02:00

[WIP] Improve master layout for different devices + product growth

We have two pressing needs:

1. Improve experience on real estate challenged devices.
2. Make room for product feature-set growth.

To hit these targets, we need to develop better UX through smarter on-screen space management.
This commit is contained in:
Harvey Kandola 2019-05-20 10:39:48 +01:00
parent bce1c1b166
commit 62c3cd03ad
51 changed files with 433 additions and 525 deletions

View file

@ -22,7 +22,7 @@
<div class="perm-desc">Manage and delete space</div>
</div>
{{ui/ui-spacer size=200}}
<Ui::UiSpacer @size=200 />
<div class="title" {{action "toggleDocumentPerms"}}>
Document Permissions Explained
@ -55,7 +55,7 @@
</div>
</div>
{{ui/ui-spacer size=300}}
<Ui::UiSpacer @size=300 />
<div class="text-center">
{{ui/ui-button color=constants.Color.Gray light=true icon=constants.Icon.Person
@ -67,7 +67,7 @@
onClick=(action "onShowInviteModal")}}
</div>
{{ui/ui-spacer size=300}}
<Ui::UiSpacer @size=300 />
<div class="space-admin table-responsive">
<table class="table table-hover permission-table">
@ -139,7 +139,7 @@
</table>
</div>
{{ui/ui-spacer size=200}}
<Ui::UiSpacer @size=200 />
{{ui/ui-button color=constants.Color.Green light=true icon=constants.Icon.Locked
label=constants.Label.Save onClick=(action "onSave")}}
@ -150,7 +150,7 @@
<div class="modal-header">Add users to this space</div>
<div class="modal-body">
{{input id="user-search" type="text" class="form-control mousetrap" placeholder="Search for users by firstname, lastname, email" value=searchText key-up=(action "onSearch")}}
{{ui/ui-spacer size=200}}
<Ui::UiSpacer @size=200 />
<div class="space-admin">
<div class="add-users">
{{#each filteredUsers as |user|}}