Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

[roles-0.1.0] Root #2045

Merged
merged 190 commits into from
Jul 9, 2024
Merged

[roles-0.1.0] Root #2045

merged 190 commits into from
Jul 9, 2024

Commits on Jun 19, 2024

  1. Add Hats Subgraph SDK

    adamgall committed Jun 19, 2024
    Configuration menu
    Copy the full SHA
    5b14bea View commit details
    Browse the repository at this point in the history

Commits on Jun 20, 2024

  1. Add KeyValuePairs Abi

    adamgall committed Jun 20, 2024
    Configuration menu
    Copy the full SHA
    716c215 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    e31efa9 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    f08839d View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    2bef15f View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    58df79c View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    4b498a7 View commit details
    Browse the repository at this point in the history
  7. Move a file

    adamgall committed Jun 20, 2024
    Configuration menu
    Copy the full SHA
    79717b7 View commit details
    Browse the repository at this point in the history
  8. Move file

    adamgall committed Jun 20, 2024
    Configuration menu
    Copy the full SHA
    9e83c5c View commit details
    Browse the repository at this point in the history
  9. Add TODO tag

    adamgall committed Jun 20, 2024
    Configuration menu
    Copy the full SHA
    87ca237 View commit details
    Browse the repository at this point in the history
  10. Configuration menu
    Copy the full SHA
    c7dac60 View commit details
    Browse the repository at this point in the history
  11. Configuration menu
    Copy the full SHA
    b44d840 View commit details
    Browse the repository at this point in the history
  12. Configuration menu
    Copy the full SHA
    cc0268e View commit details
    Browse the repository at this point in the history
  13. Configuration menu
    Copy the full SHA
    7367841 View commit details
    Browse the repository at this point in the history

Commits on Jun 21, 2024

  1. Add route for Roles page

    mudrila committed Jun 21, 2024
    Configuration menu
    Copy the full SHA
    a9f876c View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    9957cd6 View commit details
    Browse the repository at this point in the history
  3. Fix an infitity loop issue

    adamgall committed Jun 21, 2024
    Configuration menu
    Copy the full SHA
    3428218 View commit details
    Browse the repository at this point in the history
  4. dispatch only once

    Da-Colon committed Jun 21, 2024
    Configuration menu
    Copy the full SHA
    e1bd025 View commit details
    Browse the repository at this point in the history

Commits on Jun 22, 2024

  1. Configuration menu
    Copy the full SHA
    e27a0f3 View commit details
    Browse the repository at this point in the history

Commits on Jun 24, 2024

  1. Merge pull request #2038 from decentdao/roles-0.1.0/roles-page-naviga…

    …tion
    
    `[roles-0.1.0]` Roles page navigation
    mudrila committed Jun 24, 2024
    Configuration menu
    Copy the full SHA
    658c5c0 View commit details
    Browse the repository at this point in the history
  2. Merge pull request #2028 from decentdao/roles-0.1.0/models-and-loading

    `[roles-0.1.0]` Add Hats loaders
    adamgall committed Jun 24, 2024
    Configuration menu
    Copy the full SHA
    58cd23e View commit details
    Browse the repository at this point in the history

Commits on Jun 25, 2024

  1. Add PageHeader, loading state, no hats tree found UI

    - add UI Card for design
    Da-Colon committed Jun 25, 2024
    Configuration menu
    Copy the full SHA
    76e24cf View commit details
    Browse the repository at this point in the history
  2. add RoleCard initial UI

    Da-Colon committed Jun 25, 2024
    Configuration menu
    Copy the full SHA
    f7a3f41 View commit details
    Browse the repository at this point in the history

Commits on Jun 26, 2024

  1. add larger avatar size

    Da-Colon committed Jun 26, 2024
    Configuration menu
    Copy the full SHA
    ff01581 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    c375ea8 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    61e8ce1 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    118efa8 View commit details
    Browse the repository at this point in the history

Commits on Jun 27, 2024

  1. align center asset

    Da-Colon committed Jun 27, 2024
    Configuration menu
    Copy the full SHA
    61bc32e View commit details
    Browse the repository at this point in the history
  2. remove minHeight

    Da-Colon committed Jun 27, 2024
    Configuration menu
    Copy the full SHA
    9ed3aca View commit details
    Browse the repository at this point in the history
  3. add Desktop table UI

    Da-Colon committed Jun 27, 2024
    Configuration menu
    Copy the full SHA
    ec7ceb0 View commit details
    Browse the repository at this point in the history
  4. various updates

    - remove hardcoded strings
    - fix hardcoded color
    Da-Colon committed Jun 27, 2024
    Configuration menu
    Copy the full SHA
    cf915f8 View commit details
    Browse the repository at this point in the history
  5. run pretty/lint

    Da-Colon committed Jun 27, 2024
    Configuration menu
    Copy the full SHA
    a53d733 View commit details
    Browse the repository at this point in the history
  6. add edit roles translation

    Da-Colon committed Jun 27, 2024
    Configuration menu
    Copy the full SHA
    3b439be View commit details
    Browse the repository at this point in the history
  7. feedback fixes

    - Self-closing Box
    - use Theme color value
    - use translation for n/a
    - remove try/catch
    Da-Colon committed Jun 27, 2024
    Configuration menu
    Copy the full SHA
    56b88b5 View commit details
    Browse the repository at this point in the history
  8. Configuration menu
    Copy the full SHA
    6dc9ca5 View commit details
    Browse the repository at this point in the history
  9. Configuration menu
    Copy the full SHA
    d22c590 View commit details
    Browse the repository at this point in the history
  10. Configuration menu
    Copy the full SHA
    cd45def View commit details
    Browse the repository at this point in the history
  11. combine typing

    Da-Colon committed Jun 27, 2024
    Configuration menu
    Copy the full SHA
    6991ea6 View commit details
    Browse the repository at this point in the history
  12. Merge pull request #2055 from decentdao/issue/2046-roles-index-page

    `2046` roles index page components
    adamgall committed Jun 27, 2024
    Configuration menu
    Copy the full SHA
    3892205 View commit details
    Browse the repository at this point in the history

Commits on Jun 28, 2024

  1. Configuration menu
    Copy the full SHA
    3e8cdf6 View commit details
    Browse the repository at this point in the history
  2. create EditBadge component

    Da-Colon committed Jun 28, 2024
    Configuration menu
    Copy the full SHA
    e6dd87e View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    f8580a5 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    783865e View commit details
    Browse the repository at this point in the history
  5. remove comments

    Da-Colon committed Jun 28, 2024
    Configuration menu
    Copy the full SHA
    c28228a View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    3064a1a View commit details
    Browse the repository at this point in the history
  7. run pretty/lint

    Da-Colon committed Jun 28, 2024
    Configuration menu
    Copy the full SHA
    12584e4 View commit details
    Browse the repository at this point in the history

Commits on Jul 1, 2024

  1. Add Schema for Roles form

    Da-Colon committed Jul 1, 2024
    Configuration menu
    Copy the full SHA
    924c201 View commit details
    Browse the repository at this point in the history
  2. Make Roles Clickable

    Da-Colon committed Jul 1, 2024
    Configuration menu
    Copy the full SHA
    674cc6e View commit details
    Browse the repository at this point in the history
  3. Update Edit Roles page with Formik and Yup;

    - Adds Portal to popup edit form for mobile;
    Da-Colon committed Jul 1, 2024
    Configuration menu
    Copy the full SHA
    7431ab5 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    6cd0412 View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    fef95e9 View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    6cb5bba View commit details
    Browse the repository at this point in the history
  7. set state to false

    Da-Colon committed Jul 1, 2024
    Configuration menu
    Copy the full SHA
    6ab4707 View commit details
    Browse the repository at this point in the history
  8. add create proposal buttons

    Da-Colon committed Jul 1, 2024
    Configuration menu
    Copy the full SHA
    7805f2c View commit details
    Browse the repository at this point in the history
  9. Configuration menu
    Copy the full SHA
    bb99d11 View commit details
    Browse the repository at this point in the history
  10. add proposal details Form

    Da-Colon committed Jul 1, 2024
    Configuration menu
    Copy the full SHA
    cad5ecc View commit details
    Browse the repository at this point in the history
  11. pass close form to save

    Da-Colon committed Jul 1, 2024
    Configuration menu
    Copy the full SHA
    3bec697 View commit details
    Browse the repository at this point in the history
  12. When loading in a Hat Tree, sanitize the Hats Tree by making sure it …

    …fits the shape we care about perfectly
    adamgall committed Jul 1, 2024
    Configuration menu
    Copy the full SHA
    7fc3a7e View commit details
    Browse the repository at this point in the history
  13. Merge pull request #2060 from decentdao/issue/2049-add-form-tree-vali…

    …dation
    
    Tree and Hats type sanitization
    adamgall committed Jul 1, 2024
    Configuration menu
    Copy the full SHA
    b235eeb View commit details
    Browse the repository at this point in the history

Commits on Jul 2, 2024

  1. Configuration menu
    Copy the full SHA
    56d72e4 View commit details
    Browse the repository at this point in the history
  2. Add DecentHats abi

    DarksightKellar committed Jul 2, 2024
    Configuration menu
    Copy the full SHA
    726be62 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    4725b77 View commit details
    Browse the repository at this point in the history
  4. Add HatStruct

    DarksightKellar committed Jul 2, 2024
    Configuration menu
    Copy the full SHA
    cb31c0d View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    e939f10 View commit details
    Browse the repository at this point in the history
  6. pretty, cleanup

    DarksightKellar committed Jul 2, 2024
    Configuration menu
    Copy the full SHA
    e15d1f7 View commit details
    Browse the repository at this point in the history
  7. Add edit hats logic

    DarksightKellar committed Jul 2, 2024
    Configuration menu
    Copy the full SHA
    8472877 View commit details
    Browse the repository at this point in the history
  8. Configuration menu
    Copy the full SHA
    e3bbd5d View commit details
    Browse the repository at this point in the history
  9. wip

    DarksightKellar committed Jul 2, 2024
    Configuration menu
    Copy the full SHA
    09c1643 View commit details
    Browse the repository at this point in the history
  10. Configuration menu
    Copy the full SHA
    16aa319 View commit details
    Browse the repository at this point in the history
  11. Fix some types

    DarksightKellar committed Jul 2, 2024
    Configuration menu
    Copy the full SHA
    99f607c View commit details
    Browse the repository at this point in the history
  12. Add HatsAbi

    DarksightKellar committed Jul 2, 2024
    Configuration menu
    Copy the full SHA
    faa61e6 View commit details
    Browse the repository at this point in the history
  13. Configuration menu
    Copy the full SHA
    435409c View commit details
    Browse the repository at this point in the history
  14. Configuration menu
    Copy the full SHA
    7546ab7 View commit details
    Browse the repository at this point in the history
  15. seperate out Edit details to new page;

    - fixes logic for showing edited details
    Da-Colon committed Jul 2, 2024
    Configuration menu
    Copy the full SHA
    7efeff5 View commit details
    Browse the repository at this point in the history
  16. Configuration menu
    Copy the full SHA
    e89c914 View commit details
    Browse the repository at this point in the history
  17. Configuration menu
    Copy the full SHA
    bbae3db View commit details
    Browse the repository at this point in the history
  18. Merge pull request #2066 from decentdao/issue/2049-add-form-datastore…

    …-updates
    
    Add more logic to Roles store
    adamgall committed Jul 2, 2024
    Configuration menu
    Copy the full SHA
    9b1734c View commit details
    Browse the repository at this point in the history
  19. Configuration menu
    Copy the full SHA
    8b9d6af View commit details
    Browse the repository at this point in the history
  20. Configuration menu
    Copy the full SHA
    d6f133d View commit details
    Browse the repository at this point in the history
  21. Merge pull request #2058 from decentdao/issue/2049-edit-role-ui

    `2049` edit role UI
    adamgall committed Jul 2, 2024
    Configuration menu
    Copy the full SHA
    d643088 View commit details
    Browse the repository at this point in the history
  22. Configuration menu
    Copy the full SHA
    160f2a2 View commit details
    Browse the repository at this point in the history

