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

Core: Save from controls #26827

Merged
merged 218 commits into from May 2, 2024
Merged

Core: Save from controls #26827

merged 218 commits into from May 2, 2024

Commits on Apr 2, 2024

  1. Configuration menu
    Copy the full SHA
    0dbda33 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    8cbd012 View commit details
    Browse the repository at this point in the history
  3. add events

    ndelangen committed Apr 2, 2024
    Configuration menu
    Copy the full SHA
    48c14e8 View commit details
    Browse the repository at this point in the history
  4. move code for whatsnew to new file to not over-complicate the common …

    …preset. add scaffolding for save-from-controls
    ndelangen committed Apr 2, 2024
    Configuration menu
    Copy the full SHA
    2a15187 View commit details
    Browse the repository at this point in the history
  5. more scaffolding

    ndelangen committed Apr 2, 2024
    Configuration menu
    Copy the full SHA
    d5b573a View commit details
    Browse the repository at this point in the history
  6. Fix bar height

    ghengeveld committed Apr 2, 2024
    Configuration menu
    Copy the full SHA
    06d3ab8 View commit details
    Browse the repository at this point in the history
  7. Implement new story form

    ghengeveld committed Apr 2, 2024
    Configuration menu
    Copy the full SHA
    ebd07b4 View commit details
    Browse the repository at this point in the history
  8. Configuration menu
    Copy the full SHA
    fd7fd6b View commit details
    Browse the repository at this point in the history
  9. Configuration menu
    Copy the full SHA
    4b8f2dd View commit details
    Browse the repository at this point in the history
  10. Configuration menu
    Copy the full SHA
    ba76685 View commit details
    Browse the repository at this point in the history

Commits on Apr 8, 2024

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

Commits on Apr 9, 2024

  1. Configuration menu
    Copy the full SHA
    0346103 View commit details
    Browse the repository at this point in the history
  2. Move Modal component from addon-onboarding to @storybook/components, …

    …refactor its API for simplicity and use it for SaveFromControls
    ghengeveld committed Apr 9, 2024
    Configuration menu
    Copy the full SHA
    0414d50 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    68de9ef View commit details
    Browse the repository at this point in the history

Commits on Apr 10, 2024

  1. Configuration menu
    Copy the full SHA
    9fbf59b View commit details
    Browse the repository at this point in the history
  2. cleanup

    ndelangen committed Apr 10, 2024
    Configuration menu
    Copy the full SHA
    9c8864e View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    7bd6ece View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    154adca View commit details
    Browse the repository at this point in the history
  5. wip

    ndelangen committed Apr 10, 2024
    Configuration menu
    Copy the full SHA
    22920d4 View commit details
    Browse the repository at this point in the history
  6. add events

    ndelangen authored and valentinpalkovic committed Apr 10, 2024
    Configuration menu
    Copy the full SHA
    4515e78 View commit details
    Browse the repository at this point in the history
  7. Configuration menu
    Copy the full SHA
    3d23b0c View commit details
    Browse the repository at this point in the history
  8. wip

    ndelangen committed Apr 10, 2024
    Configuration menu
    Copy the full SHA
    3893f71 View commit details
    Browse the repository at this point in the history
  9. Hide info text on overflow

    ghengeveld committed Apr 10, 2024
    Configuration menu
    Copy the full SHA
    218b865 View commit details
    Browse the repository at this point in the history
  10. Configuration menu
    Copy the full SHA
    bcbca9b View commit details
    Browse the repository at this point in the history
  11. Configuration menu
    Copy the full SHA
    499864f View commit details
    Browse the repository at this point in the history

