Aleksander Chlebowski

Results 26 issues of 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: ![image](https://github.com/dreamRs/shinybusy/assets/114988527/3c608d75-e3dd-414a-b1e4-6873c6ce7dab) ![image](https://github.com/dreamRs/shinybusy/assets/114988527/33b8945f-5abd-4c1e-96f4-40fc9dacda4f) 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...

enhancement
core
blocked

### 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...

bug
core

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...

documentation
core

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...

core
research

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...

core

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...

core
blocked

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...

good first issue
core

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.

core