Implements new blankslate explaining how to start creating prompts and logging data with the SDK and API.
Refactored the Tabs component to use the new Tabs component from @latitude-data/web-ui.
Removed the local Tabs component and its type definition from SettingsTabs.tsx.
Updated SettingsTabs to use the new Tabs component and its children rendering pattern.
Added a new AddFileButton component to allow users to create a prompt from scratch.
Created DocumentsClient component to handle the display of usage examples for SDK and API.
Updated DocumentsPage to include AddFileButton and DocumentsClient for better user guidance.
Adjusted styles and class names for consistency and better UI alignment.
Fixed text size inconsistencies in email templates and other components.
These changes improve the modularity and reusability of the Tabs component, enhance the user experience by providing clear options for creating prompts and importing logs, and ensure consistent styling across the application.
Implements new blankslate explaining how to start creating prompts and logging data with the SDK and API.
@latitude-data/web-ui
.SettingsTabs.tsx
.SettingsTabs
to use the new Tabs component and its children rendering pattern.AddFileButton
component to allow users to create a prompt from scratch.DocumentsClient
component to handle the display of usage examples for SDK and API.DocumentsPage
to includeAddFileButton
andDocumentsClient
for better user guidance.These changes improve the modularity and reusability of the Tabs component, enhance the user experience by providing clear options for creating prompts and importing logs, and ensure consistent styling across the application.