Skip to content
Snippets Groups Projects
  1. Oct 17, 2024
  2. Jan 22, 2024
  3. Jul 25, 2023
  4. Mar 30, 2023
  5. Mar 15, 2023
  6. Feb 01, 2023
  7. Dec 21, 2022
  8. Dec 06, 2022
  9. Nov 11, 2022
  10. Jul 22, 2022
  11. Jun 18, 2022
    • Tasso Evangelista's avatar
      Chore: Replace `useSubscription` with `useSyncExternalStore` (#25909) · 08627518
      Tasso Evangelista authored
      <!-- This is a pull request template, you do not need to uncomment or remove the comments, they won't show up in the PR text. -->
      
      <!-- Your Pull Request name should start with one of the following tags
        [NEW] For new features
        [IMPROVE] For an improvement (performance or little improvements) in existing features
        [FIX] For bug fixes that affect the end-user
        [BREAK] For pull requests including breaking changes
        Chore: For small tasks
        Doc: For documentation
      -->
      
      <!-- Checklist!!! If you're unsure about any of them, don't hesitate to ask. We're here to help! This is simply a reminder of what we are going to look for before merging your code. 
        - I have read the Contributing Guide - https://github.com/RocketChat/Rocket.Chat/blob/develop/.github/CONTRIBUTING.md#contributing-to-rocketchat doc
        - I have signed the CLA - https://cla-assistant.io/RocketChat/Rocket.Chat
        - Lint and unit tests pass locally with my changes
        - I have added tests that prove my fix is effective or that my feature works (if applicable)
        - I have added necessary documentation (if applicable)
        - Any dependent changes have been merged and published in downstream modules
      -->
      
      ## Proposed changes (including videos or screenshots)
      <!-- CHANGELOG -->
      <!--
        Describe the big picture of your changes here to communicate to the maintainers why we should accept this pull request.
        If it fixes a bug or resolves a feature request, be sure to link to that issue below.
        This description will appear in the release notes if we accept the contribution.
      -->
      
      <!-- END CHANGELOG -->
      
      ## Issue(s)
      <!-- Link the issues being closed by or related to this PR. For example, you can use #594 if this PR closes issue number 594 -->
      
      ## Steps to test or reproduce
      <!-- Mention how you would reproduce the bug if not mentioned on the issue page already. Also mention which screens are going to have the changes if applicable -->
      
      ## Further comments
      <!-- If this is a relatively large or complex change, kick off the discussion by explaining why you chose the solution you did and what alternatives you considered, etc... -->
      08627518
  12. May 09, 2022
  13. Apr 13, 2022
  14. Apr 06, 2022
  15. Mar 30, 2022
    • Tasso Evangelista's avatar
      Chore: Storybook mocking and examples improved (#24969) · 2c0061e1
      Tasso Evangelista authored
      * Upgrade Storybook
      
      * Replace `ts-loader` with `babel-loader`
      
      * Rearrange some stories
      
      * Rearrange some stories
      
      * Move `NotAuthorizedPage`
      
      * Rearrange some stories
      
      * Rearrange some stories
      
      * Rearrange some stories
      
      * Rearrange some stories
      
      * Rearrange some stories
      
      * Squashed commit of the following:
      
      commit f0cda61e
      Author: Tiago Evangelista Pinto <tiago.evangelista@rocket.chat>
      Date:   Fri Mar 25 15:45:59 2022 -0300
      
          fix review
      
      commit 4113ffb9
      Author: Tiago Evangelista Pinto <tiago.evangelista@rocket.chat>
      Date:   Thu Mar 24 17:34:48 2022 -0300
      
          fix
      
      commit 82e14b6c
      Author: Tiago Evangelista Pinto <tiago.evangelista@rocket.chat>
      Date:   Thu Mar 24 17:18:57 2022 -0300
      
          fix
      
      * Rearrange some stories
      
      * Rearrange some stories
      
      * Improve `ServerProviderMock` with parameters
      
      * Expand story mocking capabilities
      
      * Move mocks
      
      * Fix lint issues
      2c0061e1
Loading