ipfs-webui icon indicating copy to clipboard operation
ipfs-webui copied to clipboard

A frontend for an IPFS Kubo node.

Results 257 ipfs-webui issues
Sort by recently updated
recently updated
newest added

The package itself hasn't seen any meaningful improvements over many years and it has been [formally deprecated](https://react.dev/blog/2025/02/14/sunsetting-create-react-app) in Febuary. It seems like a lot of #1965 tasks are dependent on...

Fixes #2350 ## Summary This PR adds a centralized keyboard shortcuts system using React Context, making it easier to manage and customize keyboard shortcuts throughout the application. ## Changes -...

**Is your feature request related to a problem? Please describe.** We should allow users to configure the log level of their Kubo node from the webui settings screen. **Describe the...

help wanted
P2
status/ready
good first issue
kind/enhancement
exp/beginner
effort/hours
area/screen/settings

Addresses #2294 Added option to change kubo log level in the settings page. On startup the log level will be read from local storage and applied to kubo. Log level...

### Description - Resolve https://github.com/ipfs/ipfs-webui/issues/961 - Add content for missing file, this happens when user attempts to view file that is not presented in MFS ![Screenshot 2568-03-15 at 09 52...

# Migrate Box Component to TypeScript ## Changes - Converted `Box` component from JavaScript to TypeScript - Added proper type definitions and interfaces - Improved type safety and developer experience...

Fixes #1617 ## Summary This PR improves the context menu behavior while following the TypeScript migration guidelines. It ensures proper typing and modern React patterns while fixing the context menu...

### Description - Fulfill https://github.com/ipfs/ipfs-webui/issues/2349 - Migrate components in Welcome page to Typescript, primary tackle components that is not depended to Redux state - Move base components `Box` and `Shell`...