-
Notifications
You must be signed in to change notification settings - Fork 2
Refactored main page for UI refresh #118
base: main
Are you sure you want to change the base?
Conversation
Very nice work @hrfmartins!! My feedback below is quite direct, it's with the best intention in mind 😃
I think after these fixes the PR is good to go! |
"webfontloader": "1.6.28" | ||
}, | ||
"devDependencies": { | ||
"@babel/types": "7.22.5", | ||
"@iconify/vue": "^4.1.1", |
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.
Please pin the version (to do this just remove any ^
or ~
.
<div> | ||
<div class="text-4xl mb-4">Open Source</div> | ||
<div> | ||
The project is entirely open-source, <a href="https://github.com/fdm-monster" class="text-red-500">check it out on GitHub ❤️</a> |
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.
Not entirely open-source: it's licensed under AGPL v3.
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.
Maybe github in dark mode?
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.
Might be good to reference where you got this image from... it might not be ours to use. I recognize this from Prusa.
"@types/jsdom": "21.1.1", | ||
"@types/node": "18.16.19", | ||
"@types/webfontloader": "1.6.35", | ||
"@vitejs/plugin-vue": "4.2.3", | ||
"@vue/tsconfig": "0.1.3", | ||
"autoprefixer": "^10.4.14", |
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.
I do not see autoprefixer configured. Maybe this is missing?
No description provided.