Commits on Apr 11, 2024

  1. Configuration menu
    Copy the full SHA
    5cadefc View commit details
    Browse the repository at this point in the history
  2. improve diff

    ndelangen committed Apr 11, 2024
    Configuration menu
    Copy the full SHA
    6e9a493 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    8fe99de View commit details
    Browse the repository at this point in the history
  4. dedupe

    ndelangen committed Apr 11, 2024
    Configuration menu
    Copy the full SHA
    163273b View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    e1c2bfe View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    9bbda19 View commit details
    Browse the repository at this point in the history
  7. Configuration menu
    Copy the full SHA
    4f42711 View commit details
    Browse the repository at this point in the history
  8. dedupe

    ndelangen committed Apr 11, 2024
    Configuration menu
    Copy the full SHA
    5aebec6 View commit details
    Browse the repository at this point in the history
  9. Configuration menu
    Copy the full SHA
    4e507b0 View commit details
    Browse the repository at this point in the history
  10. Configuration menu
    Copy the full SHA
    e5f891d View commit details
    Browse the repository at this point in the history
  11. Configuration menu
    Copy the full SHA
    f7c3d88 View commit details
    Browse the repository at this point in the history
  12. Configuration menu
    Copy the full SHA
    7c66b2e View commit details
    Browse the repository at this point in the history
  13. Add missing import

    ghengeveld committed Apr 11, 2024
    Configuration menu
    Copy the full SHA
    6eafb5f View commit details
    Browse the repository at this point in the history
  14. Configuration menu
    Copy the full SHA
    3f06428 View commit details
    Browse the repository at this point in the history
  15. Configuration menu
    Copy the full SHA
    d661faa View commit details
    Browse the repository at this point in the history

Commits on Apr 12, 2024

  1. Fix dark mode Modal design

    ghengeveld committed Apr 12, 2024
    Configuration menu
    Copy the full SHA
    5de6a5d View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    12b2b55 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    162de70 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    5a8fdd4 View commit details
    Browse the repository at this point in the history
  5. Merge branch 'save-from-controls' into ghengeveld/26661-project-sfc-c…

    …reate-a-toolbar-to-save-arguments
    ghengeveld committed Apr 12, 2024
    Configuration menu
    Copy the full SHA
    df1f0b9 View commit details
    Browse the repository at this point in the history
  6. Merge pull request #26713 from storybookjs/norbert/sfc-backend

    WIP: save-from-controls backend
    ndelangen committed Apr 12, 2024
    Configuration menu
    Copy the full SHA
    af5877f View commit details
    Browse the repository at this point in the history
  7. Merge branch 'save-from-controls' into ghengeveld/26661-project-sfc-c…

    …reate-a-toolbar-to-save-arguments
    ndelangen committed Apr 12, 2024
    Configuration menu
    Copy the full SHA
    6994504 View commit details
    Browse the repository at this point in the history
  8. Docs: MDX minor fixes

    jonniebigodes authored and valentinpalkovic committed Apr 12, 2024
    Configuration menu
    Copy the full SHA
    653c140 View commit details
    Browse the repository at this point in the history
  9. Configuration menu
    Copy the full SHA
    f5aaee2 View commit details
    Browse the repository at this point in the history
  10. add to cli-options docs

    eric-blue authored and valentinpalkovic committed Apr 12, 2024
    Configuration menu
    Copy the full SHA
    c9f65de View commit details
    Browse the repository at this point in the history
  11. Configuration menu
    Copy the full SHA
    9cfeca7 View commit details
    Browse the repository at this point in the history
  12. Configuration menu
    Copy the full SHA
    951057f View commit details
    Browse the repository at this point in the history
  13. Configuration menu
    Copy the full SHA
    76539e9 View commit details
    Browse the repository at this point in the history
  14. Disable TurboSnap

    valentinpalkovic committed Apr 12, 2024
    Configuration menu
    Copy the full SHA
    2e0e2ba View commit details
    Browse the repository at this point in the history
  15. Configuration menu
    Copy the full SHA
    b43d2df View commit details
    Browse the repository at this point in the history
  16. Configuration menu
    Copy the full SHA
    f762974 View commit details
    Browse the repository at this point in the history
  17. Merge pull request #26710 from storybookjs/ghengeveld/26661-project-s…

    …fc-create-a-toolbar-to-save-arguments
    
    Controls: Add toolbar to allow saving story from args
    ndelangen committed Apr 12, 2024
    Configuration menu
    Copy the full SHA
    869822f View commit details
    Browse the repository at this point in the history
  18. Configuration menu
    Copy the full SHA
    393e968 View commit details
    Browse the repository at this point in the history
  19. Configuration menu
    Copy the full SHA
    5531259 View commit details
    Browse the repository at this point in the history
  20. Configuration menu
    Copy the full SHA
    463ea88 View commit details
    Browse the repository at this point in the history
  21. Configuration menu
    Copy the full SHA
    4091421 View commit details
    Browse the repository at this point in the history

