Skip to content
Snippets Groups Projects
  1. Aug 15, 2019
  2. Aug 12, 2019
  3. Jul 24, 2019
  4. Jul 15, 2019
  5. Jul 02, 2019
  6. Jun 20, 2019
  7. Jun 19, 2019
  8. Jun 17, 2019
    • Isaac Evavold's avatar
      remove the tabindex attr from non-interactive DOM elements · 2d8cf52b
      Isaac Evavold authored
      These changes follow guidance from Sandi and from the general DOM specification that the `tabindex` attribute (along with Angular's `isFocusable` and `isTabbable` attributes) should only be included on elements that can be interacted with via mouse clicks or keyboard input.
      
      A number of elements in the degree planner view were non-interactive by design but still were in tabbable. This commit removes tabbing from those non-interactive elements.
      2d8cf52b
    • pnogal's avatar
      Accessibility fixes · 07698876
      pnogal authored and Paulina Nogal's avatar Paulina Nogal committed
      07698876
  9. Jun 11, 2019
    • Isaac Evavold's avatar
      make alert component generic · 037b1936
      Isaac Evavold authored and Isaac Evavold's avatar Isaac Evavold committed
      Previously, the alert component only worked with the degree planner view. Now the alert component can be used in any view that supplies a list of alerts.
      037b1936
  10. Jun 10, 2019
  11. Jun 07, 2019
  12. Jun 05, 2019
  13. Jun 04, 2019
    • jvanboxtel@wisc.edu's avatar
      ROENROLL-1805 credits fix · 6961a988
      jvanboxtel@wisc.edu authored
      6961a988
    • Isaac Evavold's avatar
      fix termcode factory reinitialization error · 94547f25
      Isaac Evavold authored
      Error caused when user loaded the degree planner (thus initializing the termcode factory), switched to the dars view (which doesn't reset the termcode factory), then switched back to the degree planner (which attempted to initialize an already initialized termcode factory).
      
      This fixes the bug by only attempting to initialize the termcode factory if the termcode factory is uninitialized
      94547f25
    • Paulina Nogal's avatar
      Roenroll 1776 · 9f3dd806
      Paulina Nogal authored
      9f3dd806
  14. Jun 03, 2019
  15. May 31, 2019
  16. May 29, 2019
  17. May 23, 2019
  18. May 21, 2019
    • Isaac Evavold's avatar
      ROENROLL-1751 configur router for `/dars` route · b8e9b4a7
      Isaac Evavold authored
      - Creates DARS view as a child view of the degree planner
      - Moves constants resolver services into the degree planner router instead of the app router
      - Updates the navigation links so that the degree planner link and the dars link will be appropriately marked as "active"
      b8e9b4a7
  19. May 20, 2019
  20. May 16, 2019
  21. May 14, 2019
  22. May 13, 2019
Loading