Skip to content

v0.0.7

Compare
Choose a tag to compare
@richardnguyen99 richardnguyen99 released this 15 Dec 04:51
· 37 commits to main since this release

Add Account page

  • Contain email and display_name as basic information of the logged in account
  • Add update_display_name component
  • Add delete_account component

Add History page

  • Contain a log of activities associated with the account
  • Support registration, generation, revocation and update types of history log

Update docs/ pages for documentation

  • Add documentations for search and details pages

API endpoints

  • Add profile/update_name/<new_name> for updating display name
  • Add profile/delete for deleting logged in account and removing associated data
  • Update CORS and caching policy

Misc

  • Add modal component for global displaying
  • Add shorthand and provider
  • Add prismjs for code syntax highlighting
  • Add privacy endpoint regarding Privacy policy