Skip to content

Feature Request: Rename file #162

@MarcHagen

Description

@MarcHagen

Hi there,
Love the plugin/addon/script. The only thing i'm really missing is a rename file option.
It would be great if that can be added just above the file delete button.

Also small bug is that the button is not full width:
image
And i think you have the classes on the wrong item.

var dd_delete = document.createElement('li');
dd_delete.classList.add("waves-effect", "fb_dd");
var dd_delete_a = document.createElement('a');

Should be this to be inline with the download button:

        var dd_delete = document.createElement('li');
        var dd_delete_a = document.createElement('a');
        dd_delete_a.classList.add("waves-effect", "fb_dd");

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions