-
Notifications
You must be signed in to change notification settings - Fork 18
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: user restriction rework #235
Conversation
src/Persistence/Migrations/20240103030850_AddRestrictionPublicReason.cs
Outdated
Show resolved
Hide resolved
src/Persistence/Migrations/20240103030850_AddRestrictionPublicReason.cs
Outdated
Show resolved
Hide resolved
src/Persistence/Migrations/20240103030850_AddRestrictionPublicReason.Designer.cs
Outdated
Show resolved
Hide resolved
namespace Crpg.Persistence.Migrations | ||
{ |
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.
Scoped namespace namespace Crpg.Persistence.Migrations;
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.
Still not scoped?
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.
fix fix fix )
7455457
to
d3e835b
Compare
c126b60
to
685a422
Compare
namespace Crpg.Persistence.Migrations | ||
{ |
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.
Still not scoped?
1a84283
to
8e164c7
Compare
Patch notes:
Webui
Blocking reason added. @or2e
Screenshots
Moderators only
For restrictions created now there are 2 fields - public and private reason for blocking. Obviously, the public one will be seen by the user. @or2e
Screenshots