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’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Implement prefs and other functionalities for Tectonic trees #5345

Draft
wants to merge 6 commits into
base: issue-5294
Choose a base branch
from
Draft
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Original file line number Diff line number Diff line change
Expand Up @@ -239,6 +239,9 @@ const colorMapper = f.store<Partial<RR<keyof Tables, Gradient>>>(() => ({
...startsWith('DNA', colors.purple),
...startsWith('Sp', colors.lightBlue),
...startsWith('Workbench', colors.green),
...startsWith('AbsoluteAge', colors.blue),
...startsWith('RelativeAge', colors.lightBlue),
...startsWith('TectonicUnit', colors.red),
Comment on lines +242 to +244
Copy link
Contributor Author

Choose a reason for hiding this comment

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

Going with these icon colors for the age tables for now to fix the unit test for this. Let me know if something else would be preferable

...endsWith('Agent', colors.yellowOrange),
...endsWith('Citation', colors.red),
...endsWith('Authorization', colors.red),
Expand Down
Loading