Skip to content

Releases: Zoraiyo/dash-server-file-browser

v0.2.0

27 Apr 19:19

Choose a tag to compare

Add

  • Icons for files and directories
  • Dark mode switch in demo.py

v0.1.0 Initial Release

06 Apr 18:15

Choose a tag to compare

Added

  • Dash All-In-One component FileBrowserAIO to browse directories on the server
    • Implemented as Modal from dash-bootstrap-components
    • Navigate in a defined directory and its sub-directories
    • The FileBrowserAIO returns the selected directory via a dcc.Store component
  • Simple demo to demonstrate usage