Commits on Jul 3, 2024

  1. Configuration menu
    Copy the full SHA
    8570cdf View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    c78092e View commit details
    Browse the repository at this point in the history
  3. add wearer prop

    Da-Colon committed Jul 3, 2024
    Configuration menu
    Copy the full SHA
    55c4b36 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    1221e4d View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    886276c View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    5b46ada View commit details
    Browse the repository at this point in the history
  7. Configuration menu
    Copy the full SHA
    883caab View commit details
    Browse the repository at this point in the history
  8. More explicit naming

    DarksightKellar committed Jul 3, 2024
    Configuration menu
    Copy the full SHA
    7bb6b97 View commit details
    Browse the repository at this point in the history
  9. cleanup

    DarksightKellar committed Jul 3, 2024
    Configuration menu
    Copy the full SHA
    b897628 View commit details
    Browse the repository at this point in the history
  10. Configuration menu
    Copy the full SHA
    aa34431 View commit details
    Browse the repository at this point in the history
  11. Configuration menu
    Copy the full SHA
    234e100 View commit details
    Browse the repository at this point in the history
  12. Configuration menu
    Copy the full SHA
    474cb65 View commit details
    Browse the repository at this point in the history
  13. Configuration menu
    Copy the full SHA
    e1b7400 View commit details
    Browse the repository at this point in the history
  14. Configuration menu
    Copy the full SHA
    d840a4b View commit details
    Browse the repository at this point in the history
  15. cleanup

    DarksightKellar committed Jul 3, 2024
    Configuration menu
    Copy the full SHA
    b0e9085 View commit details
    Browse the repository at this point in the history
  16. Upload JSON stringified hat details to IPFS before setting the result…

    …ing IPFS string as hat details
    DarksightKellar committed Jul 3, 2024
    Configuration menu
    Copy the full SHA
    dd72769 View commit details
    Browse the repository at this point in the history
  17. Configuration menu
    Copy the full SHA
    1f36435 View commit details
    Browse the repository at this point in the history
  18. Configuration menu
    Copy the full SHA
    9e4c9f0 View commit details
    Browse the repository at this point in the history
  19. Configuration menu
    Copy the full SHA
    4e67d5e View commit details
    Browse the repository at this point in the history

