-
Notifications
You must be signed in to change notification settings - Fork 25
Make a default avatar with transparent background and adaptive coloring based on username #1357
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
Draft
TheVillageGuy
wants to merge
42
commits into
main
Choose a base branch
from
default-avatar
base: main
Could not load branches
Branch not found: {{ refName }}
Loading
Could not load tags
Nothing to show
Loading
Are you sure you want to change the base?
Some commits from the old base branch may be removed from the timeline,
and old review comments may become outdated.
Draft
Changes from 3 commits
Commits
Show all changes
42 commits
Select commit
Hold shift + click to select a range
f9e96fb
Make a default avatar with static background color based on username
TheVillageGuy df9b624
Update user_inline.html.twig
TheVillageGuy 76747e7
Add files via upload
TheVillageGuy 5b71cee
Add files via upload
TheVillageGuy 6589998
Update user_avatar.html.twig
TheVillageGuy 3bf8446
Merge branch 'main' into default-avatar
TheVillageGuy e5579c8
Update user_inline.html.twig
TheVillageGuy 143015f
Delete public/default_avatar.png
TheVillageGuy 8f10a63
Add files via upload
TheVillageGuy 3f91bea
Add files via upload
TheVillageGuy 011fd72
Add files via upload
TheVillageGuy e1f9ff6
Add files via upload
TheVillageGuy 9f0c8e9
Add files via upload
TheVillageGuy f1ce464
Add files via upload
TheVillageGuy 690c725
Add files via upload
TheVillageGuy 20031e2
Update user_inline.html.twig
TheVillageGuy ccfde0e
Update user_inline.html.twig
TheVillageGuy b0ccc95
Update user_inline.html.twig
TheVillageGuy 98e0f31
Update user_inline.html.twig
TheVillageGuy 128651c
Delete default_avatar.png
TheVillageGuy 619fbbc
Update user_inline.html.twig
TheVillageGuy 584a9b8
Update user_inline.html.twig
TheVillageGuy 39ee1ed
Update user_inline.html.twig
TheVillageGuy b272cfd
Delete public/default_avatar.png
TheVillageGuy 05bf0f4
Add files via upload
TheVillageGuy c76fb3e
Add files via upload
TheVillageGuy d3a9c00
Add files via upload
TheVillageGuy 4463ed3
Add files via upload
TheVillageGuy 4d8e354
improved handling of characters / values
TheVillageGuy 456d96a
Second attempt
TheVillageGuy af9089a
Delete .vs directory
TheVillageGuy 5ced290
Delete .gitignore
TheVillageGuy e9028ff
here we go
TheVillageGuy 93b2c87
Here we go
TheVillageGuy 3af659e
Update .gitignore
TheVillageGuy f609a93
comment out if around user_avatar as it is now always active
TheVillageGuy 5533144
Merge branch 'default-avatar' of https://github.com/MbinOrg/mbin into…
TheVillageGuy aabc057
Merge branch 'main' into default-avatar
TheVillageGuy 674bda3
Add files via upload
TheVillageGuy 76f2f84
huerotate sucks
TheVillageGuy 71ab2db
Merge branch 'default-avatar' of https://github.com/MbinOrg/mbin into…
TheVillageGuy 4c8706d
validname
TheVillageGuy File filter
Filter by extension
Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
There are no files selected for viewing
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -272,3 +272,10 @@ $RECYCLE.BIN/ | |
*.msi | ||
*.msm | ||
*.msp | ||
/.vs/mbin/CopilotIndices/17.12.68.61481 | ||
/.vs/mbin/CopilotIndices/17.12.68.61481/CodeChunks.db-shm | ||
/.vs/mbin/CopilotIndices/17.12.68.61481/CodeChunks.db-wal | ||
/.vs/mbin/CopilotIndices/17.12.68.61481/SemanticSymbols.db-shm | ||
/.vs/mbin/CopilotIndices/17.12.68.61481/SemanticSymbols.db-wal | ||
/.gitignore | ||
There was a problem hiding this comment. Choose a reason for hiding this commentThe reason will be displayed to describe this comment to others. Learn more. Do not ignore |
||
/.gitignore |
This file was deleted.
Oops, something went wrong.
This file was deleted.
Oops, something went wrong.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
This file was deleted.
Oops, something went wrong.
Oops, something went wrong.
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
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 can be reduced to a single:
/.vs
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.
Why is vs such a pita