Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We鈥檒l occasionally send you account related emails.

Already on GitHub? Sign in to your account

Adds UI to the report to make it eaiser to spot sources. #598

Merged
merged 1 commit into from Mar 10, 2024

Conversation

KevinJump
Copy link
Owner

Feature #597

One for @NikRimington 馃槂

Adds some labels to the report page so you can see where things are coming from when using roots.

image

Adds some text to the details page to also tell you where a thing is importing from.

image

image

At the moment the labels are styled based on the folder name

so we have styles for root and combined, we are not styling v9 as that is the default that most people will see.

(Combined is the special path, returned when files have been merged by the uSync roots processes)

if you wanted your own-coloured labels you would have to have your own backoffice stylesheet with them in.

e.g

.usync-path-name.MyRootFolder{
    background-color: #27b171;
    color: white;
}

@KevinJump KevinJump merged commit 5d807d0 into v13/main Mar 10, 2024
2 checks passed
@KevinJump KevinJump deleted the v13/roots-import-labels branch March 10, 2024 17:19
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.

None yet

1 participant