-
Notifications
You must be signed in to change notification settings - Fork 0
Feat/153 changelog #152
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
base: dev-3.0
Are you sure you want to change the base?
Feat/153 changelog #152
Conversation
|
I have pagination done in another upcoming PR for filtering |
| @@ -1,27 +1,40 @@ | |||
| /* Card Wrapper */ | |||
| /* Card Wrapper used in Changelog page */ | |||
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.
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.
There is also too much space between the items on mobile. (not sure if it is too much on desktop too)
| @@ -1,27 +1,40 @@ | |||
| /* Card Wrapper */ | |||
| /* Card Wrapper used in Changelog page */ | |||
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.
There is also too much space between the items on mobile. (not sure if it is too much on desktop too)
| <div class={clsx(styles.cardWrapper, showBorder && styles.withBorder)} data-expandable="wrapper"> | ||
| <div class={styles.card} data-expandable="card"> | ||
| <div class={styles.header}> | ||
| <div class={styles.metaSection}> |
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.
Feat/155 changelog item page


IMPORTANT: Please do not create a Pull Request without creating an issue first.Any change needs to be discussed before proceeding.
Closing issues
closes #153 (in algolia search repo)
...
Description
...
Changes