can add new invoices now.
This commit is contained in:
@@ -37,12 +37,18 @@
|
|||||||
|
|
||||||
@keyframes flashPrimary {
|
@keyframes flashPrimary {
|
||||||
from {
|
from {
|
||||||
|
transform: translateY(100%);
|
||||||
|
opacity: 0;
|
||||||
|
|
||||||
|
}
|
||||||
|
to {
|
||||||
|
|
||||||
background-color: #00d1b2;
|
background-color: #00d1b2;
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
tr.live-added {
|
tr.live-added {
|
||||||
animation: flashPrimary .7s ease both;
|
animation: flashPrimary 1.0s ease both;
|
||||||
}
|
}
|
||||||
.left-nav {
|
.left-nav {
|
||||||
width: 300px;
|
width: 300px;
|
||||||
@@ -312,7 +318,7 @@
|
|||||||
<div class="container">
|
<div class="container">
|
||||||
<div class="navbar-brand">
|
<div class="navbar-brand">
|
||||||
<a class="navbar-item" href="../">
|
<a class="navbar-item" href="../">
|
||||||
<h1>Auto-ap</h1>
|
<h1>Integreat</h1>
|
||||||
</a>
|
</a>
|
||||||
</div>
|
</div>
|
||||||
</div>
|
</div>
|
||||||
@@ -326,7 +332,7 @@
|
|||||||
<div class="container">
|
<div class="container">
|
||||||
<div class="content has-text-centered">
|
<div class="content has-text-centered">
|
||||||
<p>
|
<p>
|
||||||
<strong>Auto-AP</strong>
|
<strong>Integreat</strong>
|
||||||
by <a href="https://github.com/">Integreat</a>.
|
by <a href="https://github.com/">Integreat</a>.
|
||||||
</p>
|
</p>
|
||||||
<p>
|
<p>
|
||||||
|
|||||||
@@ -120,8 +120,7 @@
|
|||||||
[:div {:class "container"}
|
[:div {:class "container"}
|
||||||
[:div {:class "content has-text-centered"}
|
[:div {:class "content has-text-centered"}
|
||||||
[:p
|
[:p
|
||||||
[:strong "Auto-AP"]"by "
|
[:strong "Integreat"]]
|
||||||
[:a {:href "https://github.com/"} "Integreat"]"."]
|
|
||||||
[:p
|
[:p
|
||||||
[:a {:class "icon", :href "https://github.com/dansup/bulma-templates"}
|
[:a {:class "icon", :href "https://github.com/dansup/bulma-templates"}
|
||||||
[:i {:class "fa fa-github"}]]]]]]
|
[:i {:class "fa fa-github"}]]]]]]
|
||||||
@@ -136,7 +135,7 @@
|
|||||||
[:div {:class "container"}
|
[:div {:class "container"}
|
||||||
[:div {:class "navbar-brand"}
|
[:div {:class "navbar-brand"}
|
||||||
[:a {:class "navbar-item", :href "../"}
|
[:a {:class "navbar-item", :href "../"}
|
||||||
[:h1 (str "Auto-ap")]]]
|
[:h1 (str "Integreat")]]]
|
||||||
[:div {:id "navMenu", :class "navbar-menu "
|
[:div {:id "navMenu", :class "navbar-menu "
|
||||||
:on-click (fn [] (re-frame/dispatch [::events/toggle-menu :company]))}
|
:on-click (fn [] (re-frame/dispatch [::events/toggle-menu :company]))}
|
||||||
[:div.navbar-start
|
[:div.navbar-start
|
||||||
@@ -160,7 +159,7 @@
|
|||||||
[login-dropdown]]]
|
[login-dropdown]]]
|
||||||
[:div {:class "columns", :id "mail-app"}
|
[:div {:class "columns", :id "mail-app"}
|
||||||
[:aside {:class "column is-narrow aside menu hero is-fullheight"}
|
[:aside {:class "column is-narrow aside menu hero is-fullheight"}
|
||||||
[:div.main
|
[:div.main.left-nav
|
||||||
[:p.menu-label "General"]
|
[:p.menu-label "General"]
|
||||||
[:p.menu-item
|
[:p.menu-item
|
||||||
[:a {:href (bidi/path-for routes/routes :index) , :class (str "item" (active-when= ap :index))}
|
[:a {:href (bidi/path-for routes/routes :index) , :class (str "item" (active-when= ap :index))}
|
||||||
@@ -190,10 +189,7 @@
|
|||||||
]
|
]
|
||||||
[:ul ]]]
|
[:ul ]]]
|
||||||
|
|
||||||
[:div.left-nav
|
]
|
||||||
[:div {:class "compose has-text-centered"}
|
|
||||||
[:a {:class "button is-danger is-block is-bold" :href (bidi/path-for routes/routes :new-invoice)}
|
|
||||||
[:span {:class "compose"} "New Invoice"]]]]]
|
|
||||||
[:div {:class "column messages hero is-fullheight", :id "message-feed"}
|
[:div {:class "column messages hero is-fullheight", :id "message-feed"}
|
||||||
^{:key (str "active-page-" (:name @company))}
|
^{:key (str "active-page-" (:name @company))}
|
||||||
[:div.inbox-messages
|
[:div.inbox-messages
|
||||||
@@ -202,8 +198,7 @@
|
|||||||
[:div {:class "container"}
|
[:div {:class "container"}
|
||||||
[:div {:class "content has-text-centered"}
|
[:div {:class "content has-text-centered"}
|
||||||
[:p
|
[:p
|
||||||
[:strong "Auto-AP"]"by "
|
[:strong "Integreat"]]
|
||||||
[:a {:href "https://github.com/"} "Integreat"]"."]
|
|
||||||
[:p
|
[:p
|
||||||
[:a {:class "icon", :href "https://github.com/dansup/bulma-templates"}
|
[:a {:class "icon", :href "https://github.com/dansup/bulma-templates"}
|
||||||
[:i {:class "fa fa-github"}]]]]]]
|
[:i {:class "fa fa-github"}]]]]]]
|
||||||
|
|||||||
Reference in New Issue
Block a user