Skip to content

Commit

Permalink
remove loading service
Browse files Browse the repository at this point in the history
  • Loading branch information
kcinay055679 committed Jun 25, 2024
1 parent d39538f commit 7b4c278
Show file tree
Hide file tree
Showing 4 changed files with 8 additions and 7 deletions.
6 changes: 5 additions & 1 deletion frontend/.eslintrc.js
Original file line number Diff line number Diff line change
@@ -1,11 +1,15 @@
module.exports = {
root: true,
parser: "babel-eslint",
parser: "@babel/eslint-parser",
parserOptions: {
ecmaVersion: 2018,
sourceType: "module",
ecmaFeatures: {
legacyDecorators: true
},
requireConfigFile: false,
babelOptions: {
// presets: ["@babel/preset-env", "@babel/preset-react"]
}
},
plugins: ["ember"],
Expand Down
1 change: 0 additions & 1 deletion frontend/app/components/team/index.js
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,6 @@ import { tracked } from "@glimmer/tracking";

export default class Index extends Component {
@service navService;
@service loading;

@tracked model = this.args.model;
constructor() {
Expand Down
2 changes: 0 additions & 2 deletions frontend/app/controllers/teams/index.js
Original file line number Diff line number Diff line change
@@ -1,6 +1,4 @@
import { inject as service } from "@ember/service";
import ApplicationController from "../application";

export default class TeamsIndexController extends ApplicationController {
@service loading;
}
6 changes: 3 additions & 3 deletions frontend/yarn.lock
Original file line number Diff line number Diff line change
Expand Up @@ -5797,9 +5797,9 @@ [email protected]:
integrity sha512-WMwm9LhRUo+WUaRN+vRuETqG89IgZphVSNkdFgeb6sS/E4OrDIN7t48CAewSHXc6C8lefD8KKfr5vY61brQlow==

electron-to-chromium@^1.4.796:
version "1.4.810"
resolved "https://registry.yarnpkg.com/electron-to-chromium/-/electron-to-chromium-1.4.810.tgz#7dee01b090b9e048e6db752f7b30921790230654"
integrity sha512-Kaxhu4T7SJGpRQx99tq216gCq2nMxJo+uuT6uzz9l8TVN2stL7M06MIIXAtr9jsrLs2Glflgf2vMQRepxawOdQ==
version "1.4.811"
resolved "https://registry.yarnpkg.com/electron-to-chromium/-/electron-to-chromium-1.4.811.tgz#031c8b101e7d0a7cde1dfdb0623dbdb5e19655cd"
integrity sha512-CDyzcJ5XW78SHzsIOdn27z8J4ist8eaFLhdto2hSMSJQgsiwvbv2fbizcKUICryw1Wii1TI/FEkvzvJsR3awrA==

elliptic@^6.5.3, elliptic@^6.5.5:
version "6.5.5"
Expand Down

0 comments on commit 7b4c278

Please sign in to comment.