Commit graph

116 commits

Author SHA1 Message Date
Axel Cocat
588b30c0ce ci: add github workflows 2022-05-14 18:46:54 +02:00
Axel Cocat
bb6428955f chore: add and apply eslint 2022-05-14 18:44:50 +02:00
Axel Cocat
7cd2748d33
feat(character): add transmog module compatibility (#21) 2022-05-14 16:39:31 +02:00
Axel Cocat
8b1d172690
feat(character): option to disable the 3d viewer (#17) 2022-05-07 17:50:41 +02:00
Axel Cocat
1156ceb17f
feat(character): colored item borders for quality (#20) 2022-05-07 17:33:42 +02:00
Axel Cocat
08009a575c
fix: character search duplicates because of account_access (#19) 2022-05-06 22:01:04 +02:00
Stefano Borzì
216904fd6e
chore: minor improvements in for cycle (#18) 2022-05-06 20:24:22 +02:00
Stefano Borzì
8331e4dd73
chore: apply prettier on all files (#8)
* chore: apply prettier on all files

* chore: add prettier npm script

* Update .prettierrc

Co-authored-by: Axel Cocat <ax.cocat@gmail.com>

* Update .prettierignore

Co-authored-by: Axel Cocat <ax.cocat@gmail.com>

* Update .prettierignore

Co-authored-by: Axel Cocat <ax.cocat@gmail.com>

* Update .prettierignore

Co-authored-by: Axel Cocat <ax.cocat@gmail.com>

* chore: apply prettier with new conf

* Revert "chore: apply prettier with new conf"

This reverts commit db2a04c03f.

* chore: apply prettier correctly

* chore: update .prettierignore

* chore: restore viewer.min.js minification

* chore: apply again prettier

Co-authored-by: Stefano Borzi <stefano.borzi@fedex.com>
Co-authored-by: Axel Cocat <ax.cocat@gmail.com>
2022-05-06 19:35:26 +02:00
Axel Cocat
fe21209817 fix(layout): add missing closing html tag 2022-05-06 14:25:51 +02:00
Axel Cocat
8906047a06
docs(README): fix typo 2022-04-14 11:44:47 +02:00
dependabot[bot]
43ccb61341
build(deps): bump moment from 2.29.1 to 2.29.2 (#15)
Bumps [moment](https://github.com/moment/moment) from 2.29.1 to 2.29.2.
- [Release notes](https://github.com/moment/moment/releases)
- [Changelog](https://github.com/moment/moment/blob/develop/CHANGELOG.md)
- [Commits](https://github.com/moment/moment/compare/2.29.1...2.29.2)

---
updated-dependencies:
- dependency-name: moment
  dependency-type: indirect
...

Signed-off-by: dependabot[bot] <support@github.com>

Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2022-04-10 18:47:41 +02:00
dependabot[bot]
4062263e8d
build(deps): bump minimist from 1.2.5 to 1.2.6 (#14)
Bumps [minimist](https://github.com/substack/minimist) from 1.2.5 to 1.2.6.
- [Release notes](https://github.com/substack/minimist/releases)
- [Commits](https://github.com/substack/minimist/compare/1.2.5...1.2.6)

---
updated-dependencies:
- dependency-name: minimist
  dependency-type: indirect
...

Signed-off-by: dependabot[bot] <support@github.com>

Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2022-04-02 21:22:01 +02:00
Axel Cocat
6933e8ee86
feat: add FUNDING.yml 2022-03-21 00:33:27 +01:00
Axel Cocat
5b0ab5b118 v1.0.1 2022-03-21 00:30:53 +01:00
Axel Cocat
05f5cabf5c docs(README): add demo link to top 2022-03-21 00:29:12 +01:00
Axel Cocat
91f3ec424a
fix(character): fix sheath type when mounted (#5) 2022-03-21 00:28:13 +01:00
Axel Cocat
af497b7ea6
fix(character): fix equipment slot icons size on mobile (#4) 2022-03-20 21:02:17 +01:00
Axel Cocat
2d672fd5ed docs(README): fix issue links 2022-03-20 20:29:11 +01:00
Axel Cocat
03566302b4 v1.0.0 2022-03-20 19:59:09 +01:00
Axel Cocat
86a470bcea docs: add readme 2022-03-20 19:40:05 +01:00
Axel Cocat
7315de7ede feat(character): replace model viewer background 2022-03-18 00:51:58 +01:00
Axel Cocat
4d0fced53b docs: add license 2022-03-17 16:34:13 +01:00
Axel Cocat
4943dbb152 feat: add github issue templates 2022-03-17 14:37:27 +01:00
Axel Cocat
c251b8de27 fix(guild): use guild id for members endpoint 2022-03-17 00:26:09 +01:00
Axel Cocat
4af6e7e8d0 fix(Armory): fix charset sql request 2022-03-16 23:46:32 +01:00
Axel Cocat
b8de1cbc8b
feat: add website root path settings (#1)
* feat: add website root path settings
* fix: disable cloudflare rocket-loader for iframe-resizer
2022-03-16 23:39:45 +01:00
Axel Cocat
1b7e975080 feat: add Dockerfile 2022-03-15 01:13:38 +01:00
Axel Cocat
a462b6af1b feat: read config from env if config.json is not found 2022-03-14 22:42:28 +01:00
Axel Cocat
05706007f1 feat(character/pvp): add pvp page 2022-03-09 14:28:21 +01:00
Axel Cocat
4c051e316c feat(datatables): add styling to paging buttons 2022-03-05 22:32:02 +01:00
Axel Cocat
03eb4e2a51 feat(guild): add guild page 2022-03-05 21:43:18 +01:00
Axel Cocat
28432b6523 refactor: use .hbs extension 2022-03-05 15:45:16 +01:00
Axel Cocat
ab5dcd3640 feat: add db query timeout option 2022-03-05 15:32:03 +01:00
Axel Cocat
4b8dc1fa1c feat: use mysql connection pool 2022-02-28 23:27:46 +01:00
Axel Cocat
5602ece097 feat: redirect to main website if not in iframe 2022-02-27 19:22:14 +01:00
Axel Cocat
94aec140a8 feat(error): add link to website 2022-02-27 18:17:02 +01:00
Axel Cocat
56c0fed144 feat: add logging and error handling 2022-02-27 18:05:10 +01:00
Axel Cocat
f324ca45ff feat(character): add max-widths for character model and talent trees 2022-02-27 00:52:01 +01:00
Axel Cocat
744e2ed626 feat(layout): add iframe resizer 2022-02-27 00:08:23 +01:00
Axel Cocat
3860ad47c7 feat(index): add datatables responsive plugin 2022-02-26 21:11:34 +01:00
Axel Cocat
88477ba93f feat(character): made responsive 2022-02-26 20:53:39 +01:00
Axel Cocat
61a500e09b feat(character/talents): made responsive, style adjustments 2022-02-26 16:57:03 +01:00
Axel Cocat
bba163aa51 fix(character/achievements): correctly show main categories' achievements 2022-02-26 15:59:02 +01:00
Axel Cocat
e897b011ac feat(character/achievements): close opened subcategory when clicking other categories 2022-02-26 15:30:28 +01:00
Axel Cocat
9c56c55ac8 feat(index): add styling to realm select 2022-02-26 14:59:17 +01:00
Axel Cocat
08bb89568d feat(character-header): add guild link 2022-02-26 13:41:39 +01:00
Axel Cocat
6ebaccc020 fix: re-add handlebars-helpers 2022-02-26 13:29:02 +01:00
Axel Cocat
1fd6b326dc feat: hide game masters 2022-02-26 13:14:51 +01:00
Axel Cocat
04ea344bb2 feat(index): increase datatable's search delay 2022-02-26 11:27:58 +01:00
Axel Cocat
ab3b84f743 feat(character/achievements): add achievements page 2022-02-26 02:06:45 +01:00