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/client
Guilherme Gazzo 608e4f9d78
Regression: Improve Sidenav open/close handling and fixed codeql configs and E2E tests (#24756)
4 years ago
..
UIKit/hooks Chore: Prettier for us all (#24000) 4 years ago
components [FIX] Typo and placeholder on wrap up call modal (#24737) 4 years ago
contexts Regression: Fix double value on holdTime and empty msg on last message (#24630) 4 years ago
hooks Chore: Fix Cypress tests (#24544) 4 years ago
lib Regression: Improve Sidenav open/close handling and fixed codeql configs and E2E tests (#24756) 4 years ago
methods Chore: Move `callbacks` to /lib (#23456) 4 years ago
polyfills Chore: Replace Blaze templates (#24165) 4 years ago
providers [FIX] VoIP Enable/Disable setting on CallContext/CallProvider Notifications (#24607) 4 years ago
sidebar Regression: Prevent button from losing state when rerendering (#24648) 4 years ago
startup Regression: Improve Sidenav open/close handling and fixed codeql configs and E2E tests (#24756) 4 years ago
templateHelpers Chore: Prettier for us all (#24000) 4 years ago
views [FIX] Apple login script being loaded even when Apple Login is disabled. (#24760) 4 years ago
.eslintrc.js Chore: Prettier for us all (#24000) 4 years ago
README.md
head.html
importPackages.ts Chore: Replace Blaze templates (#24165) 4 years ago
main.ts [FIX] OAuth mismatch redirect_uri error (#24450) 4 years ago
templates.ts [NEW] VoIP Support for Omnichannel (#23102) 4 years 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