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
51c1456d
Commit
51c1456d
authored
Nov 22, 2022
by
Zéfling
🎨
Browse files
Version 1.5.3
parent
d01ba0b7
Changes
3
Hide whitespace changes
Inline
Side-by-side
CHANGELOG.md
View file @
51c1456d
# Changelog - Standalone web app & API
## 1.5.3 (2022-11-22)
### Standalone web app
-
add backdrop filter
### With API activited only
-
fix loading tiles on homepage
-
don't load unnecessary images
## 1.5.2 (2022-11-21)
### Standalone web app
...
...
package.json
View file @
51c1456d
{
"name"
:
"classement"
,
"version"
:
"1.5.
2
"
,
"version"
:
"1.5.
3
"
,
"scripts"
:
{
"postinstall"
:
"npm audit fix"
,
"ng"
:
"ng"
,
...
...
src/app/content/home/classement-home.component.ts
View file @
51c1456d
...
...
@@ -17,7 +17,7 @@ import { environment } from 'src/environments/environment';
styleUrls
:
[
'
./classement-home.component.scss
'
],
})
export
class
ClassementHomeComponent
{
version
=
'
1.5.
2
'
;
version
=
'
1.5.
3
'
;
modeApi
=
environment
.
api
?.
active
||
false
;
...
...
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