Commits on Apr 15, 2024

  1. Configuration menu
    Copy the full SHA
    6de99c0 View commit details
    Browse the repository at this point in the history
  2. Update exports

    valentinpalkovic committed Apr 15, 2024
    Configuration menu
    Copy the full SHA
    83a2c1a View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    3b8be57 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    6d8af9e View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    90a779e View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    6208d65 View commit details
    Browse the repository at this point in the history
  7. Configuration menu
    Copy the full SHA
    c8f1002 View commit details
    Browse the repository at this point in the history
  8. Configuration menu
    Copy the full SHA
    8580a11 View commit details
    Browse the repository at this point in the history
  9. fix bad ts

    ndelangen committed Apr 15, 2024
    Configuration menu
    Copy the full SHA
    71ff85b View commit details
    Browse the repository at this point in the history
  10. Configuration menu
    Copy the full SHA
    37dbae3 View commit details
    Browse the repository at this point in the history
  11. Configuration menu
    Copy the full SHA
    51e2294 View commit details
    Browse the repository at this point in the history
  12. Configuration menu
    Copy the full SHA
    46c8cc0 View commit details
    Browse the repository at this point in the history
  13. Configuration menu
    Copy the full SHA
    8d21fb2 View commit details
    Browse the repository at this point in the history
  14. Merge pull request #26793 from storybookjs/valentin/add-new-story-ico…

    …n-to-sidebar
    
    Manager: Add 'Create a new story' button to sidebar
    valentinpalkovic committed Apr 15, 2024
    Configuration menu
    Copy the full SHA
    47807aa View commit details
    Browse the repository at this point in the history
  15. Configuration menu
    Copy the full SHA
    6778ee7 View commit details
    Browse the repository at this point in the history
  16. Configuration menu
    Copy the full SHA
    b42e1e2 View commit details
    Browse the repository at this point in the history
  17. Fix Storybook structure

    ghengeveld committed Apr 15, 2024
    Configuration menu
    Copy the full SHA
    9a8d83e View commit details
    Browse the repository at this point in the history
  18. Configuration menu
    Copy the full SHA
    6651442 View commit details
    Browse the repository at this point in the history

Commits on Apr 16, 2024

  1. Configuration menu
    Copy the full SHA
    3e7059b View commit details
    Browse the repository at this point in the history
  2. Fix type error

    ghengeveld committed Apr 16, 2024
    Configuration menu
    Copy the full SHA
    b97b1e1 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    07e705b View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    d464012 View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    69324cf View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    ebe1fe8 View commit details
    Browse the repository at this point in the history
  7. Configuration menu
    Copy the full SHA
    cd3ccac View commit details
    Browse the repository at this point in the history

