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

UI: Alloc FS: File Viewer #6048

Merged
merged 38 commits into from
Aug 19, 2019
Merged

UI: Alloc FS: File Viewer #6048

merged 38 commits into from
Aug 19, 2019

Commits on Jul 31, 2019

  1. Configuration menu
    Copy the full SHA
    a21ae52 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    07f1c89 View commit details
    Browse the repository at this point in the history
  3. Tweak log window math

    DingoEatingFuzz committed Jul 31, 2019
    Configuration menu
    Copy the full SHA
    871fe10 View commit details
    Browse the repository at this point in the history
  4. New task-file component

    Based on the task-log component. Commonalities will be refactored.
    DingoEatingFuzz committed Jul 31, 2019
    Configuration menu
    Copy the full SHA
    a993a30 View commit details
    Browse the repository at this point in the history
  5. Extract a streaming-file component from the task-log component

    The new streaming-file component takes an arbitrary logger component
    along with some mode flags and handles things like polling, DOM updates,
    and scroll position.
    DingoEatingFuzz committed Jul 31, 2019
    Configuration menu
    Copy the full SHA
    caf48ee View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    45c8f37 View commit details
    Browse the repository at this point in the history
  7. Configuration menu
    Copy the full SHA
    8966bc0 View commit details
    Browse the repository at this point in the history
  8. Configuration menu
    Copy the full SHA
    0698e11 View commit details
    Browse the repository at this point in the history
  9. Configuration menu
    Copy the full SHA
    6ec7faf View commit details
    Browse the repository at this point in the history
  10. Configuration menu
    Copy the full SHA
    8403cba View commit details
    Browse the repository at this point in the history
  11. Add a plainText mode

    DingoEatingFuzz committed Jul 31, 2019
    Configuration menu
    Copy the full SHA
    a609606 View commit details
    Browse the repository at this point in the history
  12. Configuration menu
    Copy the full SHA
    c335ace View commit details
    Browse the repository at this point in the history
  13. Configuration menu
    Copy the full SHA
    ccbe31f View commit details
    Browse the repository at this point in the history
  14. Configuration menu
    Copy the full SHA
    fea3731 View commit details
    Browse the repository at this point in the history
  15. Configuration menu
    Copy the full SHA
    bd9d73b View commit details
    Browse the repository at this point in the history
  16. Configuration menu
    Copy the full SHA
    c4dd61d View commit details
    Browse the repository at this point in the history
  17. Configuration menu
    Copy the full SHA
    97c4509 View commit details
    Browse the repository at this point in the history
  18. Configuration menu
    Copy the full SHA
    33f1da9 View commit details
    Browse the repository at this point in the history
  19. Configuration menu
    Copy the full SHA
    4b037bd View commit details
    Browse the repository at this point in the history
  20. Configuration menu
    Copy the full SHA
    55349dc View commit details
    Browse the repository at this point in the history
  21. Configuration menu
    Copy the full SHA
    8f496e8 View commit details
    Browse the repository at this point in the history
  22. Configuration menu
    Copy the full SHA
    7294f38 View commit details
    Browse the repository at this point in the history
  23. Configuration menu
    Copy the full SHA
    6bd54f7 View commit details
    Browse the repository at this point in the history
  24. Configuration menu
    Copy the full SHA
    c451615 View commit details
    Browse the repository at this point in the history
  25. Configuration menu
    Copy the full SHA
    0471f28 View commit details
    Browse the repository at this point in the history
  26. Configuration menu
    Copy the full SHA
    a465046 View commit details
    Browse the repository at this point in the history
  27. Configuration menu
    Copy the full SHA
    be5c88f View commit details
    Browse the repository at this point in the history
  28. Configuration menu
    Copy the full SHA
    e277cc5 View commit details
    Browse the repository at this point in the history

Commits on Aug 7, 2019

  1. Configuration menu
    Copy the full SHA
    e97c911 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    55039b6 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    26e74fe View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    55d8ff4 View commit details
    Browse the repository at this point in the history

Commits on Aug 8, 2019

  1. Configuration menu
    Copy the full SHA
    186a620 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    038fc27 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    ed55a7b View commit details
    Browse the repository at this point in the history
  4. Limit the width of the right page layout column

    This was causing elements to flow off the page, since the element was
    assuming 100% but also had a 250px margin for the left column.
    
    This had previously been "fixed" by setting overflow-x: auto, but that
    resulted in tooltips from being clipped.
    
    This is a better solution to the same problem.
    DingoEatingFuzz committed Aug 8, 2019
    Configuration menu
    Copy the full SHA
    0fad368 View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    a728ed1 View commit details
    Browse the repository at this point in the history

Commits on Aug 14, 2019

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