cloudcmd v8.4.0
Columns
In Cloud Commander v8.4.0 process of adding new columns style simplified drastically 😎.
All you need to do is:
- create file
new-name-size.cssin css/columns directory
.owner {
display: none;
}- add new option with a name of
cssfile in tmpl/config.tmpl
<select data-name="js-columns" class="form-control full-width" title="Columns">
<option {{ new-name-size-selected }}>new-name-size</option>
</select>- add
requireofcssfile in client/cloudcmd.js
require('../css/columns/new-name-size.css');- create commit with your changes
- push changes to fork of
cloudcmdin your namespace - create pull ruquest
This should be enough to add new columns style to Cloud Commander 😉.
feature
- (name-size-date) improve view
- (columns) add name-size (#139)
- (package) redrun v6.0.0
- (package) url-loader v1.0.1
- (app) add CLOUDCMD_COLUMNS