Commits on Apr 17, 2024

  1. Configuration menu
    Copy the full SHA
    0be9649 View commit details
    Browse the repository at this point in the history
  2. cleanup

    ndelangen committed Apr 17, 2024
    Configuration menu
    Copy the full SHA
    897becd View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    e6cba31 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    0675bb4 View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    92ba347 View commit details
    Browse the repository at this point in the history
  6. Disable TurboSnap

    valentinpalkovic committed Apr 17, 2024
    Configuration menu
    Copy the full SHA
    2e6862a View commit details
    Browse the repository at this point in the history
  7. Configuration menu
    Copy the full SHA
    b86eeb0 View commit details
    Browse the repository at this point in the history
  8. Configuration menu
    Copy the full SHA
    f1c6ae9 View commit details
    Browse the repository at this point in the history
  9. fix CI

    valentinpalkovic committed Apr 17, 2024
    Configuration menu
    Copy the full SHA
    0757f18 View commit details
    Browse the repository at this point in the history
  10. Avoid nested button

    ghengeveld committed Apr 17, 2024
    Configuration menu
    Copy the full SHA
    5247e9a View commit details
    Browse the repository at this point in the history
  11. Remove unused ref

    ghengeveld committed Apr 17, 2024
    Configuration menu
    Copy the full SHA
    88556bf View commit details
    Browse the repository at this point in the history
  12. Configuration menu
    Copy the full SHA
    762a784 View commit details
    Browse the repository at this point in the history
  13. Configuration menu
    Copy the full SHA
    365a46d View commit details
    Browse the repository at this point in the history
  14. Configuration menu
    Copy the full SHA
    3e66373 View commit details
    Browse the repository at this point in the history
  15. Configuration menu
    Copy the full SHA
    b5e083d View commit details
    Browse the repository at this point in the history
  16. Configuration menu
    Copy the full SHA
    907fb3a View commit details
    Browse the repository at this point in the history
  17. Configuration menu
    Copy the full SHA
    10b556c View commit details
    Browse the repository at this point in the history
  18. Configuration menu
    Copy the full SHA
    80dd303 View commit details
    Browse the repository at this point in the history
  19. Configuration menu
    Copy the full SHA
    3816841 View commit details
    Browse the repository at this point in the history
  20. Configuration menu
    Copy the full SHA
    0222515 View commit details
    Browse the repository at this point in the history
  21. Configuration menu
    Copy the full SHA
    3d10cd7 View commit details
    Browse the repository at this point in the history
  22. Configuration menu
    Copy the full SHA
    e89b365 View commit details
    Browse the repository at this point in the history
  23. Configuration menu
    Copy the full SHA
    60fb5ba View commit details
    Browse the repository at this point in the history
  24. Configuration menu
    Copy the full SHA
    139e8c9 View commit details
    Browse the repository at this point in the history
  25. Configuration menu
    Copy the full SHA
    8390ec5 View commit details
    Browse the repository at this point in the history
  26. Configuration menu
    Copy the full SHA
    f34265b View commit details
    Browse the repository at this point in the history
  27. Configuration menu
    Copy the full SHA
    fa3d3be View commit details
    Browse the repository at this point in the history
  28. Configuration menu
    Copy the full SHA
    a07031a View commit details
    Browse the repository at this point in the history
  29. Configuration menu
    Copy the full SHA
    6c08614 View commit details
    Browse the repository at this point in the history
  30. Configuration menu
    Copy the full SHA
    43be965 View commit details
    Browse the repository at this point in the history

