-
Notifications
You must be signed in to change notification settings - Fork 32
Conversation
Feedback could be great, as I told you , I'am rookie on this, but trust my motivation |
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.
Added some comments about improvements & eventual fixes.
I may iterate on new comments afterwards so we can polish this feature 🚀
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.
Thanks for the updates !
Could you take into account the 2 unresolved comments from my last review ? backgroundColor
& extra comma
I added a comment that you can commit right away (it's just about removing useless string interpolation for href
)
And finally, I think that we could refactor everything to just give devices
to an unique lib/resize.cjs
that would generate the splash screens aside the first icons. (We could think about a splash
object as param with splash.devices
array, so we can have latersplash.backgroundColor
and more options in the future). This would remove the redundancy of the 2 files present in lib
.
All image are create in `lib/resize`
I made a choice to set devices array as default module's options. I add also some types definition due about Question : Is it make sens to keep splash-screen generation triggers by |
@xlanex6 I think we could use But as Nuxt 3 modules uses Then, in both So if i'm right, these wouldn't be generated by default, but everything could be opt in with |
Based on your previous comment splash screen generation still trigged by |
@xlanex6 Just letting you know that I'll have a look on last updates only Sunday, as I'm off computer until this day :) |
@xlanex6 Do you mind if I merge the current state in a I'd like to have it released by tomorrow evening, but I still have changes to request (most likely minors). When merged in |
We could also just wait next week, as if there's any issue with the release I won't really be able to work on it this week (I'm off computer most days of this week) |
Both options are good for me until my tiny contribution still there. |
No description provided.