feat: report issue popup (#261)
* feat: report issue popup * style: modified styles in feedback form * chore: minor UI fixes * chore: update useEffect * chore: change width to 400px --------- Co-authored-by: doprz <52579214+doprz@users.noreply.github.com> Co-authored-by: Isaiah David Rodriguez <51803892+IsaDavRod@users.noreply.github.com>
This commit is contained in:
@@ -140,6 +140,7 @@ export default defineConfig({
|
||||
renameFile('src/pages/debug/index.html', 'debug.html'),
|
||||
renameFile('src/pages/options/index.html', 'options.html'),
|
||||
renameFile('src/pages/calendar/index.html', 'calendar.html'),
|
||||
renameFile('src/pages/report/index.html', 'report.html'),
|
||||
],
|
||||
resolve: {
|
||||
alias: {
|
||||
@@ -171,6 +172,10 @@ export default defineConfig({
|
||||
target: 'http://localhost:5173',
|
||||
rewrite: path => path.replace('options', 'src/pages/options/index'),
|
||||
},
|
||||
'/report.html': {
|
||||
target: 'http://localhost:5173',
|
||||
rewrite: path => path.replace('report', 'src/pages/report/index'),
|
||||
},
|
||||
},
|
||||
},
|
||||
build: {
|
||||
@@ -179,6 +184,7 @@ export default defineConfig({
|
||||
debug: 'src/pages/debug/index.html',
|
||||
calendar: 'src/pages/calendar/index.html',
|
||||
options: 'src/pages/options/index.html',
|
||||
report: 'src/pages/report/index.html',
|
||||
},
|
||||
// output: {
|
||||
// entryFileNames: `[name].js`, // otherwise it will add the hash
|
||||
|
||||
Reference in New Issue
Block a user