Commits on Apr 18, 2024

  1. Configuration menu
    Copy the full SHA
    944ff5f View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    333329a View commit details
    Browse the repository at this point in the history
  3. Change generic parser to use @babel/parser

    es-module-parser was not supporting jsx syntax. Other fast alternatives like acorn were evaluated,
    but either the parsing wasn't sufficient or the parser wasn't maintained anymore.
    @babel/parser fits our requirements the best, although it might be one of the slower AST parsers.
    valentinpalkovic committed Apr 18, 2024
    Configuration menu
    Copy the full SHA
    0c19a46 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    6b81b0c View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    a449d8c View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    0f37b98 View commit details
    Browse the repository at this point in the history
  7. Update error message

    valentinpalkovic committed Apr 18, 2024
    Configuration menu
    Copy the full SHA
    b2ba678 View commit details
    Browse the repository at this point in the history
  8. Configuration menu
    Copy the full SHA
    343081b View commit details
    Browse the repository at this point in the history
  9. Configuration menu
    Copy the full SHA
    30eb66a View commit details
    Browse the repository at this point in the history
  10. Configuration menu
    Copy the full SHA
    fa49c94 View commit details
    Browse the repository at this point in the history
  11. Configuration menu
    Copy the full SHA
    19b6094 View commit details
    Browse the repository at this point in the history
  12. Configuration menu
    Copy the full SHA
    aac320d View commit details
    Browse the repository at this point in the history
  13. Configuration menu
    Copy the full SHA
    f9d81b5 View commit details
    Browse the repository at this point in the history
  14. Configuration menu
    Copy the full SHA
    05ac43c View commit details
    Browse the repository at this point in the history
  15. Configuration menu
    Copy the full SHA
    67c6785 View commit details
    Browse the repository at this point in the history
  16. Add types to stories

    ghengeveld committed Apr 18, 2024
    Configuration menu
    Copy the full SHA
    07c4fc3 View commit details
    Browse the repository at this point in the history
  17. Remove stray story

    ghengeveld committed Apr 18, 2024
    Configuration menu
    Copy the full SHA
    9077a3f View commit details
    Browse the repository at this point in the history
  18. Configuration menu
    Copy the full SHA
    b997f1e View commit details
    Browse the repository at this point in the history
  19. Modal polishing

    valentinpalkovic committed Apr 18, 2024
    Configuration menu
    Copy the full SHA
    f1808c8 View commit details
    Browse the repository at this point in the history
  20. Configuration menu
    Copy the full SHA
    1d423a7 View commit details
    Browse the repository at this point in the history
  21. Configuration menu
    Copy the full SHA
    03039b6 View commit details
    Browse the repository at this point in the history
  22. Configuration menu
    Copy the full SHA
    cfec679 View commit details
    Browse the repository at this point in the history
  23. hopefully fix the e2e

    ndelangen committed Apr 18, 2024
    Configuration menu
    Copy the full SHA
    2a4c289 View commit details
    Browse the repository at this point in the history
  24. Cherry-pick 343081b

    ghengeveld committed Apr 18, 2024
    Configuration menu
    Copy the full SHA
    d904884 View commit details
    Browse the repository at this point in the history
  25. Configuration menu
    Copy the full SHA
    567f464 View commit details
    Browse the repository at this point in the history
  26. Configuration menu
    Copy the full SHA
    8bfbaa8 View commit details
    Browse the repository at this point in the history
  27. Configuration menu
    Copy the full SHA
    963b8ef View commit details
    Browse the repository at this point in the history
  28. Configuration menu
    Copy the full SHA
    0df8706 View commit details
    Browse the repository at this point in the history

