mirror of
https://github.com/XFox111/TabsAsideExtension.git
synced 2026-07-02 19:52:47 +03:00
Compare commits
4 Commits
| Author | SHA1 | Date | |
|---|---|---|---|
| ccf5e5f363 | |||
| 2b7171805c | |||
| 7158e0cbad | |||
| ff96b3de99 |
@@ -15,7 +15,7 @@ body:
|
||||
attributes:
|
||||
label: Description
|
||||
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:
|
||||
required: true
|
||||
|
||||
@@ -105,3 +105,5 @@ body:
|
||||
required: true
|
||||
- label: The provided reproduction is a minimal reproducible example of the bug.
|
||||
required: true
|
||||
- label: This issue was written in English.
|
||||
required: true
|
||||
|
||||
@@ -60,3 +60,5 @@ body:
|
||||
options:
|
||||
- label: Check that there isn't already an issue that request the same feature to avoid creating a duplicate.
|
||||
required: true
|
||||
- label: This issue was written in English.
|
||||
required: true
|
||||
|
||||
@@ -117,7 +117,7 @@ jobs:
|
||||
with:
|
||||
name: chrome
|
||||
|
||||
- uses: wdzeng/chrome-extension@v1.3.0
|
||||
- uses: wdzeng/chrome-extension@v2.0.1
|
||||
with:
|
||||
extension-id: ${{ secrets.CHROME_EXT_ID }}
|
||||
zip-path: tabs-aside-*-chrome.zip
|
||||
@@ -135,7 +135,7 @@ jobs:
|
||||
with:
|
||||
name: chrome
|
||||
|
||||
- uses: wdzeng/edge-addon@v2.1.0
|
||||
- uses: wdzeng/edge-addon@v2.1.1
|
||||
with:
|
||||
product-id: ${{ secrets.EDGE_PRODUCT_ID }}
|
||||
zip-path: tabs-aside-*-chrome.zip
|
||||
@@ -152,7 +152,7 @@ jobs:
|
||||
with:
|
||||
name: firefox
|
||||
|
||||
- uses: wdzeng/firefox-addon@v1.2.0
|
||||
- uses: wdzeng/firefox-addon@v1.2.1
|
||||
with:
|
||||
addon-guid: ${{ secrets.FIREFOX_EXT_UUID }}
|
||||
xpi-path: tabs-aside-*-firefox.zip
|
||||
|
||||
@@ -22,7 +22,7 @@ jobs:
|
||||
extver=`jq -r ".version" package.json`
|
||||
echo "version=$extver" >> "$GITHUB_OUTPUT"
|
||||
|
||||
- uses: dev-build-deploy/release-me@v0.18.2
|
||||
- uses: dev-build-deploy/release-me@v1.0.0
|
||||
with:
|
||||
token: ${{ secrets.GITHUB_TOKEN }}
|
||||
prefix: v
|
||||
|
||||
@@ -11,7 +11,7 @@ export default function useSettingsReviewDialog(dialog: DialogContextType): Prom
|
||||
if (needsReview.length > 0)
|
||||
dialog.pushCustom(
|
||||
<SettingsReviewDialog />,
|
||||
undefined,
|
||||
"alert",
|
||||
() =>
|
||||
{
|
||||
settingsForReview.removeValue();
|
||||
|
||||
@@ -11,7 +11,7 @@ export default function useWelcomeDialog(dialog: DialogContextType): Promise<voi
|
||||
if (showWelcome || import.meta.env.DEV)
|
||||
dialog.pushCustom(
|
||||
<WelcomeDialog />,
|
||||
undefined,
|
||||
"alert",
|
||||
() =>
|
||||
{
|
||||
showWelcomeDialog.removeValue();
|
||||
|
||||
@@ -46,5 +46,9 @@
|
||||
"web-ext-run": {
|
||||
"tmp": "^0.2.6"
|
||||
}
|
||||
},
|
||||
"allowScripts": {
|
||||
"esbuild": true,
|
||||
"spawn-sync": true
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user