Skip to content
This repository was archived by the owner on Jan 27, 2025. It is now read-only.

Conversation

jlo-1
Copy link
Contributor

@jlo-1 jlo-1 commented Mar 5, 2019

  • Updated to Webpack 4 and Babel 7 to support storybooks.
  • Installed and configured storybooks for easier development and provided some stories.
  • Merged in icon pull requests.
  • Linting

Includes fixes for the following Issues:
#45

Includes PRs:
#46
#47

icons, canFilter, filterRendererProps,
filterRenderer: FilterRenderer, onCreateFolder,
onRenameFile, onRenameFolder, onDeleteFile, onDeleteFolder,
onRenameFile, onRenameFolder, onDeleteFile, onDeleteFolder, onDownloadFile,
Copy link
Member

Choose a reason for hiding this comment

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

Not sure about adding downLoadFile.. In our own implementation, this sits within the detail view renderer. Is there something more generic we could offer, for users to build their own actions?

FolderOpen: <i className="fa fa-folder-open-o" aria-hidden="true" />,
Delete: <i className="fa fa-trash-o" aria-hidden="true" />,
Loading: <i className="fa fa-circle-o-notch fa-spin" aria-hidden="true" />,
Download: <i className="fa fa-download" aria-hidden="true" />,
Copy link
Member

Choose a reason for hiding this comment

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

Can the mappings here be just from object to class, rather than rendering the whole tag?
ie.
Image: fa fa-image-o,

Copy link
Member

@jarekwg jarekwg left a comment

Choose a reason for hiding this comment

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

Great!

@jlo-1 jlo-1 merged commit 5f93f73 into master Mar 7, 2019
@jlo-1 jlo-1 deleted the upgrade/webpack4-and-storybooks branch March 7, 2019 04:36
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

3 participants