Skip to content
GitLab
Menu
Projects
Groups
Snippets
/
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
Menu
Open sidebar
angular
twitter-archive
Commits
5f3ce2a9
Commit
5f3ce2a9
authored
Feb 17, 2019
by
Zéfling
🎨
Browse files
Change version
parent
49f00a17
Changes
5
Expand all
Hide whitespace changes
Inline
Side-by-side
dist/twitter-archive/index.html
View file @
5f3ce2a9
...
...
@@ -8,10 +8,10 @@
<meta
name=
"viewport"
content=
"width=device-width, initial-scale=1"
>
<link
rel=
"icon"
type=
"image/x-icon"
href=
"favicon.ico"
>
<link
rel=
"stylesheet"
href=
"styles.
0253abd6d1f8685b92e
c.css"
></head>
<link
rel=
"stylesheet"
href=
"styles.
5528d23a887a8d771f0
c.css"
></head>
<body>
<app-root></app-root>
<script
type=
"text/javascript"
src=
"runtime.b2cdafc9eb8bc46e47e2.js"
></script><script
type=
"text/javascript"
src=
"polyfills.7994d8375dd8da324a64.js"
></script><script
type=
"text/javascript"
src=
"scripts.94ccfd4a6bad79bde8b0.js"
></script><script
type=
"text/javascript"
src=
"main.
e91d1a609ac3a129c4c4
.js"
></script></body>
<script
type=
"text/javascript"
src=
"runtime.b2cdafc9eb8bc46e47e2.js"
></script><script
type=
"text/javascript"
src=
"polyfills.7994d8375dd8da324a64.js"
></script><script
type=
"text/javascript"
src=
"scripts.94ccfd4a6bad79bde8b0.js"
></script><script
type=
"text/javascript"
src=
"main.
335c1c98dc50ccc191fe
.js"
></script></body>
</html>
\ No newline at end of file
dist/twitter-archive/main.
e91d1a609ac3a129c4c4
.js
→
dist/twitter-archive/main.
335c1c98dc50ccc191fe
.js
View file @
5f3ce2a9
This diff is collapsed.
Click to expand it.
dist/twitter-archive/styles.0253abd6d1f8685b92ec.css
deleted
100644 → 0
View file @
49f00a17
:root
{
--panel-bg-color
:
rgb
(
237
,
237
,
237
);
--panel-bd-color
:
rgb
(
188
,
188
,
188
);
--item-bd-color
:
rgb
(
0
,
0
,
0
,
.1
);
--item-bd-empty-color
:
rgb
(
0
,
0
,
0
,
.05
);
--item-bd-disable-color
:
rgb
(
0
,
0
,
0
,
.01
);
--item-bd-hover-color
:
rgb
(
0
,
0
,
0
,
.2
);
--item-color
:
rgb
(
165
,
113
,
154
)}
\ No newline at end of file
dist/twitter-archive/styles.5528d23a887a8d771f0c.css
0 → 100644
View file @
5f3ce2a9
:root
{
--panel-bg-color
:
rgb
(
237
,
237
,
237
);
--panel-bd-color
:
rgb
(
188
,
188
,
188
);
--panel-shadow
:
0
0
6px
-1px
rgba
(
0
,
0
,
0
,
0.5
);
--item-bd-color
:
rgb
(
0
,
0
,
0
,
.1
);
--item-bd-empty-color
:
rgb
(
0
,
0
,
0
,
.05
);
--item-bd-disable-color
:
rgb
(
0
,
0
,
0
,
.01
);
--item-bd-hover-color
:
rgb
(
0
,
0
,
0
,
.2
);
--item-color
:
#1a38dd
;
--item-color-hover
:
#12570e
;
--item-color-selected
:
#be14f3
}
\ No newline at end of file
src/app/app.component.ts
View file @
5f3ce2a9
...
...
@@ -12,7 +12,7 @@ import { AppService } from './app.service';
]
})
export
class
AppComponent
{
version
=
'
0.
4
.0
'
;
version
=
'
0.
5
.0
'
;
isInit
=
false
;
...
...
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment