IMPLEMENTATION_NOTES.md
This implementation adds a "Connection Frame Color" feature to mRemoteNG that allows users to visually distinguish between different connection environments (e.g., production, test, development) by displaying a colored border around connection panels.
The feature was requested in issue to prevent accidental operations on production systems. The user cited DBeaver database management tool as an example, which uses a red frame to indicate production database connections.
Created an enum with the following values:
ConnectionFrameColor property to the base connection record classConnectionFrameColor inheritance propertyAdded language resources for:
Created comprehensive documentation including:
When testing this feature, verify:
Potential future improvements: