Marcin
Marcin
I know the issue has been abandoned for some time, but maybe work on this one can also bring a solution to this one https://github.com/insightsengineering/teal/issues/593
which line @gogonzo ?
`show_rcode_modal` looks like is not longer used https://github.com/insightsengineering/teal/issues/1154
`|>` was introduced in 4.1.0, not 4.0.0 https://cran.r-project.org/bin/windows/base/old/4.1.0/NEWS.R-4.1.0.html > R now provides a simple native forward pipe syntax |>. The simple form of the forward pipe inserts the left-hand side...
And `teal` just depends on 4.0.0 https://github.com/insightsengineering/teal/blob/beeb8da362e8c471b1ae30e4559244769defc947/DESCRIPTION#L38
Yeah, so we either do it now or never. There is slight benefit of having `teal_modules` instead of `teal::modules` which is in terms of consistent naming convention with `teal_data` and...
What about gif+screencast?
Can we open a modal inside a modal with [nested closable modal](https://github.com/insightsengineering/teal.widgets/pull/199) from teal.widgets by @vedhav ?
@gogonzo do you think there is a specific reason such behavior occur? Do you recall if this behavior existed in teal since the beginning or is this something new that...