Skip to content

UserPage

This component is the user page of the application. It allows the user to view their profile, files, transcripts, and GPT template.

Functions

UserPage()

function UserPage(): Element;

Defined in: src/pages/UserPage.tsx:46

The UserPage component.

This component is responsible for the following:

  • Displaying the user's profile.
  • Displaying the user's files.
  • Displaying the user's transcripts.
  • Displaying the user's GPT template.
  • Allowing the user to delete their files and transcripts.
  • Allowing the user to download their transcripts.
  • Allowing the user to save, update, and delete their GPT template.

Returns

Element

The UserPage component.