Skip to content
Snippets Groups Projects
  1. May 08, 2020
  2. May 07, 2020
  3. May 05, 2020
  4. May 03, 2020
  5. May 02, 2020
  6. Apr 30, 2020
    • Todor Kondic's avatar
      Add restore config · 310434dc
      Todor Kondic authored
      * R/mix.R(read_conf): New function.
      
      * R/shiny-ui-base.R(conf2rv_conf): New function.
        In order to save config as yaml function, the reactive form of
        config must be converted to a list.
      
       (input$restoreConfB): New observer.
      
      * R/shiny-ui-base.R(server_conf), R/shiny-ui-top.R(server): Now that
        we update rv inside server_conf, it must return it in some way.
    • Todor Kondic's avatar
      Add saving configuration · dfddd3a4
      Todor Kondic authored
      * R/shiny-ui-base.R(obsrv_e,validate,vol_f): New wrappers.
      
      * R/shiny-ui-config.R(saveConfB): Change default filename and
        filetype.
      
      * R/shiny-ui-config.R(input$saveConfB): New observer.
    • Todor Kondic's avatar
      R/shiny-ui-base.R: Update wrappers · 7bb9ece5
      Todor Kondic authored
      * R/shiny-ui-base.R(react_v,react_f,react_e, obsrv, vols): New
        functions.
        Wrap functions that are used a lot.
      
      * R/shiny-ui-base.R(path2vol): New function.
    • Todor Kondic's avatar
      R/shinyUI.R, R/shiny-ui-base.R, R/shiny-ui-top.R: Restructuring GUI · e04e2270
      Todor Kondic authored
      * R/shinyUI.R: Removed.
        A monolithic file that became difficult to maintain.
      
      * R/shiny-ui-top.R: New file. Contains top-level server and interface
        functions.
      
      (mk_ui): New function. Replace old mkUI and serve as a top-level user
      interface definition function.
      
      (mk_shinyscreen): Removed most of it. Only the top-level content
      remains.
      
      * DESCRIPTION: Updated.
      
      * R/shiny-ui-base.R: New file. Shiny wrappers.
Loading