Skip to content

Commit 8aae0aa

Browse files
(v2.7) init #138 and #155
1 parent bda0780 commit 8aae0aa

File tree

2 files changed

+7
-6
lines changed

2 files changed

+7
-6
lines changed

README.md

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -186,6 +186,8 @@ Fixing lints
186186
- v2.3 Bug fix for localstorage (tabs) and full UI refactored after alpha
187187
- v2.4 Show version on navbar and curl is using ace editor
188188
- v2.5 Groupby final fix and localstorage clear button. Other UI refactor
189+
- v2.6 File uploads
190+
- v2.7 Show activity on Eloquent models
189191

190192

191193
# Maintainers

ui/src/components/TopNav.tsx

Lines changed: 5 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -152,12 +152,12 @@ export default function TopNav(props: Props) {
152152
<Cog6ToothIcon className="inline-block h-6 w-6 mr-1" />
153153
Settings
154154
</h3>
155-
<hr />
155+
<div className='divider'></div>
156156
<h4 className="font-bold mt-10">
157157
<Bars3BottomLeftIcon className="inline-block h-6 w-6 mr-1" />
158158
Sort By
159159
</h4>
160-
<hr />
160+
<div className='divider'></div>
161161
<div className="form-control">
162162
<label className="label">
163163

@@ -175,8 +175,7 @@ export default function TopNav(props: Props) {
175175
<RectangleGroupIcon className="inline-block h-6 w-6 mr-1" />
176176
Group By
177177
</h4>
178-
<hr />
179-
<hr />
178+
<div className='divider'></div>
180179
<div className="form-control">
181180
<label className="label">
182181

@@ -194,7 +193,7 @@ export default function TopNav(props: Props) {
194193
<FunnelIcon className="inline-block h-6 w-6 mr-1" />
195194
Filter Settings
196195
</h4>
197-
<hr />
196+
<div className='divider'></div>
198197
<div className="form-control">
199198
<label className="label">
200199
<span className="label-text">GET</span>
@@ -225,7 +224,7 @@ export default function TopNav(props: Props) {
225224
<CircleStackIcon className="inline-block h-6 w-6 mr-1" />
226225
Storage
227226
</h4>
228-
<hr />
227+
<div className='divider'></div>
229228
<div className="form-control">
230229
<label className="label">
231230
<span className="label-text">

0 commit comments

Comments
 (0)