This website works better with JavaScript.
Home
Explore
Help
Sign In
noah
/
watershed
Watch
1
Star
0
Fork
0
Code
Issues
0
Pull Requests
0
Projects
0
Releases
0
Wiki
Activity
Browse Source
add css for browser popup err messages
py3-upgrade
Noah Hall
4 years ago
parent
118ee83eab
commit
00087f19d6
3 changed files
with
9 additions
and
1 deletions
Split View
Diff Options
Show Stats
Download Patch File
Download Diff File
+6
-0
browser/src/css/main.css
+2
-0
browser/src/js/UI.js
+1
-1
package.json
+ 6
- 0
browser/src/css/main.css
View File
@ -64,3 +64,9 @@
margin
:
.
5em
;
border-radius
:
.
5em
;
}
.
error
{
background-color
:
#
d33682
;
color
:
#
eee8d5
;
border-radius
:
.
5em
;
}
+ 2
- 0
browser/src/js/UI.js
View File
@ -90,6 +90,8 @@ export default class UI {
return
true
}
else
{
console
.
log
(
"login fail"
)
error
(
'Please try to log in again.'
)
return
false
}
}
)
+ 1
- 1
package.json
View File
@ -33,7 +33,7 @@
"react-youtube"
:
"^7.5.0"
,
"sass-loader"
:
"^6.0.6"
,
"style-loader"
:
"^0.20.1"
,
"webpack"
:
"^
3.0.0
"
,
"webpack"
:
"^
4.8.3
"
,
"webpack-bundle-tracker"
:
"0.2.1"
}
}
Write
Preview
Loading…
Cancel
Save