mirror of
https://github.com/romancm/gamebrary
synced 2024-11-15 07:57:19 +00:00
move notes filter input next to header
This commit is contained in:
parent
3f5330028a
commit
c1de70f208
1 changed files with 1 additions and 12 deletions
|
@ -8,26 +8,15 @@
|
||||||
:title="$t('notes.title')"
|
:title="$t('notes.title')"
|
||||||
message="Looks like you don't have any notes yet."
|
message="Looks like you don't have any notes yet."
|
||||||
/>
|
/>
|
||||||
<!-- TODO: update text once add note modal is ready v -->
|
|
||||||
<!-- message="All your video game notes, in one place." -->
|
|
||||||
<!-- actionText="Add a note" -->
|
<!-- actionText="Add a note" -->
|
||||||
|
|
||||||
<template v-else>
|
<template v-else>
|
||||||
<div class="d-flex justify-content-between align-items-center mb-3">
|
<div class="d-flex justify-content-between align-items-center mb-3">
|
||||||
<h3 class="m-0">{{ $t('notes.title') }}</h3>
|
<h3 class="m-0">{{ $t('notes.title') }}</h3>
|
||||||
|
|
||||||
<!-- <b-button
|
|
||||||
variant="primary"
|
|
||||||
disabled
|
|
||||||
>
|
|
||||||
Add note
|
|
||||||
</b-button> -->
|
|
||||||
</div>
|
|
||||||
|
|
||||||
<div class="mb-4">
|
|
||||||
<b-form-input
|
<b-form-input
|
||||||
type="search"
|
type="search"
|
||||||
style="max-width: 300px"
|
style="max-width: 200px"
|
||||||
placeholder="Filter notes"
|
placeholder="Filter notes"
|
||||||
v-model="search"
|
v-model="search"
|
||||||
/>
|
/>
|
||||||
|
|
Loading…
Reference in a new issue