-
Notifications
You must be signed in to change notification settings - Fork 13
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
💄Listing page header UI revamp (#1966)
* 🔥 Remove breadcrumb * ✨Add arrows for tags navigation * ✨ Add random search placeholder * 🎨Add click filter handling for desktop version * 📱 Handle tags scroll bar for phone version * 🎨 Add tags to modify sorting display * 🎨 Add en search placeholder * 🎨 Update search suggestions * 💄 Fix filter dialog position for desktop * 🍱 Fix arrow right icon style * 🎨 Clean up tags container code * 🐛 Fix undefined OG title * 🐛 Fix latest book sorting * 💄 Add active tag title in header * 🐛 Fix gradient not displaying on mobile version * 💄 Adjust search border radius * 🚸 Enable drag-to-scroll for tags list * 🚸 Auto-apply first random keyword on empty search * 🚸 Improve scrolling behavior * 🚸 Auto-scroll to active tag --------- Co-authored-by: Ng Wing Tat, David <[email protected]>
- Loading branch information
1 parent
e92643f
commit 47f5c0c
Showing
8 changed files
with
378 additions
and
188 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,24 +1,14 @@ | ||
<template> | ||
<svg | ||
width="16" | ||
height="16" | ||
viewBox="0 0 16 16" | ||
fill="none" | ||
fill="currentColor" | ||
xmlns="http://www.w3.org/2000/svg" | ||
> | ||
<g clip-path="url(#clip0_872_423)"> | ||
<path | ||
d="M6 4L10 8L6 12" | ||
stroke="currentColor" | ||
stroke-width="1.33333" | ||
stroke-linecap="round" | ||
stroke-linejoin="round" | ||
/> | ||
</g> | ||
<defs> | ||
<clipPath id="clip0_872_423"> | ||
<rect width="16" height="16" fill="white" /> | ||
</clipPath> | ||
</defs> | ||
<path | ||
fill-rule="evenodd" | ||
clip-rule="evenodd" | ||
d="M6.4 12.7999C5.95814 12.4686 5.86864 11.8418 6.2 11.3999L8.75 7.99994L6.2 4.5999C5.86864 4.1581 5.95814 3.5313 6.4 3.1999C6.84183 2.8686 7.46863 2.9581 7.8 3.3999L10.8 7.39994C11.0667 7.7555 11.0667 8.24439 10.8 8.59994L7.8 12.5999C7.46863 13.0418 6.84183 13.1313 6.4 12.7999Z" | ||
fill="currentColor" | ||
/> | ||
</svg> | ||
</template> |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.