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
8f66fb51
Commit
8f66fb51
authored
Oct 16, 2022
by
Zéfling
🎨
Browse files
Version 1.1.0
parent
70eaadbd
Changes
4
Hide whitespace changes
Inline
Side-by-side
CHANGELOG.md
View file @
8f66fb51
# Changelog - Standalone web app & API
## 1.1.0 (2022-10-16)
### Standalone web app
-
add import / export all #8
-
add annotation #7
-
add maxlength for textarea
-
improve dark mode
### With API activited only
-
rewrite navigation
-
add page preview #3
-
better visibility for personnal derivatives
## 1.0.1 (2022-10-11)
### Standalone web app
...
...
README.md
View file @
8f66fb51
...
...
@@ -21,6 +21,7 @@ See `src/environments/environment*.ts` for change.
-
✅ Advanced customization of tiles, lines, background, etc.
-
✅ Image reduce size.
-
✅ Backup in browser or in Json.
-
✅ Import / export all
-
✅ Image export (PNG, JPG or WebP).
-
✅ In-memory tierlists clone.
-
✅
[
With server
](
https://git.ikilote.net/classement/serveur
)
(
in
progress)
...
...
@@ -43,6 +44,7 @@ See `src/environments/environment*.ts` for change.
-
✅ Save tierlists on server
-
✅ Search in public tierlists
-
✅ See tierlists form template
-
✅ Tierlist view
-
✅ Admin
-
✅ Edit profil & change roles
-
✅ Tierlists change status
...
...
package.json
View file @
8f66fb51
{
"name"
:
"classement"
,
"version"
:
"1.
0.1
"
,
"version"
:
"1.
1.0
"
,
"scripts"
:
{
"postinstall"
:
"npm audit fix"
,
"ng"
:
"ng"
,
...
...
src/app/content/home/classement-home.component.ts
View file @
8f66fb51
...
...
@@ -9,7 +9,7 @@ import { environment } from 'src/environments/environment';
styleUrls
:
[
'
./classement-home.component.scss
'
],
})
export
class
ClassementHomeComponent
{
version
=
'
1.
0.1
'
;
version
=
'
1.
1.0
'
;
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