mirror of
https://github.com/plankanban/planka.git
synced 2025-07-18 20:59:44 +02:00
Add user settings modal
This commit is contained in:
parent
ce1e1f741d
commit
c4acb3eb24
29 changed files with 570 additions and 455 deletions
|
@ -32,7 +32,7 @@ const createReceiver = () => {
|
|||
}
|
||||
firstFileHandled = true;
|
||||
|
||||
const resize = sharp().resize(36, 36).jpeg();
|
||||
const resize = sharp().resize(100, 100).jpeg();
|
||||
|
||||
const transform = new stream.Transform({
|
||||
transform(chunk, streamEncoding, callback) {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue