From d8b33f059a9ca22af4def0ffa47e04d6923f6ef8 Mon Sep 17 00:00:00 2001 From: Corey Date: Thu, 30 Jul 2020 20:59:48 +0800 Subject: [PATCH] Got all options working for copying and downloading --- package.json | 2 +- src/index.html | 115 +++++++++++++++++++++++++++++++-------------- tailwind.config.js | 1 + yarn.lock | 18 +++---- 4 files changed, 90 insertions(+), 46 deletions(-) diff --git a/package.json b/package.json index b8f0f42..24eaf35 100644 --- a/package.json +++ b/package.json @@ -16,7 +16,7 @@ "postcss-loader": "^2.1.1", "purgecss-webpack-plugin": "^1.4.0", "style-loader": "^0.20.3", - "tailwindcss": "^1.4.5", + "tailwindcss": "^1.6.0", "webpack": "^4.29.6", "webpack-cli": "^3.3.0", "webpack-dev-server": "^3.2.1" diff --git a/src/index.html b/src/index.html index c51723f..078e204 100644 --- a/src/index.html +++ b/src/index.html @@ -31,7 +31,7 @@ x-ref="searchField" x-model="search" x-on:keydown.window.prevent.slash="$refs.searchField.focus()" - placeholder="Search 420 System UIcons" + x-bind:placeholder="'Search ' + myForData.length + ' System UIcons'" type="text" name="search" value="" @@ -45,40 +45,48 @@
- - - +
+ + + +