- Enables creating a public org profile page with description and website at `/profile/<org slug>` - Updates current "Overview" page to be "Dashboard", found under `/dashboard` - Organizes org "General" settings tab by "General", "Profile", and "Developer Tools" - Adds sign up banner to log in page for consistent CTA banners - Updates copy and docs to support changes - Allows user to set collection to private, public, or unlisted - Adds route for public collection page with basic page layout - Refactors copy button to abstract clipboard functionality --------- Co-authored-by: Henry Wilkinson <henry@wilkinson.graphics> Co-authored-by: emma <hi@emma.cafe>
11 lines
215 B
TypeScript
11 lines
215 B
TypeScript
import "./ui";
|
|
import "./utils";
|
|
import "./document-title";
|
|
|
|
import("./orgs-list");
|
|
import("./not-found");
|
|
import("./screencast");
|
|
import("./beta-badges");
|
|
import("./detail-page-title");
|
|
import("./verified-badge");
|