removed many useless css code. Made it more good.
not that the gradients are not generated by AI, instead it is generated by online CSS gradient maker.
Don’t this that this is a AI generated/AI styled project. This site doesn’t have that much huge css to use AI.
The Login with Google button is copied by some article in Medium.
The gradient used in the home page Get Started button is custom made using CSS gradient generator
The background image and the animated phone image is generated by Chatgpt. I don’t know whether this is contributing to the AI feel 🥲🥲😭😭
UPDATE::
By asking to shipwrights, they say that it was flagged and AI because it used AI generated images, which is not allowed. So i made it my self using canva, here it is:
Added My invitations section that shows the invitations created by that user. From here user can see the invitation, creation date, and user can also delete the invitation.
Delete option will delete all files that are part of that invitation from the cdn, then delete the complete invitation from the db.
And also added some minor fixes such as:
implemented:
My website is basically a site that have many templates for different kind of event. A user can select a template , this will redirect to a form. Each template have entirely different forms , each form is created by the Admin using a jquery form builder ui.
Because these form structures are unknow to the server, the server dont know how much file input fields are there. so we cant set a limit on number of file input fields and per input size.
So I set a 50 MB total upload limit using formidable before sending files to hackclub cdn.
This makes the usage fair.
In the last devlog I shared a very large code to limit max total requiest size using busboy.
Yesterday , In a simple google search , the Google AI mode suggested me of Formidable
previously idk formidable …
So I learned about that , it made my code so tiny