1. 20 Aug, 2020 2 commits
  2. 19 Aug, 2020 4 commits
  3. 18 Aug, 2020 10 commits
  4. 17 Aug, 2020 2 commits
  5. 14 Aug, 2020 1 commit
  6. 13 Aug, 2020 2 commits
  7. 12 Aug, 2020 7 commits
  8. 10 Aug, 2020 1 commit
  9. 07 Aug, 2020 2 commits
  10. 06 Aug, 2020 1 commit
  11. 05 Aug, 2020 3 commits
  12. 04 Aug, 2020 3 commits
    • Dorian Johnson's avatar
      build: use static CSS and JS filenames in dev (#534) · 82d843e9
      Dorian Johnson authored
      In production, it's helpful to use content addressing to guarantee cache busting
      when publishing changes.
      
      However, in development, because the server serves a static copy of the
      index.html, that means that changing the Javascript bundle or CSS requires an
      otherwise-unnecessary restart of the server.
      
      This change makes the CSS and JS assets use fixed filenames so that a server
      restart isn't needed.
      
      Downside of this approach is there's now a dev/prod disparity and the config is
      more spread out between files. The positive is we don't need to modify the
      semantics of the server at all.
      82d843e9
    • Tamika Tannis's avatar
      fix: DashboardPage Flag usage; Markdown to render HTML (#535) · 4c5859a5
      Tamika Tannis authored
      * Allow markdown descriptions to display html
      
      * Fix Flag usage on DashboardPage; Lint
      
      * Code cleanup
      4c5859a5
    • Diksha Thakur's avatar
      fix: Fixing EditableSection component (#508) · e5bb6dad
      Diksha Thakur authored
      * Changed tag to div
      
      * check on nativeEvent
      
      * Fixed EditableText propagation
      
      * Fix add new tag button
      
      * Trying to fix tag delete click
      
      * Fix Tag and owner onClick
      
      * Fix clicks on Request Description
      
      * Fix add new owner button
      
      * code cleanup
      
      * modified unit test cases
      
      * Revert changes and moved children  components outside label tag
      
      * Added unit test case
      e5bb6dad
  13. 03 Aug, 2020 2 commits
    • Tamika Tannis's avatar
      feat: Update prog_desc configuration + UI (#527) · dfd91c27
      Tamika Tannis authored
      * Update prog_desc configuration + UI
      
      * Lint
      
      * Lint
      
      * mypy
      
      * Component cleanup; Add types
      
      * Lint fix
      
      * Clean up and fix bug
      
      * Update doc
      
      * Update docs
      
      * Update docs
      
      * Update test
      
      * Lint
      
      * Update python logic
      dfd91c27
    • Allison Suarez Miranda's avatar
      feat: clickable badge style behavior (#529) · 3c974c31
      Allison Suarez Miranda authored
      * looking good, alignment might still be messed up, need to verify
      
      * focused
      
      * more generla styling and added some variables as suggested
      
      * made -height into a variable
      
      * removed unecessary display style
      
      * alpha to variable
      
      * added pressed state styling
      
      * lint fix
      
      * renamed opacity
      
      * added -height
      
      * changed and tested labeltype names
      
      * fixed other labelStyle instances
      3c974c31