feat(web): search filter form (#6651)

* refactor: search history box

* filter box component

* start adding forms

* styling

* combo box

* styling

* media types

* album option

* update

* Updated

* refactor: search history box

* filter box component

* start adding forms

* styling

* combo box

* styling

* media types

* album option

* update

* Updated

* Version v1.94.0

* Add people

* add select even for combobox

* Remove unused data

* remove unused code

* remove unused code
This commit is contained in:
Alex 2024-02-02 13:30:40 -06:00 committed by GitHub
parent d3404f927c
commit 2d278d9ab8
No known key found for this signature in database
GPG key ID: B5690EEEBB952194
6 changed files with 323 additions and 75 deletions

View file

@ -85,7 +85,7 @@
<div class="flex flex-col">
<label for="datetime">Date and Time</label>
<input
class="text-sm my-4 w-full bg-gray-200 p-4 rounded-lg dark:text-white dark:bg-gray-600"
class="immich-form-input text-sm my-4 w-full"
id="datetime"
type="datetime-local"
bind:value={selectedDate}