maybe icon indicating copy to clipboard operation
maybe copied to clipboard

Refactor: Extract Reused String Literals to Constants

Open Anish-Chanda opened this issue 4 months ago • 1 comments

Just a quick cleanup based on some SonarQube suggestions—moved a bunch of repeated string literals to constants. Not the most exciting change, but it does help make the code a bit more manageable and avoids duplication.

No big functional changes here, just some housekeeping to keep things tidy :)

Anish-Chanda avatar Oct 21 '24 01:10 Anish-Chanda