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

UI Enhancement and Global Optimization #81

Closed
wants to merge 46 commits into from
Closed
Show file tree
Hide file tree
Changes from all commits
Commits
Show all changes
46 commits
Select commit Hold shift + click to select a range
46cf5cf
printing model test1
Charles-Zhang-114514 Nov 11, 2024
8501f4f
Lots of changes
Charles-Zhang-114514 Nov 14, 2024
5e0d43e
CharlesUpdate2
Charles-Zhang-114514 Nov 14, 2024
ef27644
mantine update
Charles-Zhang-114514 Nov 14, 2024
1405e4f
123
Charles-Zhang-114514 Nov 15, 2024
805db1c
Merge remote-tracking branch 'origin/dev' into charles_dev
mochiakku Nov 19, 2024
cf62ee9
bookmarks tab setting
Charles-Zhang-114514 Nov 19, 2024
564cd92
resolve merge
Charles-Zhang-114514 Nov 19, 2024
d6a6535
some changes match new version
Charles-Zhang-114514 Nov 30, 2024
ffee351
test
Charles-Zhang-114514 Dec 2, 2024
dfa9317
1
Charles-Zhang-114514 Dec 3, 2024
d7999d8
123
Charles-Zhang-114514 Dec 3, 2024
2ac47cc
test
Charles-Zhang-114514 Dec 3, 2024
391aea6
can we go?
Charles-Zhang-114514 Dec 3, 2024
5ba2d2d
fix bugs
Charles-Zhang-114514 Dec 3, 2024
7651724
use this version?
Charles-Zhang-114514 Dec 3, 2024
db7129f
adding seting function
Charles-Zhang-114514 Dec 3, 2024
e79c681
test1
Charles-Zhang-114514 Dec 3, 2024
74e7fb1
this?
Charles-Zhang-114514 Dec 3, 2024
9980d2d
i beg u
Charles-Zhang-114514 Dec 3, 2024
99406ee
bug fix
Charles-Zhang-114514 Dec 3, 2024
ffad07c
114514
Charles-Zhang-114514 Dec 3, 2024
8b2778d
Remove Home Access Function
Charles-Zhang-114514 Dec 4, 2024
1491955
Merge pull request #[PR number] from charles_dev
Charles-Zhang-114514 Dec 4, 2024
4946e45
fixed bottom bar
Charles-Zhang-114514 Dec 5, 2024
7f0c9af
Size adjustments
hearjest Dec 5, 2024
d30fb1e
Added support for images and changed subtitles
hearjest Dec 6, 2024
c4812dd
Fix: bookmark transfer to default folder & subtitle font scaling
Charles-Zhang-114514 Dec 6, 2024
54e4855
Merge branch 'charles_dev' of https://github.com/BU-Spark/se-bch-als-…
Charles-Zhang-114514 Dec 6, 2024
4eec97f
BUG FIX
Charles-Zhang-114514 Dec 6, 2024
f2cbb1f
Update README.md
Charles-Zhang-114514 Dec 8, 2024
73cbc81
Update README.md
Charles-Zhang-114514 Dec 8, 2024
57a2725
Minor updates to tests to reflect initial state
hearjest Dec 9, 2024
1317e3e
Merge branch 'charles_dev' of https://github.com/BU-Spark/se-bch-als-…
hearjest Dec 9, 2024
2477ca1
Update README.md
Charles-Zhang-114514 Dec 9, 2024
d3128a3
Update README.md
Charles-Zhang-114514 Dec 9, 2024
d2f31a0
Update README.md
Charles-Zhang-114514 Dec 9, 2024
0efa029
Update README.md
Charles-Zhang-114514 Dec 9, 2024
bd7d83e
Added code comments and updated 'Folders' to 'Collections' in the 'Sa…
Charles-Zhang-114514 Dec 10, 2024
3791c7c
Merge branch 'charles_dev' of https://github.com/BU-Spark/se-bch-als-…
Charles-Zhang-114514 Dec 10, 2024
929cffd
Update README.md
hearjest Dec 10, 2024
e620832
Removed unnecessary pages, added comments
hearjest Dec 10, 2024
70183a2
Update test since we now use dynamic routing
hearjest Dec 10, 2024
f50d99c
bookmark test update
Charles-Zhang-114514 Dec 10, 2024
c711bd6
Update README.md
Charles-Zhang-114514 Dec 10, 2024
751517f
Update README.md
Charles-Zhang-114514 Dec 10, 2024
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
14 changes: 14 additions & 0 deletions .idea/deployment.xml

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

6 changes: 6 additions & 0 deletions .idea/inspectionProfiles/Project_Default.xml

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

6 changes: 6 additions & 0 deletions .idea/vcs.xml

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

506 changes: 112 additions & 394 deletions README.md

Large diffs are not rendered by default.

159 changes: 113 additions & 46 deletions code/package-lock.json

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

13 changes: 7 additions & 6 deletions code/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -16,12 +16,13 @@
"@emotion/react": "^11.10.6",
"@emotion/server": "^11.10.0",
"@headlessui/react": "^1.7.13",
"@mantine/core": "^6.0.2",
"@mantine/ds": "^6.0.2",
"@mantine/form": "^6.0.2",
"@mantine/hooks": "^6.0.2",
"@mantine/next": "^6.0.2",
"@mantine/prism": "^6.0.2",
"@mantine/core": "^6.0.22",
"@mantine/ds": "^6.0.22",
"@mantine/prism": "6.0.22",
"@mantine/form": "^6.0.22",
"@mantine/hooks": "^6.0.22",
"@mantine/next": "^6.0.22",
"@mantine/notifications": "^6.0.22",
"@tabler/icons-react": "^2.14.0",
"@testing-library/dom": "^9.2.0",
"@testing-library/jest-dom": "^6.4.5",
Expand Down
4 changes: 4 additions & 0 deletions code/public/Communication.svg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
10 changes: 10 additions & 0 deletions code/public/ComputerAccess.svg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
10 changes: 10 additions & 0 deletions code/public/HomeAccess.svg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
4 changes: 4 additions & 0 deletions code/public/PhoneAccess.svg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading