revert back to pre-preact
some issues occurred in non-development environment. SIte hung up after infinite loading
use new image for default og-image
use preact on client for non-dev environments
Pushed 5 changes to palago-site
fix thankyoumsg card
Pushed 6 changes to palago-site
fix issues related to returning modified tiers from db to client
return only tiers that have not been "deleted"
Take and display screenshots on landing page
Pushed 1 change to palago-site
Slight delay cos i had stuffs going on but i finished taking screenshots and recorded videos to convert to gifs then posted them on the landing page
Rate limit number of non-user accounts a user can create
Adding a rate-limit in db and cache. I'm now going to limit the number of non-user accounts based on their pricing level in order to prevent abuse. #palago
Refactoring api file/image uploads
New file/image uploads through the api will be structured.
new format: /uploads/{type}/{date}/{user}/{filename}_${hash}/{file_extension}
old format: /{hash}.{file_extension}
new format: /uploads/{type}/{date}/{user}/{filename}_${hash}/{file_extension}
old format: /{hash}.{file_extension}
Pushed 4 changes to palago-site
Pushed 7 changes to palago-site
Pushed 3 changes to palago-site
Pushed 3 changes to palago-site
Improved pagination component based on API definitions, and improve conditions(restrictions) when creating new account
Added button to publish posts to an audience of choice
Pushed 3 changes to palago-site
Pushed 1 change to palago-site
Pushed 3 changes to palago-site
Pushed 6 changes to palago-site
Load more button for latest activities section works
I finally was able to figure out how to display additional transactions when a user clicks the "load more" button(apollo client fetchMore) at the "Latest activities" section on a profile page. #palago