gui-qml icon indicating copy to clipboard operation
gui-qml copied to clipboard

Fix confusing naming between Settings components and Settings pages

Open jarolrod opened this issue 2 years ago • 0 comments

Right now we have completely confusing naming between our Settings components which contain the definition for the ColumnLayout containing the action items that can configure the option; and our Settings pages, which contain the definition for the Page that will contain said setting component

For example: The file pages/settings/SettingsConnection.qml is a page and inside of here we have a component called ConnectionSettings which resides at components/ConnectionSettings.

SettingsConnection <-> ConnectionSettings

These are the same words, but in reverse order. We need a better naming system; or really a better implementation method.

jarolrod avatar Jan 17 '23 02:01 jarolrod