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

[MMB-195] Rewrite spaces demo into React #92

Merged
merged 25 commits into from
Aug 7, 2023
Merged

[MMB-195] Rewrite spaces demo into React #92

merged 25 commits into from
Aug 7, 2023

Commits on Jul 31, 2023

  1. Init demo react

    snikidev authored and Dominik Piatek committed Jul 31, 2023
    Configuration menu
    Copy the full SHA
    3093e2d View commit details
    Browse the repository at this point in the history
  2. Add spaces hook

    snikidev authored and Dominik Piatek committed Jul 31, 2023
    Configuration menu
    Copy the full SHA
    2cd83d3 View commit details
    Browse the repository at this point in the history
  3. Feedback

    snikidev authored and Dominik Piatek committed Jul 31, 2023
    Configuration menu
    Copy the full SHA
    bed1ed7 View commit details
    Browse the repository at this point in the history
  4. Move to Vite and netlifyu

    snikidev authored and Dominik Piatek committed Jul 31, 2023
    Configuration menu
    Copy the full SHA
    7734e5e View commit details
    Browse the repository at this point in the history
  5. wip: work on appending users to the slide

    snikidev authored and Dominik Piatek committed Jul 31, 2023
    Configuration menu
    Copy the full SHA
    48c8774 View commit details
    Browse the repository at this point in the history
  6. wip: work on appending users to the slide

    snikidev authored and Dominik Piatek committed Jul 31, 2023
    Configuration menu
    Copy the full SHA
    7a96636 View commit details
    Browse the repository at this point in the history
  7. wip: cleanup of useSpace

    snikidev authored and Dominik Piatek committed Jul 31, 2023
    Configuration menu
    Copy the full SHA
    36a2a0a View commit details
    Browse the repository at this point in the history
  8. Hooks fixes

    Dominik Piatek committed Jul 31, 2023
    Configuration menu
    Copy the full SHA
    4390f77 View commit details
    Browse the repository at this point in the history
  9. Finish avatar colors and functionality

    snikidev authored and Dominik Piatek committed Jul 31, 2023
    Configuration menu
    Copy the full SHA
    6b8e5c1 View commit details
    Browse the repository at this point in the history
  10. Finish slides functionality

    snikidev authored and Dominik Piatek committed Jul 31, 2023
    Configuration menu
    Copy the full SHA
    858cc3c View commit details
    Browse the repository at this point in the history
  11. Fix unavailable colors appearing in UI

    Dominik Piatek committed Jul 31, 2023
    Configuration menu
    Copy the full SHA
    509c44a View commit details
    Browse the repository at this point in the history
  12. Fix ids being randomized on each client

    Dominik Piatek committed Jul 31, 2023
    Configuration menu
    Copy the full SHA
    67dbf9b View commit details
    Browse the repository at this point in the history
  13. Set initial state for members in hooks

    Dominik Piatek committed Jul 31, 2023
    Configuration menu
    Copy the full SHA
    27b09f0 View commit details
    Browse the repository at this point in the history
  14. Take out coming soon

    snikidev committed Jul 31, 2023
    Configuration menu
    Copy the full SHA
    22d0674 View commit details
    Browse the repository at this point in the history
  15. Configuration menu
    Copy the full SHA
    55b4a1f View commit details
    Browse the repository at this point in the history
  16. wip: cursors

    snikidev committed Jul 31, 2023
    Configuration menu
    Copy the full SHA
    5ff2442 View commit details
    Browse the repository at this point in the history

Commits on Aug 1, 2023

  1. Get rid of comment drawer

    snikidev committed Aug 1, 2023
    Configuration menu
    Copy the full SHA
    077b3db View commit details
    Browse the repository at this point in the history

Commits on Aug 2, 2023

  1. Implement cursors

    snikidev committed Aug 2, 2023
    Configuration menu
    Copy the full SHA
    a59ebb3 View commit details
    Browse the repository at this point in the history
  2. React demo is done

    snikidev committed Aug 2, 2023
    Configuration menu
    Copy the full SHA
    648aeba View commit details
    Browse the repository at this point in the history

Commits on Aug 3, 2023

  1. Feedback fixes

    snikidev committed Aug 3, 2023
    Configuration menu
    Copy the full SHA
    a673c56 View commit details
    Browse the repository at this point in the history

Commits on Aug 6, 2023

  1. Fix deploy and lint issues

    snikidev committed Aug 6, 2023
    Configuration menu
    Copy the full SHA
    36a0faa View commit details
    Browse the repository at this point in the history

Commits on Aug 7, 2023

  1. Use json eslint config

    The parser used for eslint was not happy with using a commonjs module as config.
    Dominik Piatek committed Aug 7, 2023
    Configuration menu
    Copy the full SHA
    316c644 View commit details
    Browse the repository at this point in the history
  2. Replace vanilla js demo with React

    Dominik Piatek committed Aug 7, 2023
    Configuration menu
    Copy the full SHA
    360a042 View commit details
    Browse the repository at this point in the history
  3. Make sure Netlify CLI instructions are up to date

    Dominik Piatek committed Aug 7, 2023
    Configuration menu
    Copy the full SHA
    d36efc4 View commit details
    Browse the repository at this point in the history
  4. Fix slide elements selecting across all slides

    Dominik Piatek committed Aug 7, 2023
    Configuration menu
    Copy the full SHA
    55be5f5 View commit details
    Browse the repository at this point in the history