mirror of
https://github.com/Xevion/paperless-mobile.git
synced 2025-12-09 10:08:00 -06:00
feat: Finalize bulk edits and reworked form fields
This commit is contained in:
@@ -35,6 +35,7 @@ class AddTagPage extends StatelessWidget {
|
||||
colorPickerType: ColorPickerType.materialPicker,
|
||||
initialValue: Color((Random().nextDouble() * 0xFFFFFF).toInt())
|
||||
.withOpacity(1.0),
|
||||
readOnly: true,
|
||||
),
|
||||
FormBuilderCheckbox(
|
||||
name: Tag.isInboxTagKey,
|
||||
|
||||
@@ -32,7 +32,8 @@ class EditTagPage extends StatelessWidget {
|
||||
decoration: InputDecoration(
|
||||
label: Text(S.of(context)!.color),
|
||||
),
|
||||
colorPickerType: ColorPickerType.blockPicker,
|
||||
colorPickerType: ColorPickerType.materialPicker,
|
||||
readOnly: true,
|
||||
),
|
||||
FormBuilderCheckbox(
|
||||
initialValue: tag.isInboxTag,
|
||||
|
||||
Reference in New Issue
Block a user