This project is mirrored from https://gitee.com/NQL886/vault.git. Pull mirroring failed .
Repository mirroring has been paused due to too many failed attempts. It can be resumed by a project maintainer.
  1. 31 May, 2019 4 commits
  2. 30 May, 2019 1 commit
  3. 28 May, 2019 6 commits
  4. 24 May, 2019 6 commits
  5. 23 May, 2019 1 commit
  6. 22 May, 2019 10 commits
  7. 21 May, 2019 2 commits
  8. 20 May, 2019 4 commits
  9. 17 May, 2019 2 commits
  10. 16 May, 2019 4 commits
    • Matthew Irish's avatar
      UI icon - add size (#6736) · 033b5473
      Matthew Irish authored
      * add size prop to icon component
      
      * use size instead of css classes to adjust Icons
      
      * add knobs for icon stories
      033b5473
    • Clint's avatar
      Add Priority Queue library to sdk (#6664) · 593c0652
      Clint authored
      * Add priority queue to sdk
      
      * fix issue of storing pointers and now copy
      
      * update to use copy structure
      
      * Remove file, put Item struct def. into other file
      
      * add link
      
      * clean up docs
      
      * refactor internal data structure to hide heap method implementations. Other cleanup after feedback
      
      * rename PushItem and PopItem to just Push/Pop, after encapsulating the heap methods
      
      * updates after feedback
      
      * refactoring/renaming
      
      * guard against pushing a nil item
      
      * minor updates after feedback
      
      * Add read lock to the Len() method and move the interface check into the test file
      
      * fix a deadlock
      
      * make the mutex a RWMutex, and make it private again
      
      * nil check itemRaw before trying to type cast it
      593c0652
    • Patrick Hayes's avatar
      Add spellcheck="false" to form fields (#6744) · cf81bf6d
      Patrick Hayes authored
      In Safari on OSX, it will replace form values with autocorrected values
      unless this field is present
      cf81bf6d
    • Patrick Hayes's avatar
      Maximum typo in Vault UI (#6743) · b9f054d8
      Patrick Hayes authored
      b9f054d8