Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
L
logging-scratch-gui
Manage
Activity
Members
Labels
Plan
Issues
Issue boards
Milestones
Wiki
Requirements
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Snippets
Locked files
Build
Pipelines
Jobs
Pipeline schedules
Test cases
Artifacts
Deploy
Releases
Package registry
Model registry
Operate
Environments
Terraform modules
Monitor
Incidents
Service Desk
Analyze
Value stream analytics
Contributor analytics
CI/CD analytics
Repository analytics
Code review analytics
Issue analytics
Insights
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
David Goessmann
logging-scratch-gui
Commits
a74bb9af
Commit
a74bb9af
authored
6 years ago
by
Evelyn Eastmond
Browse files
Options
Downloads
Patches
Plain Diff
Renaming more variable names related to connection modal properties.
parent
a082d832
Branches
Branches containing commit
Tags
Tags containing commit
No related merge requests found
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
src/lib/libraries/extensions/index.jsx
+16
-16
16 additions, 16 deletions
src/lib/libraries/extensions/index.jsx
with
16 additions
and
16 deletions
src/lib/libraries/extensions/index.jsx
+
16
−
16
View file @
a74bb9af
...
...
@@ -21,19 +21,19 @@ import makeymakeyInsetIconURL from './makeymakey/makeymakey-small.svg';
import
microbitIconURL
from
'
./microbit/microbit.png
'
;
import
microbitInsetIconURL
from
'
./microbit/microbit-small.svg
'
;
import
microbit
PeripheralImage
from
'
./microbit/microbit-illustration.svg
'
;
import
microbit
SmallPeripheralImage
from
'
./microbit/microbit-small.svg
'
;
import
microbit
ConnectionIconURL
from
'
./microbit/microbit-illustration.svg
'
;
import
microbit
ConnectionSmallIconURL
from
'
./microbit/microbit-small.svg
'
;
import
ev3IconURL
from
'
./ev3/ev3.png
'
;
import
ev3InsetIconURL
from
'
./ev3/ev3-small.svg
'
;
import
ev3
PeripheralImage
from
'
./ev3/ev3-hub-illustration.svg
'
;
import
ev3
SmallPeripheralImage
from
'
./ev3/ev3-small.svg
'
;
import
ev3
ConnectionIconURL
from
'
./ev3/ev3-hub-illustration.svg
'
;
import
ev3
ConnectionSmallIconURL
from
'
./ev3/ev3-small.svg
'
;
import
wedo2IconURL
from
'
./wedo2/wedo.png
'
;
// TODO: Rename
wedo2Icon.png ?
?
import
wedo2InsetIconURL
from
'
./wedo2/wedo-small.svg
'
;
// TODO: Rename wedo2InsetIcon.png ??
import
wedo2
PeripheralImage
from
'
./wedo2/wedo-illustration.svg
'
;
// TODO: Rename wedo2ConnectionIcon.png ??
import
wedo2
SmallPeripheralImage
from
'
./wedo2/wedo-small.svg
'
;
// TODO: Rename wedo2ConnectionSmallIcon.png ??
import
wedo2
PeripheralButtonImage
from
'
./wedo2/wedo-button-illustration.svg
'
;
// TODO: Rename wedo2ConnectionInstructionIcon.png ??
import
wedo2IconURL
from
'
./wedo2/wedo.png
'
;
// TODO: Rename
file names to match variable/prop names
?
import
wedo2InsetIconURL
from
'
./wedo2/wedo-small.svg
'
;
import
wedo2
ConnectionIconURL
from
'
./wedo2/wedo-illustration.svg
'
;
import
wedo2
ConnectionSmallIconURL
from
'
./wedo2/wedo-small.svg
'
;
import
wedo2
ConnectionTipIconURL
from
'
./wedo2/wedo-button-illustration.svg
'
;
import
boostIconURL
from
'
./boost/boost.png
'
;
import
boostInsetIconURL
from
'
./boost/boost-small.svg
'
;
...
...
@@ -177,8 +177,8 @@ export default [
internetConnectionRequired
:
true
,
launchPeripheralConnectionFlow
:
true
,
useAutoScan
:
false
,
peripheralImage
:
microbit
PeripheralImage
,
smallPeripheralImage
:
microbit
SmallPeripheralImage
,
peripheralImage
:
microbit
ConnectionIconURL
,
smallPeripheralImage
:
microbit
ConnectionSmallIconURL
,
connectingMessage
:
(
<
FormattedMessage
defaultMessage
=
"Connecting"
...
...
@@ -207,8 +207,8 @@ export default [
internetConnectionRequired
:
true
,
launchPeripheralConnectionFlow
:
true
,
useAutoScan
:
false
,
peripheralImage
:
ev3
PeripheralImage
,
smallPeripheralImage
:
ev3
SmallPeripheralImage
,
peripheralImage
:
ev3
ConnectionIconURL
,
smallPeripheralImage
:
ev3
ConnectionSmallIconURL
,
connectingMessage
:
(
<
FormattedMessage
defaultMessage
=
"Connecting. Make sure the pin on your EV3 is set to 1234."
...
...
@@ -237,9 +237,9 @@ export default [
internetConnectionRequired
:
true
,
launchPeripheralConnectionFlow
:
true
,
useAutoScan
:
true
,
peripheralImage
:
wedo2
PeripheralImage
,
// TODO: Rename c
onnectionIconURL
??
smallPeripheralImage
:
wedo2
SmallPeripheralImage
,
// TODO: Rename c
onnectionSmallIconURL
??
peripheralButtonImage
:
wedo2
PeripheralButtonImage
,
// TODO: Rename connectionInstruction
IconURL
??
peripheralImage
:
wedo2
C
onnectionIconURL
,
smallPeripheralImage
:
wedo2
C
onnectionSmallIconURL
,
peripheralButtonImage
:
wedo2
ConnectionTip
IconURL
,
connectingMessage
:
(
<
FormattedMessage
defaultMessage
=
"Connecting"
...
...
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