issues
search
marchhq
/
march
building a second brain for next generation makers;
GNU General Public License v3.0
40
stars
48
forks
source link
In app feedback
#101
Closed
madhav-relish
closed
1 month ago
madhav-relish
commented
1 month ago
Summary
This PR fixes #90
Changes Made
Added a modal provider in the app.
Added feedback modal which can be opened by clicking on the '?' icon or pressing cmd+f or ctrl+f on the keyboard.
User can attach photos and videos with up to max size of 5MB
The feedback will go to the receiver's email address as a mail and files as an attachment
The BE route is implemented using nodemailer and files.
If any error comes the user gets a toast message.
Added darkmode
Summary This PR fixes #90
Changes Made