1. Apr 22, 2022
  2. Apr 21, 2022
  3. Apr 20, 2022
  4. Nov 17, 2021
  5. Nov 16, 2021
  6. Oct 26, 2021
  7. Oct 25, 2021
  8. Oct 21, 2021
  9. Oct 15, 2021
  10. Oct 06, 2021
  11. Oct 05, 2021
  12. Oct 04, 2021
  13. Oct 01, 2021
  14. Sep 27, 2021
    • Andrei Eres's avatar
      Separate ui and utils (#46) · cd86900c
      Andrei Eres authored
      * Move isPopup
      
      * Move guards
      
      * Move chains
      
      * Move checkCameraAccess
      
      * Move DEFAULT_TYPE
      
      * Move registry
      
      * Move startSettings
      
      * Move routing
      
      * Remove initAccountContext
      
      * Move metadataCache
      
      * Remove findAccountByAddress
      
      * Move recodeAddress
      
      * Move messaging
      
      * Move buildHierarchy
      
      * Move findSubstrateAccount
      
      * Move getExtrinsicPayload
      
      * Move getGenesisHashByAddress
      
      * Move requestCameraAccess
      
      * Move stores
      
      * Move hooks
      
      * Fix src/utils/recodeAddress.ts
      
      * Simplify App
      
      * Organize global components
      
      * Organize ui types
      
      * Rename themes
      
      * Update buildHierarchy
      
      * Update accounts store
      
      * Update constants
      
      * Update messaging
      cd86900c
  15. Sep 24, 2021
  16. Sep 23, 2021
  17. Sep 22, 2021
  18. Sep 21, 2021
  19. Sep 20, 2021
  20. Sep 17, 2021
  21. Sep 16, 2021
    • Andrei Eres's avatar
      Remove styles (#24) · 9fb0e447
      Andrei Eres authored
      * Remove styles from accounts
      
      * Remove styles from Authorize
      
      * Remove styles from Metadata
      
      * Remove styles from Signing
      
      * Remove other styles
      
      * Reduce theme
      9fb0e447
    • Andrei Eres's avatar
      Add store (#23) · 5c23e07e
      Andrei Eres authored
      * Add nanostores
      
      * Add accounts stores
      
      * Add authRequests stores
      
      * Add metaRequests stores
      
      * Add signRequests stores
      
      * Add media stores
      
      * Add initilal values
      
      * Remove stores from layout
      
      * Move logic tp stores
      
      * Move router to stores
      
      * Add goHome
      
      * Fix types
      5c23e07e