Skip to content
Draft
Show file tree
Hide file tree
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 Jan 8, 2025
df9b624
Update user_inline.html.twig
TheVillageGuy Jan 8, 2025
76747e7
Add files via upload
TheVillageGuy Mar 13, 2025
5b71cee
Add files via upload
TheVillageGuy Mar 13, 2025
6589998
Update user_avatar.html.twig
TheVillageGuy Mar 13, 2025
3bf8446
Merge branch 'main' into default-avatar
TheVillageGuy Mar 13, 2025
e5579c8
Update user_inline.html.twig
TheVillageGuy Mar 13, 2025
143015f
Delete public/default_avatar.png
TheVillageGuy Mar 13, 2025
8f10a63
Add files via upload
TheVillageGuy Mar 13, 2025
3f91bea
Add files via upload
TheVillageGuy Mar 13, 2025
011fd72
Add files via upload
TheVillageGuy Mar 13, 2025
e1f9ff6
Add files via upload
TheVillageGuy Mar 13, 2025
9f0c8e9
Add files via upload
TheVillageGuy Mar 13, 2025
f1ce464
Add files via upload
TheVillageGuy Mar 13, 2025
690c725
Add files via upload
TheVillageGuy Mar 13, 2025
20031e2
Update user_inline.html.twig
TheVillageGuy Mar 14, 2025
ccfde0e
Update user_inline.html.twig
TheVillageGuy Mar 14, 2025
b0ccc95
Update user_inline.html.twig
TheVillageGuy Mar 14, 2025
98e0f31
Update user_inline.html.twig
TheVillageGuy Mar 14, 2025
128651c
Delete default_avatar.png
TheVillageGuy Mar 14, 2025
619fbbc
Update user_inline.html.twig
TheVillageGuy Mar 14, 2025
584a9b8
Update user_inline.html.twig
TheVillageGuy Mar 14, 2025
39ee1ed
Update user_inline.html.twig
TheVillageGuy Mar 14, 2025
b272cfd
Delete public/default_avatar.png
TheVillageGuy Mar 14, 2025
05bf0f4
Add files via upload
TheVillageGuy Mar 14, 2025
c76fb3e
Add files via upload
TheVillageGuy Mar 14, 2025
d3a9c00
Add files via upload
TheVillageGuy Mar 14, 2025
4463ed3
Add files via upload
TheVillageGuy Mar 14, 2025
4d8e354
improved handling of characters / values
TheVillageGuy Mar 14, 2025
456d96a
Second attempt
TheVillageGuy Mar 14, 2025
af9089a
Delete .vs directory
TheVillageGuy Mar 14, 2025
5ced290
Delete .gitignore
TheVillageGuy Mar 14, 2025
e9028ff
here we go
TheVillageGuy Mar 14, 2025
93b2c87
Here we go
TheVillageGuy Mar 14, 2025
3af659e
Update .gitignore
TheVillageGuy Mar 14, 2025
f609a93
comment out if around user_avatar as it is now always active
TheVillageGuy Mar 16, 2025
5533144
Merge branch 'default-avatar' of https://github.com/MbinOrg/mbin into…
TheVillageGuy Mar 16, 2025
aabc057
Merge branch 'main' into default-avatar
TheVillageGuy Mar 16, 2025
674bda3
Add files via upload
TheVillageGuy Mar 16, 2025
76f2f84
huerotate sucks
TheVillageGuy Mar 17, 2025
71ab2db
Merge branch 'default-avatar' of https://github.com/MbinOrg/mbin into…
TheVillageGuy Mar 17, 2025
4c8706d
validname
TheVillageGuy Mar 17, 2025
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
7 changes: 7 additions & 0 deletions .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -272,3 +272,10 @@ $RECYCLE.BIN/
*.msi
*.msm
*.msp
/.vs/mbin/CopilotIndices/17.12.68.61481
Copy link
Member

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

Copy link
Contributor Author

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

/.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
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Do not ignore .gitignore!

/.gitignore
3 changes: 0 additions & 3 deletions .vs/ProjectSettings.json

This file was deleted.

7 changes: 0 additions & 7 deletions .vs/VSWorkspaceState.json

This file was deleted.

Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file removed .vs/mbin/v17/.wsuo
Binary file not shown.
23 changes: 0 additions & 23 deletions .vs/mbin/v17/DocumentLayout.json

This file was deleted.

Loading