Files
Homarr/src/components/modules
Larvey de6e0f645f Fix Sonarr Incorrect Dates
Due to how Sonarr gives dates, they recommend using UTC time when displaying it as it matches their calendar. Took some digging but it fixed it.
2022-06-07 22:05:28 -04:00
..
2022-06-07 22:05:28 -04:00
2022-06-06 23:56:33 +02:00
2022-06-06 15:33:25 +02:00
2022-06-06 20:02:42 +02:00
2022-06-06 19:12:59 +02:00
2022-06-06 23:56:08 +02:00
2022-05-24 20:14:07 +02:00
2022-05-29 15:30:03 +02:00
2022-05-14 01:14:56 +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.