Skip to content
GitLab
Explore
Sign in
Register
Primary navigation
Search or go to…
Project
V
Virtual Keyboard
Manage
Activity
Members
Labels
Plan
Issues
Issue boards
Milestones
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Build
Pipelines
Jobs
Pipeline schedules
Artifacts
Deploy
Releases
Package Registry
Model registry
Operate
Terraform modules
Analyze
Value stream analytics
Contributor analytics
CI/CD analytics
Repository analytics
Model experiments
Help
Help
Support
GitLab documentation
Compare GitLab plans
Community forum
Contribute to GitLab
Provide feedback
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
Escriptorium
Virtual Keyboard
Commits
1f472f27
Commit
1f472f27
authored
3 years ago
by
Valentin Rigal
Browse files
Options
Downloads
Patches
Plain Diff
Remove background script
parent
ff371c41
No related branches found
No related tags found
2 merge requests
!4
Setup CI
,
!3
Setup the stack to use Vue in both the web extension and a regular html form
Changes
3
Hide whitespace changes
Inline
Side-by-side
Showing
3 changed files
src/background.js
+0
-4
0 additions, 4 deletions
src/background.js
src/manifest.json
+0
-6
0 additions, 6 deletions
src/manifest.json
vue.config.js
+1
-7
1 addition, 7 deletions
vue.config.js
with
1 addition
and
17 deletions
src/background.js
deleted
100644 → 0
+
0
−
4
View file @
ff371c41
browser
.
runtime
.
onMessage
.
addListener
(
function
(
request
,
sender
,
sendResponse
)
{
console
.
log
(
"
Hello from the background
"
);
console
.
log
(
request
,
sender
,
sendResponse
);
});
This diff is collapsed.
Click to expand it.
src/manifest.json
+
0
−
6
View file @
1f472f27
...
...
@@ -13,12 +13,6 @@
"48"
:
"icons/keyboard-48.png"
,
"128"
:
"icons/keyboard-128.png"
},
"background"
:
{
"scripts"
:
[
"js/background.js"
],
"persistent"
:
false
},
"browser_action"
:
{
"default_popup"
:
"popup.html"
,
"default_title"
:
"Virtual keyboard"
,
...
...
This diff is collapsed.
Click to expand it.
vue.config.js
+
1
−
7
View file @
1f472f27
...
...
@@ -13,12 +13,6 @@ module.exports = {
},
},
pluginOptions
:
{
browserExtension
:
{
componentOptions
:
{
background
:
{
entry
:
"
src/background.js
"
,
},
},
},
browserExtension
:
{},
},
};
This diff is collapsed.
Click to expand it.
Preview
0%
Loading
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Save comment
Cancel
Please
register
or
sign in
to comment