Background colour styling for stubs #455
HansMellman
started this conversation in
Ideas
Replies: 0 comments
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
Currently using a function to map colours to cells based on their content - with the tab_options as they stand I'm unable to use the function to colour the stub_background_colour as it expects a string - I know this is likely to be addressed in the implementation of the full loc Objects - just wanted to present another use case where this would be beneficial.
Example 1 pre stub creation
![image](https://private-user-images.githubusercontent.com/108212608/368613901-c02e8313-3579-4aab-a9f9-c638fdbd048d.png?jwt=eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJpc3MiOiJnaXRodWIuY29tIiwiYXVkIjoicmF3LmdpdGh1YnVzZXJjb250ZW50LmNvbSIsImtleSI6ImtleTUiLCJleHAiOjE3Mzg5Mjk3NzksIm5iZiI6MTczODkyOTQ3OSwicGF0aCI6Ii8xMDgyMTI2MDgvMzY4NjEzOTAxLWMwMmU4MzEzLTM1NzktNGFhYi1hOWY5LWM2MzhmZGJkMDQ4ZC5wbmc_WC1BbXotQWxnb3JpdGhtPUFXUzQtSE1BQy1TSEEyNTYmWC1BbXotQ3JlZGVudGlhbD1BS0lBVkNPRFlMU0E1M1BRSzRaQSUyRjIwMjUwMjA3JTJGdXMtZWFzdC0xJTJGczMlMkZhd3M0X3JlcXVlc3QmWC1BbXotRGF0ZT0yMDI1MDIwN1QxMTU3NTlaJlgtQW16LUV4cGlyZXM9MzAwJlgtQW16LVNpZ25hdHVyZT0xMzI3ZDlkMjIxNGQyODcxOWZlNzU2NWQxMzJmMzRjYmY1MzU0OTg4Y2RjMjA1MmRlMGZlOThkYjcwYjdlZmI5JlgtQW16LVNpZ25lZEhlYWRlcnM9aG9zdCJ9.jX4KhBglF4ch4g3Ehv0CFHoObSTKQVh5xLFCzM-2IQw)
example 2 post stub creation
![image](https://private-user-images.githubusercontent.com/108212608/368614032-83ad4c57-3213-4fe5-bfba-ca95b820839d.png?jwt=eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJpc3MiOiJnaXRodWIuY29tIiwiYXVkIjoicmF3LmdpdGh1YnVzZXJjb250ZW50LmNvbSIsImtleSI6ImtleTUiLCJleHAiOjE3Mzg5Mjk3NzksIm5iZiI6MTczODkyOTQ3OSwicGF0aCI6Ii8xMDgyMTI2MDgvMzY4NjE0MDMyLTgzYWQ0YzU3LTMyMTMtNGZlNS1iZmJhLWNhOTViODIwODM5ZC5wbmc_WC1BbXotQWxnb3JpdGhtPUFXUzQtSE1BQy1TSEEyNTYmWC1BbXotQ3JlZGVudGlhbD1BS0lBVkNPRFlMU0E1M1BRSzRaQSUyRjIwMjUwMjA3JTJGdXMtZWFzdC0xJTJGczMlMkZhd3M0X3JlcXVlc3QmWC1BbXotRGF0ZT0yMDI1MDIwN1QxMTU3NTlaJlgtQW16LUV4cGlyZXM9MzAwJlgtQW16LVNpZ25hdHVyZT1mYWZlNzQzN2JlMjgyYTc4Y2JmMzljNWI0NDZkNjdhOGNjN2RhNjRiZjFjYjI2MzcwY2QwMjdmZGIzYjk0MDBkJlgtQW16LVNpZ25lZEhlYWRlcnM9aG9zdCJ9.YeRcwT4GLix8JZjGKlyxI1U-9jFW_PahhrOdmso3S4c)
If this is already possible in some other way and I'm unaware please feel free to correct, cheers!
Beta Was this translation helpful? Give feedback.
All reactions