Open TreyWW opened 6 months ago
hello @TreyWW , I am new to OSS, I am a first-timer, I just setup MyFinances , I am now good to go, give me an image please so I understand the Issue. Thanks a lot.
Hey @hussein-mamane,
Pretty much on the dashboard/receipts/
page we load all modals on load; instead we want to only load them when the user clicks either preview button. If you don't have knowledge of HTMX or django views this may not be the best first feature, as it's pretty complex with HTMX. You can look at our other views if you want to give it a shot.
on load you can see all images trying to be rendered, before we even preview them
I know django but not htmx, I will look for another issue. thanks.
If you have discord you can join our server, we have quite a lot of features listed only on there. We can have better discussions about them too.
I'll be there
What version of MyFinances are you currently using?
v0.4.0
What device type are you currently facing the issue on?
No response
Describe the bug
At the moment all modals get fetched on load, we should really just be only fetching modal on click like the rest of the app