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

feat: snapshot link and IPNS path copy options #937

Merged
merged 22 commits into from
Nov 9, 2020
Merged

Commits on Oct 30, 2020

  1. Configuration menu
    Copy the full SHA
    94e0b7e View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    c2f42b7 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    3b06493 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    4972ffc View commit details
    Browse the repository at this point in the history
  5. Draconian linting

    jessicaschilling committed Oct 30, 2020
    Configuration menu
    Copy the full SHA
    b73b49d View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    022963f View commit details
    Browse the repository at this point in the history
  7. Configuration menu
    Copy the full SHA
    a1af3f4 View commit details
    Browse the repository at this point in the history
  8. Configuration menu
    Copy the full SHA
    357b2e0 View commit details
    Browse the repository at this point in the history
  9. Resources -> assets

    jessicaschilling committed Oct 30, 2020
    Configuration menu
    Copy the full SHA
    4f04ea6 View commit details
    Browse the repository at this point in the history
  10. Configuration menu
    Copy the full SHA
    3410c5b View commit details
    Browse the repository at this point in the history
  11. Configuration menu
    Copy the full SHA
    ac5f929 View commit details
    Browse the repository at this point in the history
  12. Configuration menu
    Copy the full SHA
    882dc0c View commit details
    Browse the repository at this point in the history
  13. fix: IPNS snapshot helper text

    lidel authored and jessicaschilling committed Oct 30, 2020
    Configuration menu
    Copy the full SHA
    71b2ab8 View commit details
    Browse the repository at this point in the history
  14. Configuration menu
    Copy the full SHA
    8e85277 View commit details
    Browse the repository at this point in the history
  15. message: copy snapshot link

    Co-authored-by: Marcin Rataj <lidel@lidel.org>
    jessicaschilling and lidel committed Oct 30, 2020
    Configuration menu
    Copy the full SHA
    bbcdac6 View commit details
    Browse the repository at this point in the history
  16. Add push effect to header buttons

    Co-authored-by: Marcin Rataj <lidel@lidel.org>
    jessicaschilling and lidel committed Oct 30, 2020
    Configuration menu
    Copy the full SHA
    ec402b0 View commit details
    Browse the repository at this point in the history
  17. Configuration menu
    Copy the full SHA
    dff4a08 View commit details
    Browse the repository at this point in the history
  18. chore: standard 15.x

    lidel committed Oct 30, 2020
    Configuration menu
    Copy the full SHA
    e47f04a View commit details
    Browse the repository at this point in the history
  19. Configuration menu
    Copy the full SHA
    d02fb7f View commit details
    Browse the repository at this point in the history
  20. Clarify helptext

    jessicaschilling committed Oct 30, 2020
    Configuration menu
    Copy the full SHA
    659d601 View commit details
    Browse the repository at this point in the history

Commits on Nov 7, 2020

  1. fix: cache expensive path resolutions

    This makes path resolution to run asynchronously once, and then from
    cache, which makes UI snappy and not blocked by slow HTTP API.
    
    I also swapped labels on Copy X Path menu items to make them more useful
    for technical user (regular user will care about shareable/snapshot
    links).
    
    There was also change to the pin.ls API, which caused the "offline"
    state sometimes (instead of checking specific CID it listed ALL pinned
    blocks, which could take some time, during which UI was dead).
    lidel committed Nov 7, 2020
    Configuration menu
    Copy the full SHA
    b369846 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    6cc79cf View commit details
    Browse the repository at this point in the history