openzim / nautilus-webui

SaaS Web UI for nautilus
GNU General Public License v3.0
2 stars 0 forks source link

Add metadata editor interface #53

Closed FledgeXu closed 1 year ago

FledgeXu commented 1 year ago

Goal

The goal of this PR is to add an interface to Nautilus for modifying the file Metadata.

Abstract

When users enable the edit mode, there are two situations:

  1. users didn't select any files, and the change will apply on all files.
  2. users selected some files, and the change will apply on selected files.
FledgeXu commented 1 year ago

Edit toggle now properly switches the UI to all forms as expected but but changes are not saved! Clicking on Upload to change mode does nothing but toggle the UI back to upload mode: no modal, no saving, nothing.

My Bad, I refactor the function name but forget to rename the property.

FledgeXu commented 1 year ago

The problem with Edit/Upload not working should be fixed. Regarding the pointer form issue, it looks like it changes by default, and I'm not quite sure what I need to change it to.