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
Allan RIbeiro 72ff0ff1fc
Regression: Enable custom emoji on admin custom status page (#24186)
4 years ago
..
UIKit/hooks Chore: Prettier for us all (#24000) 4 years ago
components feat: enabling emoji on custom status (#24170) 4 years ago
contexts Chore: Update Meteor to 2.5.3 (#24075) 4 years ago
hooks Chore: Migrate useOutsideClick to fuselage-hooks (#24133) 4 years ago
lib [NEW] Apple Login (#24060) 4 years ago
methods Chore: Move `callbacks` to /lib (#23456) 4 years ago
polyfills Chore: Prettier for us all (#24000) 4 years ago
providers Chore: Move `callbacks` to /lib (#23456) 4 years ago
sidebar feat: enabling emoji on custom status (#24170) 4 years ago
startup Chore: Move `callbacks` to /lib (#23456) 4 years ago
templateHelpers Chore: Prettier for us all (#24000) 4 years ago
views Regression: Enable custom emoji on admin custom status page (#24186) 4 years ago
.eslintrc.js Chore: Prettier for us all (#24000) 4 years ago
README.md Chore: Doc Client Readme (#21588) 5 years ago
head.html Depack: Use mainModule for root files (#13508) 7 years ago
importPackages.ts Chore: Move `callbacks` to /lib (#23456) 4 years ago
main.ts [NEW][Enterprise] Second layer encryption for data transport (alpha) (#21692) 5 years ago
templates.ts [NEW] Apple Login (#24060) 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