-
-
Notifications
You must be signed in to change notification settings - Fork 46
Redesign of teal.reporter
Cards
#1499
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Conversation
# Conflicts: # R/module_nested_tabs.R # R/module_teal.R # R/module_transform_data.R
# Conflicts: # R/module_nested_tabs.R
# Conflicts: # DESCRIPTION # R/module_data_summary.R # R/module_nested_tabs.R # R/module_teal.R # R/module_transform_data.R
# Conflicts: # R/module_teal.R
Hey @vedhav @gogonzo just letting you know that I am merging `main` into `test@bslib@main` branch, so that on other repositories, like `tmg`, we can install `teal` from this branch and also we can satisfy condition for `teal` to be `>= 0.16.0`. https://github.com/insightsengineering/teal.modules.general/blob/report_redesign_poc%40main/DESCRIPTION#L83 https://github.com/insightsengineering/teal.modules.general/blob/report_redesign_poc%40main/DESCRIPTION#L30 --------- Co-authored-by: Dony Unardi <donyunardi@gmail.com> Co-authored-by: insights-engineering-bot <68416928+insights-engineering-bot@users.noreply.github.com>
Thanks @averissimo for the thorough review! Those are all really useful updates to the current flow :)! |
@averissimo the bug that you reported I was aware of
This is because you are adding a second card, that has the same content as the first card (they have just different names, but the content is the same). There is some reactiveVal that keeps the state of the last added card, and if a new card is added with the same name, it prevents adding this card. If you add a new card inside the same module, and you at least specify a comment, then the content of the second card will be different and this will be possible to be added. |
Signed-off-by: André Veríssimo <211358+averissimo@users.noreply.github.com>
* pr@redesign@main: chore: simplification of code into moduleServers feat: use common structure for js autofocus input and enter to submit
# Pull Request <!--- Replace `#nnn` with your issue link for reference. --> Companion to insightsengineering/teal.reporter#326
c231446
to
a803de7
Compare
As agreed we are closing this PR in favor of insightsengineering/teal.reporter#331 that is built on top of this one. The overhead of keeping the 2 feature branches is becoming too cumbersome with multiple function renames going on. |
Companion to
Code examples of dealing with reporter