RSS-Bridge / rss-bridge

The RSS feed for websites missing it
https://rss-bridge.org/bridge01/
The Unlicense
6.98k stars 1.02k forks source link

User can go back to the form #4087

Closed boyska closed 1 week ago

boyska commented 2 months ago

I tried to solve #4017. The easiest way I could find was to just add a new format.

That's the UX:

As for the implementation, i wanted to avoid repeating the code to generate the form, so I extended BridgeCard a fair bit, so that it now allows parameters to be set from the request. This required changing the prototype of many methods!

dvikan commented 1 week ago

thanks for the pr!

in my humble opinion, this is too much code, too many changes and too much increased complexity for this feature.