Skip to content
GitLab
Projects
Groups
Snippets
/
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
Menu
Open sidebar
classement
classement
Commits
64f712ea
Commit
64f712ea
authored
Oct 22, 2022
by
Zéfling
🎨
Browse files
Version 1.1.3
parent
5d03cc7e
Changes
4
Hide whitespace changes
Inline
Side-by-side
CHANGELOG.md
View file @
64f712ea
# Changelog - Standalone web app & API
## 1.1.3 (2022-10-22)
### Standalone web app
-
fix tile title color with annotation
-
fix tile title position without image
-
fix background preview
### With API activited only
-
remove url for tile with no image
## 1.1.2 (2022-10-18)
### Standalone web app
...
...
package.json
View file @
64f712ea
{
"name"
:
"classement"
,
"version"
:
"1.1.
2
"
,
"version"
:
"1.1.
3
"
,
"scripts"
:
{
"postinstall"
:
"npm audit fix"
,
"ng"
:
"ng"
,
...
...
src/app/content/home/classement-home.component.ts
View file @
64f712ea
...
...
@@ -9,7 +9,7 @@ import { environment } from 'src/environments/environment';
styleUrls
:
[
'
./classement-home.component.scss
'
],
})
export
class
ClassementHomeComponent
{
version
=
'
1.1.
2
'
;
version
=
'
1.1.
3
'
;
modeApi
=
environment
.
api
?.
active
||
false
;
}
src/index.html
View file @
64f712ea
...
...
@@ -3,6 +3,10 @@
<head>
<meta
charset=
"utf-8"
/>
<title>
Classement
</title>
<meta
nam=
"description"
content=
"Webapp for easy creation of tierlists. Works with copy-paste or drag'n drop."
/>
<base
href=
"/"
/>
<meta
name=
"viewport"
content=
"width=device-width, initial-scale=1"
/>
<link
rel=
"icon"
type=
"image/x-icon"
href=
"favicon.svg"
/>
...
...
Write
Preview
Supports
Markdown
0%
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!
Cancel
Please
register
or
sign in
to comment