-
Notifications
You must be signed in to change notification settings - Fork 22
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
Add new default boat profile #1419
Add new default boat profile #1419
Conversation
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.
src/assets/defaults.ts
Outdated
hash: defaultBoatProfileHash, | ||
hash: 'adb7d856-f2e5-4980-aaeb-c39c1fa3562b', |
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.
This change brakes the profile auto-load functionality.
da988e0
to
ea00b25
Compare
Last push:
|
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.
…nfigs Signed-off-by: Arturo Manzoli <[email protected]>
Signed-off-by: Arturo Manzoli <[email protected]>
ea00b25
to
ec1be82
Compare
src/components/EditMenu.vue
Outdated
class="flex flex-row justify-start relative items-center bg-[#CBCBCB2A] elevation-5 2xl:h-full xl:h-[45px] h-[35px] overflow-hidden" | ||
class="flex flex-row justify-start relative items-center bg-[#CBCBCB2A] elevation-5 2xl:h-[55px] xl:h-[45px] h-[35px] overflow-hidden" |
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.
This is not fixing the full-height problem. We can just remove this commit as its not necessary to this PR, merge the PR and attack this problem on a later one.
Removed :) !
ec1be82
to
cbf7f78
Compare
Closes #592