Skip to content

Conversation

@d88naimi
Copy link
Contributor

Fixes #221 Fix broken layout for new sign up instance

columns and grid view

Screen Shot 2022-02-11 at 12 31 19 PM
Screen Shot 2022-02-11 at 12 31 10 PM

@d88naimi d88naimi requested a review from shrunyan February 11, 2022 20:34
@d88naimi
Copy link
Contributor Author

@shrunyan V2

Screen Shot 2022-02-24 at 1 47 38 PM
Screen Shot 2022-02-24 at 1 47 30 PM

@d88naimi d88naimi requested a review from agalin920 April 20, 2022 17:28

<main className={styles.siteList}>
{props.sites.length === 0 && <WebsiteCreate />}
{props.sitesFiltered.length === 0 && <WebsiteCreate />}

Choose a reason for hiding this comment

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

Couldn't the call to action to create a website when there are no filtered results misleading? I think the current UX of only showing 'No Results' when filters are applied make more sense

@d88naimi
Copy link
Contributor Author

closing new PR here #226

@d88naimi d88naimi closed this Apr 26, 2022
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.

New account layout is broken

3 participants