Skip to content

Conversation

@victoryforphil
Copy link
Contributor

Implement 'Suron', a full-featured Next.js MinIO file browser and uploader, to provide a modern, general-purpose client with multi-connection management and resumable uploads.

This PR establishes the core application, including:

  • Multi-connection management (inspired by Redis Insight) for MinIO instances, with local storage persistence.
  • A Google Drive-like file browser with breadcrumb navigation, file/folder listing, and basic operations (download, delete, create folder/bucket).
  • A resumable file upload system using presigned URLs for large and multiple files.
  • A modern UI/UX built with Next.js, Tailwind CSS, Shadcn UI, and tRPC, aligning with the Hydra_hub project's design language.

Open in Cursor Open in Web

Includes configuration files, README, and initial component setup.

Co-authored-by: alex.carter <alex.carter@flyzipline.com>
@cursor
Copy link

cursor bot commented Oct 8, 2025

Cursor Agent can help with this pull request. Just @cursor in comments and I'll start working on changes in this branch.
Learn more about Cursor Agents

@victoryforphil victoryforphil marked this pull request as ready for review October 8, 2025 02:46
Copy link

@cursor cursor bot left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

This is the final PR Bugbot will review for you during this billing cycle

Your free Bugbot reviews will reset on November 17

Details

You are on the Bugbot Free tier. On this plan, Bugbot will review limited PRs each billing cycle.

To receive Bugbot reviews on all of your PRs, visit the Cursor dashboard to activate Pro and start your 14-day free trial.

import type { ToastActionElement, ToastProps } from "@/components/ui/toast"

const TOAST_LIMIT = 1
const TOAST_REMOVE_DELAY = 1000000
Copy link

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Bug: Toast Notifications Persist Unreasonably Long

The TOAST_REMOVE_DELAY constant is set to 1,000,000 milliseconds, which causes toast notifications to remain visible for over 16 minutes. This excessive duration creates a poor user experience by keeping toasts on screen far longer than typical, potentially cluttering the UI. It looks like this value might be a typo, as standard toast durations are usually a few seconds.

Fix in Cursor Fix in Web

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

3 participants