Add support for full-text search (#7)
All checks were successful
continuous-integration/drone/push Build is passing
continuous-integration/drone Build is passing

This commit is contained in:
2020-10-13 07:54:14 -05:00
parent 6297f9d0f0
commit 28d6986eea
12 changed files with 243 additions and 6 deletions

View File

@@ -9,8 +9,11 @@
</ion-toolbar>
<ion-grid style="height: 100%; justify-content: center; display: flex; font-size: 24pt; color: #ccc;">
<ion-grid style="height: 100%; justify-content: center; display: flex; flex-direction: column; font-size: 24pt; color: #ccc;">
<ion-row align-items-center>
<ion-col>Hi, there! Select or create a page to get started.</ion-col>
</ion-row>
</ion-grid>
<ion-row align-items-center style="margin-top: 30px;">
<ion-col>(You can press <code>Ctrl</code> + <code>/</code> to search everywhere.)</ion-col>
</ion-row>
</ion-grid>