Aleksander Chlebowski
Aleksander Chlebowski
`block` temporarily adds the `.nx-block-temporary-position`class to the blocked element, which has a `min-height` property assigned, which in turn can significantly change the size of the blocked element:   example...
Is it possible to add a method that checks if a validator is enabled or not? Something like: ``` function(self) { isTRUE(self$.__enclos_env__$private$enabled } ```
Blocked by https://github.com/insightsengineering/teal/issues/669 ### Feature description The filter panel can be toggled but is always displayed on app start. Please allow for the application to start with the filter panel...
### What happened? https://insightsengineering.github.io/teal/latest-tag/reference/teal_modules.html This is not true: ``` data (optional) When provided, the module will be called with teal_data object (i.e. a list of reactive (filtered) data specified in...
Companion to https://github.com/insightsengineering/teal/pull/1011 1. Add new vignette that explains bookmarking. - explain that `teal` bookmarks `teal` and modules bookmark themselves - explain the `teal_bookmarkable` attribute of modules - use [this...
Companion to https://github.com/insightsengineering/teal/pull/1011 `teal` bookmarks are duped to files stored on the server ([literature](https://shiny.posit.co/r/articles/share/bookmarking-state/)). The state itself is negligibly small (a few kilobytes) but report cards can run into dozens...
Companion to https://github.com/insightsengineering/teal/pull/1011 As a rule, all buttons should be excluded from bookmarking. At the beginning of the module server function add `shiny::setBookmarkExclude(c("", ""))` to register exclusions. Note that consecutive...
Companion to https://github.com/insightsengineering/teal/pull/1011 Check every module for the ability to restore input states in bookmarked application. `teal:::bookmarks_identical` may be helpful. Every module constructor function must add `teal_bookmarkable` attribute to the...
The default label for the previewer module is in sentence case "Report previewer", while (nearly) all other modules use title case, e.g. "Variable Browser". Update the reporter module label to...
In lieu of @pawelru following discussion in #1015 Rewrite functions to reconstruct code in `.datasets_to_data` (`R/module_nested_tabs.R`) _and their dependencies_ so that they operate on language rather than character.