Skip to content

Commit

Permalink
Merge pull request #586 from danactive/danactive/organize-thumbs
Browse files Browse the repository at this point in the history
Organize Previews: Add page to sort thumbnail previews
  • Loading branch information
danactive committed Apr 7, 2024
2 parents 6f4af55 + 1e057bd commit 1af5508
Show file tree
Hide file tree
Showing 33 changed files with 883 additions and 266 deletions.
2 changes: 1 addition & 1 deletion api/server/plugins/rename/lib/index.js
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ const filenamer = require('./filenames');
const renamer = require('./rename');
const routes = require('../../../lib/routes');
const validation = require('../../../lib/validation');

// TODO copy to Next
const formatJson = (json) => ({ xml: json.xml, filenames: json.filenames });

const handler = (request) => new Promise((reply) => {
Expand Down
2 changes: 1 addition & 1 deletion api/server/plugins/rename/lib/rename.js
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ const path = require('path');

const exists = require('../../exists/lib/exists');
const utils = require('../../utils');

// TODO copy to Next
/*
Reassign associated filename based on file without extension
Expand Down
Loading

0 comments on commit 1af5508

Please sign in to comment.