UI update
This commit is contained in:
@ -21,5 +21,5 @@ export function pagesLabel(entry) {
|
||||
if (!entry.selectedPages || entry.selectedPages.size === 0) return 'Нет';
|
||||
if (entry.selectedPages.size === entry.totalPages) return 'Все';
|
||||
if (entry.selectedPages.size === 1) return `стр. ${[...entry.selectedPages][0]}`;
|
||||
return `${entry.selectedPages.size} из ${entry.totalPages}`;
|
||||
return `${entry.selectedPages.size}/${entry.totalPages} стр.`;
|
||||
}
|
||||
|
||||
@ -7,8 +7,8 @@ export const QUALITIES = [
|
||||
];
|
||||
|
||||
export const COLOR_MODES = [
|
||||
{ id: 'bw', label: 'Чб' },
|
||||
{ id: 'color', label: 'Цвет' }
|
||||
{ id: 'bw', label: 'Черно-белая' },
|
||||
{ id: 'color', label: 'Цветная' }
|
||||
];
|
||||
|
||||
export const FORMATS = ['A4', 'A5'];
|
||||
|
||||
Reference in New Issue
Block a user