mirror of
https://github.com/davegallant/rfd-fyi.git
synced 2025-08-07 09:02:27 +00:00
Simplify tip panel
This commit is contained in:
@@ -134,6 +134,7 @@ export default {
|
|||||||
type="text"
|
type="text"
|
||||||
id="filter"
|
id="filter"
|
||||||
placeholder="Filter"
|
placeholder="Filter"
|
||||||
|
|
||||||
data-hotkey="/"
|
data-hotkey="/"
|
||||||
v-model="filter"
|
v-model="filter"
|
||||||
v-on:keyup.enter="createFilterRoute(this.filter.toString())"
|
v-on:keyup.enter="createFilterRoute(this.filter.toString())"
|
||||||
@@ -208,7 +209,7 @@ export default {
|
|||||||
<div v-if="!isMobile()">
|
<div v-if="!isMobile()">
|
||||||
<footer class="fixed-bottom">
|
<footer class="fixed-bottom">
|
||||||
<small
|
<small
|
||||||
>Tip: Press '/' to filter and create filter links (i.e.
|
>Press '/' to begin filtering (i.e.
|
||||||
<a
|
<a
|
||||||
href="/#/filter=costco"
|
href="/#/filter=costco"
|
||||||
onclick="setTimeout(location.reload.bind(location), 1)"
|
onclick="setTimeout(location.reload.bind(location), 1)"
|
||||||
|
Reference in New Issue
Block a user