Commits on Apr 19, 2024

  1. Polishing

    valentinpalkovic committed Apr 19, 2024
    Configuration menu
    Copy the full SHA
    2cf3ea2 View commit details
    Browse the repository at this point in the history
  2. Polish skeleton

    valentinpalkovic committed Apr 19, 2024
    Configuration menu
    Copy the full SHA
    e0af40b View commit details
    Browse the repository at this point in the history
  3. Polish no results

    valentinpalkovic committed Apr 19, 2024
    Configuration menu
    Copy the full SHA
    c3f0177 View commit details
    Browse the repository at this point in the history
  4. Implement file formatting

    ghengeveld committed Apr 19, 2024
    Configuration menu
    Copy the full SHA
    d7039ef View commit details
    Browse the repository at this point in the history
  5. Add FileSearchModal

    valentinpalkovic committed Apr 19, 2024
    Configuration menu
    Copy the full SHA
    fa134a9 View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    ccf154f View commit details
    Browse the repository at this point in the history
  7. Configuration menu
    Copy the full SHA
    a8385b3 View commit details
    Browse the repository at this point in the history
  8. Configuration menu
    Copy the full SHA
    7c7134e View commit details
    Browse the repository at this point in the history
  9. Configuration menu
    Copy the full SHA
    0596ca2 View commit details
    Browse the repository at this point in the history
  10. dedupe

    ndelangen committed Apr 19, 2024
    Configuration menu
    Copy the full SHA
    53ec3dd View commit details
    Browse the repository at this point in the history
  11. Configuration menu
    Copy the full SHA
    551704b View commit details
    Browse the repository at this point in the history
  12. Fix babel traverse issue

    ghengeveld committed Apr 19, 2024
    Configuration menu
    Copy the full SHA
    20d0e7e View commit details
    Browse the repository at this point in the history
  13. Wait a while

    ghengeveld committed Apr 19, 2024
    Configuration menu
    Copy the full SHA
    5538e26 View commit details
    Browse the repository at this point in the history
  14. Cleanup

    valentinpalkovic committed Apr 19, 2024
    Configuration menu
    Copy the full SHA
    1c194d8 View commit details
    Browse the repository at this point in the history
  15. Fix stories

    ghengeveld committed Apr 19, 2024
    Configuration menu
    Copy the full SHA
    d16983e View commit details
    Browse the repository at this point in the history
  16. Configuration menu
    Copy the full SHA
    9077f9e View commit details
    Browse the repository at this point in the history
  17. Fix test

    valentinpalkovic committed Apr 19, 2024
    Configuration menu
    Copy the full SHA
    f29966e View commit details
    Browse the repository at this point in the history
  18. Configuration menu
    Copy the full SHA
    1378113 View commit details
    Browse the repository at this point in the history
  19. Fix modal snapshot

    ghengeveld committed Apr 19, 2024
    Configuration menu
    Copy the full SHA
    2e5a457 View commit details
    Browse the repository at this point in the history
  20. Configuration menu
    Copy the full SHA
    56e6520 View commit details
    Browse the repository at this point in the history
  21. Configuration menu
    Copy the full SHA
    e7817b0 View commit details
    Browse the repository at this point in the history
  22. WIP

    valentinpalkovic committed Apr 19, 2024
    Configuration menu
    Copy the full SHA
    a007256 View commit details
    Browse the repository at this point in the history

Commits on Apr 20, 2024

  1. Configuration menu
    Copy the full SHA
    3cf9846 View commit details
    Browse the repository at this point in the history
  2. Fix tests

    valentinpalkovic committed Apr 20, 2024
    Configuration menu
    Copy the full SHA
    6a961aa View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    bda5336 View commit details
    Browse the repository at this point in the history

Commits on Apr 22, 2024

  1. Fix tests

    valentinpalkovic committed Apr 22, 2024
    Configuration menu
    Copy the full SHA
    d310cb9 View commit details
    Browse the repository at this point in the history

Commits on Apr 23, 2024

  1. Configuration menu
    Copy the full SHA
    7702cb6 View commit details
    Browse the repository at this point in the history
  2. Merge pull request #26924 from storybookjs/valentin/fix-onboarding-modal

    Onboarding: Fix modal background and add stories to manager's Storybook
    valentinpalkovic committed Apr 23, 2024
    Configuration menu
    Copy the full SHA
    28f4bb7 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    466a774 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    9fc3a0f View commit details
    Browse the repository at this point in the history

Commits on Apr 25, 2024

  1. Configuration menu
    Copy the full SHA
    3625c2e View commit details
    Browse the repository at this point in the history
  2. Update snapshot

    valentinpalkovic committed Apr 25, 2024
    Configuration menu
    Copy the full SHA
    7c89f0f View commit details
    Browse the repository at this point in the history
  3. Fix play function

    valentinpalkovic committed Apr 25, 2024
    Configuration menu
    Copy the full SHA
    397ab28 View commit details
    Browse the repository at this point in the history
  4. Merge pull request #26875 from storybookjs/valentin/add-file-picker

    WIP: Save new story file
    valentinpalkovic committed Apr 25, 2024
    Configuration menu
    Copy the full SHA
    bb832e5 View commit details
    Browse the repository at this point in the history

Commits on Apr 28, 2024

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

