Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Frontend #9

Open
wants to merge 23 commits into
base: main
Choose a base branch
from
Open
Show file tree
Hide file tree
Changes from 3 commits
Commits
Show all changes
23 commits
Select commit Hold shift + click to select a range
b960aed
connect to backend get_summary api
Tianwei-Qing Mar 29, 2023
51d2108
tmp storage
dingnan2 Apr 2, 2023
532e01f
tmp msg
dingnan2 Apr 2, 2023
1e32f2e
frontend + revised backend
Tianwei-Qing Apr 5, 2023
b51ebdd
Merge branch 'frontend2.0' of https://github.com/CS222-UIUC/course-pr…
Tianwei-Qing Apr 5, 2023
db9986b
adding original pegasus for testing
Ziruiwang409 Apr 5, 2023
0b7a436
Adding some component in popup
dingnan2 Apr 5, 2023
b6aef94
Adding some component in popup
dingnan2 Apr 5, 2023
252fcd5
apply translation and deepl model
Zihanming Apr 5, 2023
db1e20d
adding some components to popup file
dingnan2 Apr 5, 2023
1cee175
put request
Zihanming Apr 12, 2023
2becb93
fix frontend-backend request issue, add translate language feature
Tianwei-Qing Apr 12, 2023
8046cfb
fix formatting problems
Tianwei-Qing Apr 12, 2023
29d0793
Merge pull request #13 from CS222-UIUC/frontend_translator_feature
dingnan2 Apr 12, 2023
420547f
test case for translation
Zihanming Apr 12, 2023
1b7e008
add loading features
Tianwei-Qing Apr 19, 2023
5c35f4d
update loading feature
Tianwei-Qing Apr 19, 2023
f522217
Merge two function
Zihanming Apr 19, 2023
343eef9
Merge pull request #17 from CS222-UIUC/frontend_loading_feature
dingnan2 Apr 19, 2023
8eabad7
update frontend with latest backend
Tianwei-Qing Apr 23, 2023
92dfbbb
Merge pull request #21 from CS222-UIUC/frontend-fixbug-backend
dingnan2 Apr 23, 2023
4a26746
update readme for frontend
dingnan2 Apr 26, 2023
ab294da
Merge pull request #23 from CS222-UIUC/frontend-fixbug-backend
Tianwei-Qing Apr 26, 2023
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion frontend/dist/popup.js

Large diffs are not rendered by default.

2 changes: 2 additions & 0 deletions frontend/dist/popup.js.LICENSE.txt
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,8 @@ object-assign
@license MIT
*/

/*! regenerator-runtime -- Copyright (c) 2014-present, Facebook, Inc. -- license (MIT): https://github.com/facebook/regenerator/blob/main/LICENSE */

/**
* @license React
* react-dom.production.min.js
Expand Down
1 change: 0 additions & 1 deletion frontend/node_modules/.bin/acorn

This file was deleted.

1 change: 0 additions & 1 deletion frontend/node_modules/.bin/browserslist

This file was deleted.

1 change: 0 additions & 1 deletion frontend/node_modules/.bin/browserslist-lint

This file was deleted.

1 change: 0 additions & 1 deletion frontend/node_modules/.bin/cssesc

This file was deleted.

1 change: 0 additions & 1 deletion frontend/node_modules/.bin/envinfo

This file was deleted.

1 change: 0 additions & 1 deletion frontend/node_modules/.bin/eslint

This file was deleted.

1 change: 0 additions & 1 deletion frontend/node_modules/.bin/he

This file was deleted.

1 change: 0 additions & 1 deletion frontend/node_modules/.bin/html-minifier-terser

This file was deleted.

1 change: 0 additions & 1 deletion frontend/node_modules/.bin/import-local-fixture

This file was deleted.

1 change: 0 additions & 1 deletion frontend/node_modules/.bin/js-yaml

This file was deleted.

1 change: 0 additions & 1 deletion frontend/node_modules/.bin/jsesc

This file was deleted.

1 change: 0 additions & 1 deletion frontend/node_modules/.bin/json5

This file was deleted.

1 change: 0 additions & 1 deletion frontend/node_modules/.bin/loose-envify

This file was deleted.

1 change: 0 additions & 1 deletion frontend/node_modules/.bin/nanoid

This file was deleted.

1 change: 0 additions & 1 deletion frontend/node_modules/.bin/node-which

This file was deleted.

1 change: 0 additions & 1 deletion frontend/node_modules/.bin/parser

This file was deleted.

1 change: 0 additions & 1 deletion frontend/node_modules/.bin/regjsparser

This file was deleted.

1 change: 0 additions & 1 deletion frontend/node_modules/.bin/resolve

This file was deleted.

1 change: 0 additions & 1 deletion frontend/node_modules/.bin/rimraf

This file was deleted.

1 change: 0 additions & 1 deletion frontend/node_modules/.bin/semver

This file was deleted.

1 change: 0 additions & 1 deletion frontend/node_modules/.bin/terser

This file was deleted.

1 change: 0 additions & 1 deletion frontend/node_modules/.bin/webpack

This file was deleted.

1 change: 0 additions & 1 deletion frontend/node_modules/.bin/webpack-cli

This file was deleted.

1 change: 0 additions & 1 deletion frontend/node_modules/css-loader/node_modules/.bin/semver

This file was deleted.

This file was deleted.

1 change: 0 additions & 1 deletion frontend/node_modules/regjsparser/node_modules/.bin/jsesc

This file was deleted.

This file was deleted.

Empty file modified frontend/node_modules/ua-parser-js/changelog.md
100755 → 100644
Empty file.
Empty file modified frontend/node_modules/ua-parser-js/dist/ua-parser.html
100755 → 100644
Empty file.
Empty file modified frontend/node_modules/ua-parser-js/license.md
100755 → 100644
Empty file.
Empty file modified frontend/node_modules/ua-parser-js/src/ua-parser.js
100755 → 100644
Empty file.
Loading