Commits on Jul 4, 2024

  1. WIP on showing hat details

    mudrila committed Jul 4, 2024
    Configuration menu
    Copy the full SHA
    cb57413 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    b67d2e6 View commit details
    Browse the repository at this point in the history
  3. big fixes

    DarksightKellar committed Jul 4, 2024
    Configuration menu
    Copy the full SHA
    f600d94 View commit details
    Browse the repository at this point in the history
  4. whoops

    DarksightKellar committed Jul 4, 2024
    Configuration menu
    Copy the full SHA
    1e5ef24 View commit details
    Browse the repository at this point in the history
  5. Finish Role Details Drawer

    mudrila committed Jul 4, 2024
    Configuration menu
    Copy the full SHA
    313d241 View commit details
    Browse the repository at this point in the history
  6. pretty

    DarksightKellar committed Jul 4, 2024
    Configuration menu
    Copy the full SHA
    c2f462d View commit details
    Browse the repository at this point in the history
  7. move Box-Shadow to const

    Da-Colon committed Jul 4, 2024
    Configuration menu
    Copy the full SHA
    dc935c8 View commit details
    Browse the repository at this point in the history
  8. Configuration menu
    Copy the full SHA
    dcc40c6 View commit details
    Browse the repository at this point in the history
  9. fix editing role bug

    Da-Colon committed Jul 4, 2024
    Configuration menu
    Copy the full SHA
    3c7e2f8 View commit details
    Browse the repository at this point in the history
  10. Configuration menu
    Copy the full SHA
    6bf890e View commit details
    Browse the repository at this point in the history
  11. Dummy test data

    DarksightKellar committed Jul 4, 2024
    Configuration menu
    Copy the full SHA
    36ad10b View commit details
    Browse the repository at this point in the history
  12. Configuration menu
    Copy the full SHA
    c3bd098 View commit details
    Browse the repository at this point in the history
  13. Merge pull request #2075 from decentdao/issue/2049-role-details-mobil…

    …e-drawer
    
    `[roles-0.1.0]` - Role details mobile drawer
    mudrila committed Jul 4, 2024
    Configuration menu
    Copy the full SHA
    db1aed5 View commit details
    Browse the repository at this point in the history
  14. Configuration menu
    Copy the full SHA
    6335b5e View commit details
    Browse the repository at this point in the history
  15. Configuration menu
    Copy the full SHA
    c594c5b View commit details
    Browse the repository at this point in the history
  16. fix schema

    Da-Colon committed Jul 4, 2024
    Configuration menu
    Copy the full SHA
    d273a99 View commit details
    Browse the repository at this point in the history
  17. fix form submission

    Da-Colon committed Jul 4, 2024
    Configuration menu
    Copy the full SHA
    c93704b View commit details
    Browse the repository at this point in the history
  18. Configuration menu
    Copy the full SHA
    a1e90e4 View commit details
    Browse the repository at this point in the history
  19. WIP - bugfixes

    DarksightKellar committed Jul 4, 2024
    Configuration menu
    Copy the full SHA
    22e5a83 View commit details
    Browse the repository at this point in the history
  20. Merge branch 'prepare-edit-hat-proposal' of github.com:decentdao/dece…

    …nt-interface into prepare-edit-hat-proposal
    DarksightKellar committed Jul 4, 2024
    Configuration menu
    Copy the full SHA
    dd7170a View commit details
    Browse the repository at this point in the history
  21. Configuration menu
    Copy the full SHA
    54ed653 View commit details
    Browse the repository at this point in the history
  22. Configuration menu
    Copy the full SHA
    29a6bd0 View commit details
    Browse the repository at this point in the history
  23. Discussion updates

    Da-Colon committed Jul 4, 2024
    Configuration menu
    Copy the full SHA
    7e9544c View commit details
    Browse the repository at this point in the history
  24. Cleanup getting tree props

    mudrila committed Jul 4, 2024
    Configuration menu
    Copy the full SHA
    5380d02 View commit details
    Browse the repository at this point in the history
  25. run pretty/lint

    Da-Colon committed Jul 4, 2024
    Configuration menu
    Copy the full SHA
    b236c90 View commit details
    Browse the repository at this point in the history
  26. Merge pull request #2064 from decentdao/prepare-edit-hat-proposal

    Prepare edit hats proposal
    Da-Colon committed Jul 4, 2024
    Configuration menu
    Copy the full SHA
    4e38c91 View commit details
    Browse the repository at this point in the history
  27. Merge pull request #2076 from decentdao/issue/2049-read-hat-details-f…

    …rom-da-ipfs
    
    Read hat details from IPFS and cache it, then read it from the cache
    mudrila committed Jul 4, 2024
    Configuration menu
    Copy the full SHA
    ed4a431 View commit details
    Browse the repository at this point in the history
  28. Merge pull request #2059 from decentdao/issue/2049-add-form

    `2049` add form
    Da-Colon committed Jul 4, 2024
    Configuration menu
    Copy the full SHA
    aa507e7 View commit details
    Browse the repository at this point in the history
  29. Merge pull request #2067 from decentdao/roles-0.1.0/get-sablier-streams

    `roles-0.1.0` get `Sablier` streams
    mudrila committed Jul 4, 2024
    Configuration menu
    Copy the full SHA
    c9d1f04 View commit details
    Browse the repository at this point in the history
  30. Extract Payroll and Vesting to on Role Details view to separate compo…

    …nent and do not show it when there's no payroll data nor vesting data
    mudrila committed Jul 4, 2024
    Configuration menu
    Copy the full SHA
    598bce6 View commit details
    Browse the repository at this point in the history
  31. Add conditional logic for fetching sablier streams when sablier subgr…

    …aph is not present on a given chain
    mudrila committed Jul 4, 2024
    Configuration menu
    Copy the full SHA
    5e30bf4 View commit details
    Browse the repository at this point in the history
  32. Prettier

    mudrila committed Jul 4, 2024
    Configuration menu
    Copy the full SHA
    e8baf07 View commit details
    Browse the repository at this point in the history
  33. Configuration menu
    Copy the full SHA
    a6ea7c1 View commit details
    Browse the repository at this point in the history
  34. Remove some testing code

    mudrila committed Jul 4, 2024
    Configuration menu
    Copy the full SHA
    da0c3ce View commit details
    Browse the repository at this point in the history
  35. Configuration menu
    Copy the full SHA
    7b8c29f View commit details
    Browse the repository at this point in the history
  36. Remove log

    mudrila committed Jul 4, 2024
    Configuration menu
    Copy the full SHA
    401ff2a View commit details
    Browse the repository at this point in the history
  37. Configuration menu
    Copy the full SHA
    a2dc7b4 View commit details
    Browse the repository at this point in the history

