Skip to content

RM-19 Ability to hide close / close with reason buttons#29

Merged
BenHall-1 merged 3 commits intomasterfrom
RM-19
Feb 17, 2026
Merged

RM-19 Ability to hide close / close with reason buttons#29
BenHall-1 merged 3 commits intomasterfrom
RM-19

Conversation

@BenHall-1
Copy link
Copy Markdown
Member

@BenHall-1 BenHall-1 commented Feb 17, 2026

Description

ALTER TABLE settings ADD COLUMN IF NOT EXISTS "hide_close_button" bool DEFAULT 'f';
ALTER TABLE settings ADD COLUMN IF NOT EXISTS "hide_close_with_reason_button" bool DEFAULT 'f';
ALTER TABLE panels ADD COLUMN IF NOT EXISTS "hide_close_button" bool NOT NULL DEFAULT false;
ALTER TABLE panels ADD COLUMN IF NOT EXISTS "hide_close_with_reason_button" bool NOT NULL DEFAULT false;
ALTER TABLE panels ADD COLUMN IF NOT EXISTS "hide_claim_button" bool NOT NULL DEFAULT false;

Type of Change

  • Bug fix
  • New feature
  • Breaking change

Testing

Checklist

  • My code follows the style of this project
  • I have performed a self-review of my own code
  • I have commented my code, particularly in hard-to-understand areas
  • I have made corresponding changes to the documentation
  • My changes generate no new warnings
  • I have added tests that prove my fix is effective or that my feature works

Signed-off-by: Ben <ben@tickets.bot>
@biast12
Copy link
Copy Markdown
Contributor

biast12 commented Feb 17, 2026

Signed-off-by: Ben <ben@tickets.bot>
Signed-off-by: Ben <ben@tickets.bot>
Copy link
Copy Markdown
Contributor

@biast12 biast12 left a comment

Choose a reason for hiding this comment

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

GGs!

@BenHall-1 BenHall-1 merged commit d2d1f2a into master Feb 17, 2026
@BenHall-1 BenHall-1 deleted the RM-19 branch February 17, 2026 18:53
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants