mirror of
https://github.com/XFox111/TabsAsideExtension.git
synced 2026-07-02 19:52:47 +03:00
Compare commits
3 Commits
| Author | SHA1 | Date | |
|---|---|---|---|
| 2b7171805c | |||
| 7158e0cbad | |||
| ff96b3de99 |
@@ -15,7 +15,7 @@ body:
|
|||||||
attributes:
|
attributes:
|
||||||
label: Description
|
label: Description
|
||||||
description: A clear and concise description of what the bug is.
|
description: A clear and concise description of what the bug is.
|
||||||
placeholder: e.g. Sometimes when generating a password not all character sets are included
|
placeholder: e.g. Sometimes clicking on the extension icon doesn't open the side panel
|
||||||
validations:
|
validations:
|
||||||
required: true
|
required: true
|
||||||
|
|
||||||
@@ -105,3 +105,5 @@ body:
|
|||||||
required: true
|
required: true
|
||||||
- label: The provided reproduction is a minimal reproducible example of the bug.
|
- label: The provided reproduction is a minimal reproducible example of the bug.
|
||||||
required: true
|
required: true
|
||||||
|
- label: This issue was written in English.
|
||||||
|
required: true
|
||||||
|
|||||||
@@ -60,3 +60,5 @@ body:
|
|||||||
options:
|
options:
|
||||||
- label: Check that there isn't already an issue that request the same feature to avoid creating a duplicate.
|
- label: Check that there isn't already an issue that request the same feature to avoid creating a duplicate.
|
||||||
required: true
|
required: true
|
||||||
|
- label: This issue was written in English.
|
||||||
|
required: true
|
||||||
|
|||||||
@@ -11,7 +11,7 @@ export default function useSettingsReviewDialog(dialog: DialogContextType): Prom
|
|||||||
if (needsReview.length > 0)
|
if (needsReview.length > 0)
|
||||||
dialog.pushCustom(
|
dialog.pushCustom(
|
||||||
<SettingsReviewDialog />,
|
<SettingsReviewDialog />,
|
||||||
undefined,
|
"alert",
|
||||||
() =>
|
() =>
|
||||||
{
|
{
|
||||||
settingsForReview.removeValue();
|
settingsForReview.removeValue();
|
||||||
|
|||||||
@@ -11,7 +11,7 @@ export default function useWelcomeDialog(dialog: DialogContextType): Promise<voi
|
|||||||
if (showWelcome || import.meta.env.DEV)
|
if (showWelcome || import.meta.env.DEV)
|
||||||
dialog.pushCustom(
|
dialog.pushCustom(
|
||||||
<WelcomeDialog />,
|
<WelcomeDialog />,
|
||||||
undefined,
|
"alert",
|
||||||
() =>
|
() =>
|
||||||
{
|
{
|
||||||
showWelcomeDialog.removeValue();
|
showWelcomeDialog.removeValue();
|
||||||
|
|||||||
@@ -46,5 +46,9 @@
|
|||||||
"web-ext-run": {
|
"web-ext-run": {
|
||||||
"tmp": "^0.2.6"
|
"tmp": "^0.2.6"
|
||||||
}
|
}
|
||||||
|
},
|
||||||
|
"allowScripts": {
|
||||||
|
"esbuild": true,
|
||||||
|
"spawn-sync": true
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|||||||
Reference in New Issue
Block a user