mirror of
https://github.com/AppFlowy-IO/AppFlowy.git
synced 2024-08-30 18:12:39 +00:00
chore: adjust select option editor (#4980)
* chore: adjust wording of hint * chore: remove unnecessary add button * chore: pdate select_option_editor.dart * chore: udate en.json
This commit is contained in:
parent
755083509f
commit
477e43b5e6
@ -205,19 +205,6 @@ class _Title extends StatelessWidget {
|
|||||||
color: Theme.of(context).hintColor,
|
color: Theme.of(context).hintColor,
|
||||||
),
|
),
|
||||||
),
|
),
|
||||||
Padding(
|
|
||||||
padding: const EdgeInsets.symmetric(
|
|
||||||
horizontal: 4.0,
|
|
||||||
),
|
|
||||||
child: FlowyIconButton(
|
|
||||||
onPressed: onPressedAddButton,
|
|
||||||
width: 18,
|
|
||||||
icon: const FlowySvg(
|
|
||||||
FlowySvgs.add_s,
|
|
||||||
),
|
|
||||||
iconColorOnHover: Theme.of(context).colorScheme.onSecondary,
|
|
||||||
),
|
|
||||||
),
|
|
||||||
],
|
],
|
||||||
),
|
),
|
||||||
),
|
),
|
||||||
|
@ -733,9 +733,9 @@
|
|||||||
"blueColor": "Blue",
|
"blueColor": "Blue",
|
||||||
"deleteTag": "Delete tag",
|
"deleteTag": "Delete tag",
|
||||||
"colorPanelTitle": "Color",
|
"colorPanelTitle": "Color",
|
||||||
"panelTitle": "Select an option or create one",
|
"panelTitle": "Select an option",
|
||||||
"searchOption": "Search for an option",
|
"searchOption": "Search for an option",
|
||||||
"searchOrCreateOption": "Search or create an option...",
|
"searchOrCreateOption": "Search...",
|
||||||
"createNew": "Create a new",
|
"createNew": "Create a new",
|
||||||
"orSelectOne": "Or select an option",
|
"orSelectOne": "Or select an option",
|
||||||
"typeANewOption": "Type a new option",
|
"typeANewOption": "Type a new option",
|
||||||
@ -1437,4 +1437,4 @@
|
|||||||
"noNetworkConnected": "No network connected"
|
"noNetworkConnected": "No network connected"
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
Loading…
Reference in New Issue
Block a user