-
Notifications
You must be signed in to change notification settings - Fork 4
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
* release: alpha (#61) * release: bump version (#63) chore: publish new versions Co-authored-by: fu050409 <[email protected]> * fix(lint): fix code spell check * ci(release): remove `tailwindcss` building * fix(profile): fix profile problem panel (#65) * chore: fix aur release * release: bump version (#66) chore: publish new versions Co-authored-by: fu050409 <[email protected]> * chore: fix code spell check * feat: add `NProgress` bar (#67) * feat: add n progress bar * chore: bump version * release: bump version (#68) chore: publish new versions Co-authored-by: fu050409 <[email protected]> * chore: fix aur ssh known hosts * chore: fix version check * release: alpha releases (#62) * refactor(submit): enable code submission (#69) * release: bump version (#70) chore: publish new versions Co-authored-by: fu050409 <[email protected]> * chore: try split aur release * chore: fix aur action * ci: add string in aur release * ci(release): retry to aur release * ci(release): fix covector ci * release: bump version (#72) chore: publish new versions Co-authored-by: fu050409 <[email protected]> * revert(ci): revert aur release * refactor(asset): full rewrite asset logic (#73) * refactor(asset): full rewrite asset logic * release: bump version (#74) chore: publish new versions Co-authored-by: fu050409 <[email protected]> * chore: fix aur release * release: bump version (#75) chore: publish new versions Co-authored-by: fu050409 <[email protected]> * feat: optimize monaco editor error notification (#76) * release: bump version (#77) chore: publish new versions Co-authored-by: fu050409 <[email protected]> * refactor(problem): sync changes with backend (#78) * release: bump version (#79) chore: publish new versions Co-authored-by: fu050409 <[email protected]> * feat: optimize the code and add splash screen (#80) * release: bump version (#81) chore: publish new versions Co-authored-by: fu050409 <[email protected]> * refactor: create problem page (#82) * refactor: create problem page * chore: fix code spell check * feat: optimize problem page (#84) * release: bump version (#83) chore: publish new versions Co-authored-by: fu050409 <[email protected]> * fix(problem): fix markdown preview (#85) * release: bump version (#86) chore: publish new versions Co-authored-by: fu050409 <[email protected]> * feat(register): support for birthday (#87) * feat(problem): support auto load submissions (#89) * feat(problem): support auto load submissions * chore: bump version * release: bump version (#88) chore: publish new versions Co-authored-by: fu050409 <[email protected]> * feat(contest): support create contest (#90) * release: bump version (#91) chore: publish new versions Co-authored-by: fu050409 <[email protected]> * fix: upload size limit (#92) * fix(signup): fix optional fields (#93) * release: bump version (#94) chore: publish new versions Co-authored-by: fu050409 <[email protected]> * feat(contest): support for contest page (#95) * chore: prepare for beta release --------- Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com> * chore: fix ci branches * release: bump version (#96) chore: publish new versions Co-authored-by: fu050409 <[email protected]> * feat(contest): support acc (#97) * feat(contest): support acc * chore: bump version * release: bump version (#98) chore: publish new versions Co-authored-by: fu050409 <[email protected]> * fix: text size (#104) * fix(fix profile problems) * Create fix-text-size.md --------- Co-authored-by: 苏向夜 <[email protected]> * release: bump version (#105) chore: publish new versions Co-authored-by: fu050409 <[email protected]> * chore: deps (#101) chore: update * chore: prepare for release on main branch * release: bump version (#108) chore: publish new versions Co-authored-by: K0nnyaku <[email protected]> --------- Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com> Co-authored-by: 落 <[email protected]> Co-authored-by: K0nnyaku <[email protected]> Co-authored-by: K0nnyaku <[email protected]>
- Loading branch information
1 parent
f022399
commit aec1b8e
Showing
59 changed files
with
3,071 additions
and
1,623 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,5 @@ | ||
--- | ||
"algohub": patch:feat | ||
--- | ||
|
||
Support for Birthday datetime picker in the register page. |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,5 @@ | ||
--- | ||
"algohub": patch:chore | ||
--- | ||
|
||
Update tauri and pnpm |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,5 @@ | ||
--- | ||
"algohub": patch:feat | ||
--- | ||
|
||
Support create new contest. |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,5 @@ | ||
--- | ||
"algohub": patch:fix | ||
--- | ||
|
||
Fixed accuracy calculation in the contest. |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,5 @@ | ||
--- | ||
"algohub": patch:fix | ||
--- | ||
|
||
Fix scroll height of rendered markdown in preview mode. |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,7 @@ | ||
--- | ||
"algohub": patch:feat | ||
--- | ||
|
||
Fixed the issue of not being able to sign up without a birthday. | ||
|
||
> All fields are now not required. |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,5 @@ | ||
--- | ||
"algohub": patch | ||
--- | ||
|
||
Fix text size on small screen at `views/account/[id].vue`. |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,5 @@ | ||
--- | ||
"algohub": patch:feat | ||
--- | ||
|
||
Support for contest page. |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,5 @@ | ||
--- | ||
"algohub": patch:feat | ||
--- | ||
|
||
Add `NProgress` loading bar to the whole frontend. |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,5 @@ | ||
--- | ||
"algohub": patch:feat | ||
--- | ||
|
||
Optimize monaco editor error notification. |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,5 @@ | ||
--- | ||
"algohub": patch:feat | ||
--- | ||
|
||
Optimize problem pages, including create and edit pages. |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,13 @@ | ||
--- | ||
"algohub": patch:perf | ||
--- | ||
|
||
Optimize UI for better performance | ||
|
||
- Use `postcss` instead of use `tailwindcss` directly. | ||
- Optimize color design in light mode. | ||
- Add `loading` state for pages. | ||
- Wrap problems list with PrimeVue `Panel` component. | ||
- Fix bread crumps padding if no links. | ||
- Remove `mode` and add `owner` when creating a problem. | ||
- Prepare for `alpha` release. |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,5 @@ | ||
--- | ||
"algohub": patch:fix | ||
--- | ||
|
||
Fix multiple panels displaying on the user profile page. |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,5 @@ | ||
--- | ||
"algohub": patch:feat | ||
--- | ||
|
||
Full rewrite asset logic, use latest api and support get assets by api. |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,5 @@ | ||
--- | ||
"algohub": patch:refactor | ||
--- | ||
|
||
Refactored problem creation page. |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,9 @@ | ||
--- | ||
"algohub": patch:refactor | ||
--- | ||
|
||
Fully refactored the problem api to sync changes with the `algohub-server`, also: | ||
|
||
- Fixed icon sizes in markdown editor. | ||
- Extract supported languages from ts enum. | ||
- Refactored problem editor. |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,5 @@ | ||
--- | ||
"algohub": patch:refactor | ||
--- | ||
|
||
Refactor and enable code submission in monaco editor. |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,5 @@ | ||
--- | ||
"algohub": patch:feat | ||
--- | ||
|
||
Add splash screen before loading index page. |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,5 @@ | ||
--- | ||
"algohub": patch:feat | ||
--- | ||
|
||
Support auto load submissions in AlgoHub. |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,5 @@ | ||
--- | ||
"algohub": patch:fix | ||
--- | ||
|
||
Fix upload max size limit. |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.