Lukas Masuch
Lukas Masuch
## Describe your changes ## GitHub Issue Link (if applicable) ## Testing Plan - Explanation of why no additional tests are needed - Unit Tests (JS and/or Python) - E2E...
## Describe your changes Adds support for using the primary color as text and background color in markdown via: ``` :primary[This text] is using :primary-background[the primary color] ``` - [Demo](https://primary-markdown-color.streamlit.app/)...
## Describe your changes ## GitHub Issue Link (if applicable) - Closes https://github.com/streamlit/streamlit/issues/8096 ## Testing Plan - Explanation of why no additional tests are needed - Unit Tests (JS and/or...
## Describe your changes ## GitHub Issue Link (if applicable) ## Testing Plan - Explanation of why no additional tests are needed - Unit Tests (JS and/or Python) - E2E...
## Describe your changes - [Demo](https://sparkline-in-metric.streamlit.app/) ## GitHub Issue Link (if applicable) ## Testing Plan - Explanation of why no additional tests are needed - Unit Tests (JS and/or Python)...
## Describe your changes - [Demo](https://interactive-dataframe.streamlit.app/) ## GitHub Issue Link (if applicable) ## Testing Plan - Explanation of why no additional tests are needed - Unit Tests (JS and/or Python)...
## Describe your changes This PR adds support to column config to pin / freeze arbitrary columns in `st.dataframe` and `st.data_editor`. ## GitHub Issue Link (if applicable) - Closes https://github.com/streamlit/streamlit/issues/7078...
## Describe your changes ## GitHub Issue Link (if applicable) ## Testing Plan - Explanation of why no additional tests are needed - Unit Tests (JS and/or Python) - E2E...
## Describe your changes Adds a `row_height` parameter to `st.dataframe` and `st.data_editor` that allows the configuration of the row height. Also, potentially auto-activated word wrapping in text columns as shown...
## Describe your changes ## GitHub Issue Link (if applicable) ## Testing Plan - Explanation of why no additional tests are needed - Unit Tests (JS and/or Python) - E2E...