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

Change random bits and pieces #3697

Merged
merged 1 commit into from Mar 20, 2023
Merged

Change random bits and pieces #3697

merged 1 commit into from Mar 20, 2023

Conversation

ivarnakken
Copy link
Member

Description

A bunch of changes that are too tiny that they don't deserve their own commit/PR.

This is much needed imo.

Result

Too many stuff to show individually, but Iif you have any question, just let me know and I'll show the improvement. Changes should be very clear though.

Testing

  • I have thoroughly tested my changes.

Changes are all small and were easy to test.

A bunch of changes that are too tiny that they don't deserve their own
commit/PR.
@ivarnakken ivarnakken added enhancement Pull requests that make enhancements, instead of just purely new features review-needed Pull requests that need review chore Pull requests that does something "boring", yet important, e.g. cleaning up code labels Mar 19, 2023
@ivarnakken ivarnakken self-assigned this Mar 19, 2023
@@ -354,246 +354,236 @@ export default class EventDetail extends Component<Props, State> {
];

return (
<div>
Copy link
Member Author

Choose a reason for hiding this comment

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

I just removed this useless <div>.

@@ -16,7 +16,7 @@
}

.fieldError {
height: 35px;
min-height: 35px;
Copy link
Member Author

Choose a reason for hiding this comment

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

Caused overflow issues:

image

@@ -8,4 +8,5 @@
padding: 15px;
background-color: var(--lego-card-color);
border-top: 1px solid var(--border-gray);
border-radius: 0 0 var(--border-radius-lg) var(--border-radius-lg);
Copy link
Member Author

Choose a reason for hiding this comment

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

There were overflow issues on the footer:

image

@@ -155,7 +155,12 @@ class CompanyInterestList extends Component<Props, State> {
return (
<Content>
<ListNavigation title="Bedriftsinteresser" />
<Flex className={styles.section}>
<Flex
wrap
Copy link
Member Author

Choose a reason for hiding this comment

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

Needed a wrap:

image

Copy link
Member

@LudvigHz LudvigHz left a comment

Choose a reason for hiding this comment

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

LGTM
Nice 💯

@ivarnakken ivarnakken added approved Pull requests that have been approved ready-to-merge Pull requests that have been approved and are ready to be merged and removed review-needed Pull requests that need review labels Mar 20, 2023
@ivarnakken ivarnakken merged commit 3a63488 into master Mar 20, 2023
2 checks passed
@ivarnakken ivarnakken deleted the random-bits-and-pieces branch March 20, 2023 12:01
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
approved Pull requests that have been approved chore Pull requests that does something "boring", yet important, e.g. cleaning up code enhancement Pull requests that make enhancements, instead of just purely new features ready-to-merge Pull requests that have been approved and are ready to be merged
Projects
None yet
3 participants