colin-gourlay / Radarr

A fork of Sonarr to work with movies à la Couchpotato.
https://radarr.video
GNU General Public License v3.0
0 stars 0 forks source link

Migrate to Ng #7

Open colin-gourlay opened 1 year ago

colin-gourlay commented 1 year ago

Is there an existing issue for this?

Is your feature request related to a problem? Please describe

Move the front-end away from using 'pure' JavaScript

Describe the solution you'd like

Migrate the front end to Angular

Describe alternatives you've considered

Things to consider:

Anything else?

N/A

colin-gourlay commented 12 months ago

I've observed that there is a great deal of common functionality repeated (in most cases duplicated) between:

This applies (especially) to the UI.

Rather than migrate this repo, cgourlay/Sonarr#1, cgourlay/Lidarr#3, cgourlay/Readarr#12 and cgourlay/Prowlarr#1 to Angular individually this looks like a good opportunity to create a monorepo and handle the work in there.