Files
Homarr/src/modules
2022-08-08 13:44:35 +02:00
..
💄 Linting
2022-08-07 17:20:59 +02:00
2022-08-02 23:00:40 +02:00
2022-08-02 00:21:11 +02:00
2022-07-26 01:21:04 +02:00
2022-07-26 01:21:04 +02:00
2022-08-07 12:16:29 +02:00
2022-08-02 05:22:02 +02:00
2022-08-07 17:20:34 +02:00
2022-08-02 05:16:54 +02:00
2022-07-24 23:18:01 +02:00
2022-07-23 22:22:55 +02:00
2022-08-08 13:44:35 +02:00
2022-07-23 22:22:55 +02:00

Each module has a set of rules:

  • Exported Typed IModule element (Unique Name, description, component, ...)
  • Needs to be in a new folder
  • Needs to be exported in the modules/newmodule/index.tsx of the new folder
  • Needs to be imported in the modules/index.tsx file
  • Needs to look good when wrapped with the modules/ModuleWrapper component
  • Needs to be put somewhere fitting in the app (While waiting for the big AppStore overhall)
  • Any API Calls need to be safe and done on the widget itself (via useEffect or similar)
  • You can't add a package (unless there is a very specific need for it. Contact @Ajnart or make a Discussion.