Skip to content
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

fix: add shadow to the search module as per design #835

Merged
merged 7 commits into from
Jun 16, 2021

Conversation

alfonsobries
Copy link
Member

Summary

https://app.clickup.com/t/mb5pj7

Adds the shadow used on the design, depends on https://github.com/ArkEcosystem/laravel-ui/pull/500/files

image

Checklist

  • Documentation (if necessary)
  • Tests (if necessary)
  • Ready to be merged

@leMaur
Copy link
Contributor

leMaur commented Jun 14, 2021

@alfonsobries It sounds good, even compared to Figma! 👍🏽

@alexbarnsley
Copy link
Member

@alfonsobries I'm going to mark as draft until the the UI dep is updated. I'd have updated it but I have a PR that also updates that dependency so figured I'd just wait

@alexbarnsley alexbarnsley marked this pull request as draft June 14, 2021 09:11
@alfonsobries alfonsobries marked this pull request as ready for review June 14, 2021 14:34
@alfonsobries
Copy link
Member Author

Just updated the ui dependency should be ready now

@@ -8,7 +8,7 @@
@search-type-changed.window="searchType = $event.detail"
class="w-full"
>
<div class="flex flex-col bg-white rounded-xl dark:bg-theme-secondary-900">
<div class="flex flex-col bg-white rounded-lg md:shadow-lg-smooth dark:bg-theme-secondary-900">
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

shouldn't this be rounded-xl? afaik we don't use rounded-lg much/at all

Copy link
Member Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

@ItsANameToo the design uses less roundiness:

Current implementation (with xl)

image

With lg roundiness

image

Design

image

Copy link
Member Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

@ItsANameToo so according to Oleg lg is correct

Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

@alfonsobries according to oleg it should be 12px, so xl :trollface: I have updated it on your PR

@ItsANameToo ItsANameToo marked this pull request as draft June 15, 2021 10:40
@alfonsobries alfonsobries marked this pull request as ready for review June 15, 2021 15:21
@ItsANameToo ItsANameToo merged commit 35a37b3 into develop Jun 16, 2021
@ItsANameToo ItsANameToo deleted the fix/advanced-search-shadow branch June 16, 2021 08:13
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

4 participants