Commits on Apr 29, 2024

  1. dedupe

    ndelangen committed Apr 29, 2024
    Configuration menu
    Copy the full SHA
    5ccf741 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    1b1af0b View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    8841ef7 View commit details
    Browse the repository at this point in the history
  4. improve mobile layout

    ndelangen committed Apr 29, 2024
    Configuration menu
    Copy the full SHA
    b336534 View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    2a46827 View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    88fdc09 View commit details
    Browse the repository at this point in the history
  7. Configuration menu
    Copy the full SHA
    f163e6f View commit details
    Browse the repository at this point in the history
  8. Configuration menu
    Copy the full SHA
    d9851f7 View commit details
    Browse the repository at this point in the history
  9. Configuration menu
    Copy the full SHA
    7cb3ecf View commit details
    Browse the repository at this point in the history
  10. Configuration menu
    Copy the full SHA
    bc129cb View commit details
    Browse the repository at this point in the history
  11. redesign error screen

    ndelangen committed Apr 29, 2024
    Configuration menu
    Copy the full SHA
    eeabdb6 View commit details
    Browse the repository at this point in the history
  12. Configuration menu
    Copy the full SHA
    f1616eb View commit details
    Browse the repository at this point in the history
  13. Configuration menu
    Copy the full SHA
    da73dd6 View commit details
    Browse the repository at this point in the history
  14. fix

    ndelangen committed Apr 29, 2024
    Configuration menu
    Copy the full SHA
    13a9f37 View commit details
    Browse the repository at this point in the history
  15. Configuration menu
    Copy the full SHA
    d510c20 View commit details
    Browse the repository at this point in the history
  16. thrown when missing

    ndelangen committed Apr 29, 2024
    Configuration menu
    Copy the full SHA
    15901b9 View commit details
    Browse the repository at this point in the history
  17. fix chromatic

    ndelangen committed Apr 29, 2024
    Configuration menu
    Copy the full SHA
    41f8819 View commit details
    Browse the repository at this point in the history
  18. Configuration menu
    Copy the full SHA
    77595aa View commit details
    Browse the repository at this point in the history

Commits on Apr 30, 2024

  1. Configuration menu
    Copy the full SHA
    9bd0766 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    5e63c2f View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    3844765 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    313c50d View commit details
    Browse the repository at this point in the history
  5. Fix paths util

    valentinpalkovic committed Apr 30, 2024
    Configuration menu
    Copy the full SHA
    9b836fe View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    abf5d99 View commit details
    Browse the repository at this point in the history
  7. Configuration menu
    Copy the full SHA
    b1063c8 View commit details
    Browse the repository at this point in the history
  8. Configuration menu
    Copy the full SHA
    aee76c7 View commit details
    Browse the repository at this point in the history
  9. Configuration menu
    Copy the full SHA
    5b24137 View commit details
    Browse the repository at this point in the history
  10. Configuration menu
    Copy the full SHA
    8c1740f View commit details
    Browse the repository at this point in the history
  11. Fix tests

    valentinpalkovic committed Apr 30, 2024
    Configuration menu
    Copy the full SHA
    50fbf50 View commit details
    Browse the repository at this point in the history
  12. Configuration menu
    Copy the full SHA
    ad1b0b0 View commit details
    Browse the repository at this point in the history
  13. Configuration menu
    Copy the full SHA
    1298227 View commit details
    Browse the repository at this point in the history
  14. Configuration menu
    Copy the full SHA
    7664e2c View commit details
    Browse the repository at this point in the history
  15. Configuration menu
    Copy the full SHA
    f0d81b1 View commit details
    Browse the repository at this point in the history
  16. improve UI in dark mode

    ndelangen committed Apr 30, 2024
    Configuration menu
    Copy the full SHA
    d1dbc73 View commit details
    Browse the repository at this point in the history
  17. Configuration menu
    Copy the full SHA
    9b2b60f View commit details
    Browse the repository at this point in the history

Commits on May 1, 2024

  1. Configuration menu
    Copy the full SHA
    9386252 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    dbb3718 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    85ec7ff View commit details
    Browse the repository at this point in the history

Commits on May 2, 2024

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