The communications platform that puts data protection first.
You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
 
 
 
 
 
Rocket.Chat/apps/meteor/client
Tasso Evangelista c992f7d78c
chore: Schedule and defer some query recomputations (#36243)
11 months ago
..
NavBarV2 regression: `NavbarSearch` closing list when clicking on field (#35909) 1 year ago
apps refactor: Remove `ContextualbarDialog` from RoomLayout (#36057) 1 year ago
components chore: remove `useReactiveValue` from `useMessageRoles` (#36216) 12 months ago
contexts fix: `EmojiPicker` unnecessary rerenders (#35605) 1 year ago
definitions chore: Internally operate Minimongo collections over Zustand stores (as transition for stores-only) (#35470) 12 months ago
hooks chore: Schedule and defer some query recomputations (#36243) 11 months ago
lib chore: Schedule and defer some query recomputations (#36243) 11 months ago
meteorOverrides chore(deps): bump `node` version from `22.11.0` to `22.13.1` and `meteor` to `3.1.2` (#35181) 1 year ago
omnichannel chore: Added missing label associations in Chats filters contextual bar (#36151) 12 months ago
polyfills
portals
providers chore: remove `useReactiveValue` from `AuthorizationProvider` (#36219) 12 months ago
sidebar fix: status sync for overlapping events (#36206) 12 months ago
sidebarv2 chore: Purge not used search sidebarV2 files (#36218) 12 months ago
startup refactor: move `afterLogoutCleanUp` callbacks to `LoggedInArea` (#36191) 12 months ago
stories chore: Upgrade `@tanstack/query` to v5 (#33898) 1 year ago
uikit/hooks chore: Move `VideoconfContext` to `ui-video-conf` (#34950) 1 year ago
views fix: Slash commands not truncating properly in small viewport (#35947) 12 months ago
voip chore: Upgrade React (#32288) 1 year ago
README.md
ecdh.ts
importPackages.ts refactor: remove `iframeLogin` from meteor (#36022) 1 year ago
main.ts chore: replace the kadira flow router with the ostrio flow router (#35175) 1 year ago
serviceWorker.ts
ui.ts feat: Separate video call and voice call room actions (#35700) 1 year ago

README.md

How does the folder structure work in the frontend?

The folder structure should follow rocketchat's html 'semantics' like:

    main   -> room
                -> header
                    ...
                -> contextualbar
                    roominfo
                        ...
            -> sidebar
                -> Header
                    -> search
                    -> actions
                        ...
                -> list
                    ...
                -> footer
                    ...

Each folder is composed by:

File
index.jsx
ContainerComponent.jsx
contexts (optional)
providers (optional)
components (optional)
hooks (optional)
libs (optional)

We strongly suggest that you start developing your components/hooks/libs inside the folder where they will be directly used. If you ever find that you will use them in more than one place, then you should "promote" the code to an upper level, where it can be commonly accessed by all others

we have being moving code from blaze to react, but sometimes we will need render under blaze enviroment, to do that use createTemplateForComponent