mirror of
https://github.com/paperless-ngx/paperless-ngx.git
synced 2025-12-13 18:17:02 +01:00
Feature: processed mail UI (#10866)
This commit is contained in:
parent
1cdd8d9ba8
commit
19a54b3b23
18 changed files with 824 additions and 8 deletions
|
|
@ -51,6 +51,7 @@ import {
|
|||
check,
|
||||
check2All,
|
||||
checkAll,
|
||||
checkCircle,
|
||||
checkCircleFill,
|
||||
checkLg,
|
||||
chevronDoubleLeft,
|
||||
|
|
@ -60,6 +61,7 @@ import {
|
|||
clipboardCheck,
|
||||
clipboardCheckFill,
|
||||
clipboardFill,
|
||||
clockHistory,
|
||||
dash,
|
||||
dashCircle,
|
||||
diagram3,
|
||||
|
|
@ -263,6 +265,7 @@ const icons = {
|
|||
check,
|
||||
check2All,
|
||||
checkAll,
|
||||
checkCircle,
|
||||
checkCircleFill,
|
||||
checkLg,
|
||||
chevronDoubleLeft,
|
||||
|
|
@ -272,6 +275,7 @@ const icons = {
|
|||
clipboardCheck,
|
||||
clipboardCheckFill,
|
||||
clipboardFill,
|
||||
clockHistory,
|
||||
dash,
|
||||
dashCircle,
|
||||
diagram3,
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue