-
-
Notifications
You must be signed in to change notification settings - Fork 2.7k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
feat(server, web): search location #7139
Conversation
Deploying with Cloudflare Pages
|
Actually, can't we use this for the search box as well? I think this is a sleek way to search for a location. @alextran1502 |
The search box here uses |
@alextran1502 Yes, that probably can be used for your search |
f676d94
to
a1a099e
Compare
Co-authored-by: Daniel Dietzler <36593685+danieldietzler@users.noreply.github.com>
1b6e33d
to
cd38ffa
Compare
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Nice work!
web/src/lib/components/shared-components/change-location.svelte
Outdated
Show resolved
Hide resolved
Amazing works! it looks and works very well, let's address my comment above and resolve the conflict then we can have this merged |
I'm getting
since this PR, is it possible to fix that somehow? |
Does it work without your reverse proxy ? |
No, it's the same...
|
Does it affect the whole webapp or only this modal ? I'll take a look this evening |
It affects whole web app.
Worth to mention I'm using postgress container from dev docker compose, db has been created by Immich itself and uses superuser rights, so there was no intervention from my side. Everything should be by the book. |
Yes, it's a migration issue. Weird, I had no problems with this migration. @mertalev Do you have any idea what could cause that ? |
I've found the cause, it was missing superuser privilige for postgres user, definitely my mistake, I'm sorry for confusion. |
Search the location with a text box
Screenshots
2024-02-16.00-28-32.mp4