FriendsOfFlarum / user-directory

The permission based public user directory extension for your Flarum forum.
https://discuss.flarum.org/d/5682
MIT License
22 stars 17 forks source link

Fix new search field #84

Closed rafaucau closed 2 years ago

rafaucau commented 2 years ago

Fixes #83

Changes proposed in this pull request:

This PR fixes the styles of the new search box. Additionally, it updates the imports in JS files.

Reviewers should focus on:

Screenshot

Before:

image image image

https://user-images.githubusercontent.com/25438601/149288948-58f6bc52-231c-4f7f-a6de-0a05aacd7495.mp4

After:

image image image

https://user-images.githubusercontent.com/25438601/149576052-74350be8-9005-49c2-8cc0-78792a44a17d.mp4

Confirmed

rafaucau commented 2 years ago

Todo:

https://user-images.githubusercontent.com/25438601/149288948-58f6bc52-231c-4f7f-a6de-0a05aacd7495.mp4

Trying to fix that makes me mad 😵‍💫

rafaucau commented 2 years ago

Fixed

https://user-images.githubusercontent.com/25438601/149576052-74350be8-9005-49c2-8cc0-78792a44a17d.mp4

rafaucau commented 2 years ago

@imorland Why were other PRs accepted while this one fixes more things? This PR came first. Those PRs, for example, did not fix the problem with text going off-screen.