Staff Management System V1.1#190
Conversation
|
Thanks for the PR! One thing on the Components V2 activity-check fix — When the activity-check message was sent via A couple of fix options: clear the components unconditionally regardless of whether embeds are present, or branch on the V2 flag and rebuild the V2 component tree to mark the check as ended. |
|
Thanks for the reply! This should be the fix. |
|
Thanks for the feedback, just fixed that one specified one. I will also actually apply it to some other places if you don't mind. |
Co-authored-by: Copilot <copilot@github.com>
|
Thanks for the quick turnaround! One more thing on this path — for V2 templates the new code does run, but the resulting Two ways to keep the body visible:
Both keep the original check context visible to users while removing the live button. The first is the smaller change; the second lets you also tweak the styling/title to indicate the check has ended. |
|
Actually just came to this solution, I think it would be great if the user can configure the end message to their liking to like show other text and maybe other custom buttons etc. I will implement that logic which would probably also simplify this a bit |
Co-authored-by: Copilot <copilot@github.com>
|
I changed logic for this, though to make this reliable I had to add 2 new columns to a DB model, though I am interested to know if the migration process with the SCNX hosted bots will work to update it properly. |
Co-authored-by: Copilot <copilot@github.com>
This updates the SMG module according to user feedbacks (latest 24 - 48hrs) and other bug reports
Changes:
No AI usage in this PR