Commits on Jul 5, 2024

  1. Seems like it works?

    mudrila committed Jul 5, 2024
    Configuration menu
    Copy the full SHA
    184164d View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    6cb1cf2 View commit details
    Browse the repository at this point in the history
  3. Moar debugging

    mudrila committed Jul 5, 2024
    Configuration menu
    Copy the full SHA
    f351854 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    5ee6d98 View commit details
    Browse the repository at this point in the history
  5. Cleanup logs

    mudrila committed Jul 5, 2024
    Configuration menu
    Copy the full SHA
    696cdfc View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    2c3beb3 View commit details
    Browse the repository at this point in the history
  7. Configuration menu
    Copy the full SHA
    074aee6 View commit details
    Browse the repository at this point in the history
  8. Fix editing role

    mudrila committed Jul 5, 2024
    Configuration menu
    Copy the full SHA
    e3597a2 View commit details
    Browse the repository at this point in the history
  9. Configuration menu
    Copy the full SHA
    0e0f491 View commit details
    Browse the repository at this point in the history
  10. show live data in table

    Da-Colon committed Jul 5, 2024
    Configuration menu
    Copy the full SHA
    1fed642 View commit details
    Browse the repository at this point in the history
  11. Configuration menu
    Copy the full SHA
    2ba9967 View commit details
    Browse the repository at this point in the history
  12. Merge pull request #2077 from decentdao/roles-0.1.0/cleanup

    `[roles-0.1.0]` - Hook up real data into role details view
    mudrila committed Jul 5, 2024
    Configuration menu
    Copy the full SHA
    30297cc View commit details
    Browse the repository at this point in the history
  13. Configuration menu
    Copy the full SHA
    63fa5c4 View commit details
    Browse the repository at this point in the history
  14. Configuration menu
    Copy the full SHA
    d177b35 View commit details
    Browse the repository at this point in the history
  15. add desktop drawer for viewing Role details

    - moved Mobile code to own component
    Da-Colon committed Jul 5, 2024
    Configuration menu
    Copy the full SHA
    646a5fd View commit details
    Browse the repository at this point in the history
  16. Configuration menu
    Copy the full SHA
    769bf4d View commit details
    Browse the repository at this point in the history
  17. fix query

    Da-Colon committed Jul 5, 2024
    Configuration menu
    Copy the full SHA
    8cd4ea4 View commit details
    Browse the repository at this point in the history
  18. Configuration menu
    Copy the full SHA
    601ec11 View commit details
    Browse the repository at this point in the history
  19. Configuration menu
    Copy the full SHA
    717c4b1 View commit details
    Browse the repository at this point in the history
  20. Configuration menu
    Copy the full SHA
    81d5f56 View commit details
    Browse the repository at this point in the history
  21. run pretty/lint

    Da-Colon committed Jul 5, 2024
    Configuration menu
    Copy the full SHA
    5990dbd View commit details
    Browse the repository at this point in the history

