uptick / react-keyed-file-browser

Folder based file browser given a flat keyed list of objects, powered by React.
MIT License
298 stars 144 forks source link

feature: separate action bar renderer #188

Open tmarcinkowski-logitech opened 3 years ago

tmarcinkowski-logitech commented 3 years ago

Description

I have extracted existing markup wrapping both actions and filtered rendered into separate ActionBar renderer. I needed more flexibility to style this the way I wanted.

Changelog

How Has This Been Tested?

Checklist:

dreadera commented 3 years ago

Hello 👋

I'd like for all PRs to follow a template going forward to help with keeping track :) You can find the template here.

Other then that the PR name format should be the following. feature: feature description fix: fix description

tmarcinkowski-logitech commented 3 years ago

Hello 👋

I'd like for all PRs to follow a template going forward to help with keeping track :) (...)

I've updated all my PRs ;)

BTW you're sure you mean feature (full wording) instead of feat like in Conventional Commits?

dreadera commented 3 years ago

Thank you 🔥 and I prefer feature but you could also do feat as long as the PR title follows the same format :)