Skip to content

Commit

Permalink
Merge pull request #120 from Jai0212/119-batuhan---tli-01f-accessibil…
Browse files Browse the repository at this point in the history
…itytab-into-graph-tab-order-aria-labels-for-all-buttons

119 batuhan   tli 01f accessibilitytab into graph tab order aria labels for all buttons
  • Loading branch information
mephoria authored Nov 27, 2024
2 parents 1e60e7d + 0d465f5 commit c492c12
Show file tree
Hide file tree
Showing 29 changed files with 174 additions and 166 deletions.
Binary file modified backend/app/__pycache__/__init__.cpython-312.pyc
Binary file not shown.
Binary file modified backend/app/controllers/__pycache__/__init__.cpython-312.pyc
Binary file not shown.
Binary file modified backend/app/controllers/__pycache__/app.cpython-312.pyc
Binary file not shown.
Binary file modified backend/app/entities/__pycache__/__init__.cpython-312.pyc
Binary file not shown.
Binary file modified backend/app/entities/__pycache__/user.cpython-312.pyc
Binary file not shown.
Binary file modified backend/app/infrastructure/__pycache__/__init__.cpython-312.pyc
Binary file not shown.
Binary file not shown.
Binary file modified backend/app/repositories/__pycache__/__init__.cpython-312.pyc
Binary file not shown.
Binary file modified backend/app/repositories/__pycache__/csv_file_repo.cpython-312.pyc
Binary file not shown.
Binary file modified backend/app/repositories/__pycache__/interfaces.cpython-312.pyc
Binary file not shown.
Binary file not shown.
Binary file modified backend/app/use_cases/__pycache__/__init__.cpython-312.pyc
Binary file not shown.
Binary file modified backend/app/use_cases/__pycache__/generate.cpython-312.pyc
Binary file not shown.
Binary file modified backend/app/use_cases/__pycache__/get_headers.cpython-312.pyc
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file modified backend/app/use_cases/__pycache__/upload_data.cpython-312.pyc
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file modified backend/ml_model/use_cases/__pycache__/model.cpython-312.pyc
Binary file not shown.
4 changes: 2 additions & 2 deletions frontend/.env
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
# VITE_BACKEND_URL=https://cash-app-bias-busters.onrender.com
VITE_BACKEND_URL=http://127.0.0.1:5000
VITE_BACKEND_URL=https://cash-app-bias-busters.onrender.com
#VITE_BACKEND_URL=http://127.0.0.1:5000
VITE_FRONTEND_URL=http://localhost:5173
12 changes: 7 additions & 5 deletions frontend/package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

4 changes: 2 additions & 2 deletions frontend/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,7 @@
"react-router-dom": "^6.28.0",
"rollup": "^4.26.0",
"styled-components": "^6.1.13",
"sweetalert2": "^11.14.5"
"sweetalert2": "^11.6.13"
},
"devDependencies": {
"@types/react": "^18.3.3",
Expand All @@ -42,6 +42,6 @@
"eslint-plugin-react": "^7.34.3",
"eslint-plugin-react-hooks": "^4.6.2",
"eslint-plugin-react-refresh": "^0.4.7",
"vite": "^5.3.4"
"vite": "^5.4.11"
}
}
Original file line number Diff line number Diff line change
Expand Up @@ -217,4 +217,4 @@ const ChartComponent = forwardRef(({ chartData, sliderValue }, ref) => {
);
});

export default ChartComponent;
export default ChartComponent;
Loading

0 comments on commit c492c12

Please sign in to comment.