Commits on Jul 6, 2024

  1. Configuration menu
    Copy the full SHA
    dc71768 View commit details
    Browse the repository at this point in the history
  2. run pretty/lint

    Da-Colon committed Jul 6, 2024
    Configuration menu
    Copy the full SHA
    082bdc4 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    59861fe View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    b716f13 View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    6c1ec9a View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    97cbe0e View commit details
    Browse the repository at this point in the history
  7. remove console log

    Da-Colon committed Jul 6, 2024
    Configuration menu
    Copy the full SHA
    2cd66f3 View commit details
    Browse the repository at this point in the history
  8. Configuration menu
    Copy the full SHA
    81d8dcf View commit details
    Browse the repository at this point in the history
  9. remove commented code

    Da-Colon committed Jul 6, 2024
    Configuration menu
    Copy the full SHA
    8696d11 View commit details
    Browse the repository at this point in the history

Commits on Jul 7, 2024

  1. remove nested IPFS upload

    Da-Colon committed Jul 7, 2024
    Configuration menu
    Copy the full SHA
    966cf4e View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    b8a364f View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    753b0a3 View commit details
    Browse the repository at this point in the history

Commits on Jul 8, 2024

  1. Merge branch 'roles-0.1.0/root' of github.com:decentdao/fractal-inter…

    …face into roles-0.1.1/desktop-and-other-updates
    Da-Colon committed Jul 8, 2024
    Configuration menu
    Copy the full SHA
    05d6d2b View commit details
    Browse the repository at this point in the history
  2. Fix scrolling

    mudrila committed Jul 8, 2024
    Configuration menu
    Copy the full SHA
    45cc538 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    f63451e View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    efb6f1b View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    ef46722 View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    bcdf9ed View commit details
    Browse the repository at this point in the history
  7. Configuration menu
    Copy the full SHA
    c85ea35 View commit details
    Browse the repository at this point in the history

Commits on Jul 9, 2024

  1. dry up use of hatIndex/hatId for navigating and form values

    - add random hat id to new Role
    - update components to use hatId instead of index in array
    - clean up code for edited role update
    Da-Colon committed Jul 9, 2024
    Configuration menu
    Copy the full SHA
    6456e24 View commit details
    Browse the repository at this point in the history
  2. feedback comments

    - remove uneeded zeroAddress ||
    - use chainId instead of function
    Da-Colon committed Jul 9, 2024
    Configuration menu
    Copy the full SHA
    18c7e34 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    0616c0d View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    bc17ac3 View commit details
    Browse the repository at this point in the history
  5. run pretty

    Da-Colon committed Jul 9, 2024
    Configuration menu
    Copy the full SHA
    8cadf4b View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    5e7c1f7 View commit details
    Browse the repository at this point in the history
  7. Fix comment

    adamgall committed Jul 9, 2024
    Configuration menu
    Copy the full SHA
    016ca10 View commit details
    Browse the repository at this point in the history
  8. Merge pull request #2103 from decentdao/roles-0.1.0/subgraph-catchup

    Fix "Top Hat ID is invalid" error that pops up right after new role creation is executed
    adamgall committed Jul 9, 2024
    Configuration menu
    Copy the full SHA
    848f79e View commit details
    Browse the repository at this point in the history
  9. Replace as Hex with isHex

    adamgall committed Jul 9, 2024
    Configuration menu
    Copy the full SHA
    8eb7152 View commit details
    Browse the repository at this point in the history
  10. Configuration menu
    Copy the full SHA
    3928e6f View commit details
    Browse the repository at this point in the history
  11. Merge pull request #2106 from decentdao/2089-sablier-coming-soon-tooltip

    Show "Coming soon" Tooltip for Sablier functionality
    adamgall committed Jul 9, 2024
    Configuration menu
    Copy the full SHA
    3783d3b View commit details
    Browse the repository at this point in the history
  12. Merge pull request #2102 from decentdao/roles-0.1.0/decenthats-contract

    Roles 0.1.0/decenthats contract
    adamgall committed Jul 9, 2024
    Configuration menu
    Copy the full SHA
    b2de6ea View commit details
    Browse the repository at this point in the history
  13. Merge pull request #2081 from decentdao/roles-0.1.1/desktop-and-other…

    …-updates
    
    `Roles 0.1.0` desktop and other updates
    adamgall committed Jul 9, 2024
    Configuration menu
    Copy the full SHA
    98df40d View commit details
    Browse the repository at this point in the history