Skip to content
GitLab
Menu
Projects
Groups
Snippets
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Menu
Open sidebar
Eugenie Lohmann
analycyte
Commits
35c17702
Commit
35c17702
authored
9 months ago
by
Eugenie Lohmann
🎨
Browse files
Options
Download
Email Patches
Plain Diff
delete session will provoque reload session
parent
6c041f3a
Changes
4
Hide whitespace changes
Inline
Side-by-side
Showing
4 changed files
with
16 additions
and
1 deletion
+16
-1
DESCRIPTION
DESCRIPTION
+1
-1
NEWS.md
NEWS.md
+4
-0
R/app_server.R
R/app_server.R
+3
-0
inst/app/www/custom.css
inst/app/www/custom.css
+8
-0
No files found.
DESCRIPTION
View file @
35c17702
Package: analycyte
Title: analycyte Shiny Application
Version: 3.0.
5
Version: 3.0.
6
Authors@R: c(
person("Eugénie", "Lohmann", , "eugenie.lohmann@inserm.fr", role = c("aut", "cre"),
comment = c(ORCID = "0000-0002-3230-8363")),
...
...
This diff is collapsed.
Click to expand it.
NEWS.md
View file @
35c17702
# analycyte 3.0.6
*
session$reload() when deleting a project
# analycyte 3.0.31
## BUG REPORT
...
...
This diff is collapsed.
Click to expand it.
R/app_server.R
View file @
35c17702
...
...
@@ -227,6 +227,7 @@ app_server <- function(input, output, session) {
}
reloadTrigger
(
reloadTrigger
()
+
1
)
# project_update(project_update() + 1)
}
)
...
...
@@ -297,8 +298,10 @@ app_server <- function(input, output, session) {
resetProject
(
deleteFiles
=
TRUE
)
reloadTrigger
(
reloadTrigger
()
+
1
)
r_global
<<-
reactiveValues
()
# use the global assignment operator <<-
session
$
reload
()
})
observeEvent
(
input
$
unsyncProject
,
{
resetProject
(
deleteFiles
=
FALSE
)
reloadTrigger
(
reloadTrigger
()
+
1
)
...
...
This diff is collapsed.
Click to expand it.
inst/app/www/custom.css
View file @
35c17702
...
...
@@ -394,3 +394,11 @@ margin: 5px;
.shiny-icon
{
margin-right
:
5px
;
}
.modal-header
{
border-bottom
:
none
;
}
.modal-footer
{
border-top
:
none
;
}
\ No newline at end of file
This diff is collapsed.
Click to expand it.
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment