-
-
Notifications
You must be signed in to change notification settings - Fork 26
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
feat(website): profile pictures #186
feat(website): profile pictures #186
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.
looks good
The slash in parenthesis of the commit message is for sure not to format. Please choose one or remove the parenthesis entirely if the scope is global. |
Because this is a mono repo the scope is not global most of the time. What scope would you suggest for Edit: I can't just write |
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.
lgtm
@lennartkloock Hmm, I've googled around a bit and it looks like dashes are generally uhhh ok, probably. Conventional Commits is strongly against anything but a single word:
Karma Style is indifferent:
I personally like the slash, it clearly conveys the intent - "part of" or a "subdirectory", instead of just "component name". A dash is a compromise I'm willing to accept (e.g. On a related note, I think the prefix of the commit message is getting too long with that subject name ij general. Maybe we should name the components somehow and use that shorter name? How about shortening |
I just noticed the |
@IS2511 I'll just leave out |
This reverts commit ef250f9.
7d207e0
to
c4e6e3e
Compare
c4e6e3e
to
9ec97dc
Compare
9ec97dc
to
420707a
Compare
Codecov ReportAttention:
Additional details and impacted files@@ Coverage Diff @@
## feature/website #186 +/- ##
===================================================
- Coverage 46.71% 46.44% -0.27%
===================================================
Files 486 486
Lines 30831 31035 +204
===================================================
+ Hits 14402 14415 +13
- Misses 16429 16620 +191
|
Proposed changes
This pr implements website support for profile pictures.
Including:
Types of changes
What types of changes does your code introduce to Scuffle?
Put an
x
in the boxes that applyChecklist
Put an
x
in the boxes that apply. You can also fill these out after creating the PR. If you're unsure about any of them, don't hesitate to ask. We're here to help! This is simply a reminder of what we are going to look for before merging your code.Further comments