Skip to content

Commit

Permalink
Merge branch 'main' into feat/create-org
Browse files Browse the repository at this point in the history
  • Loading branch information
fu050409 authored Dec 19, 2024
2 parents bae1615 + ba94b62 commit 8cd12ce
Show file tree
Hide file tree
Showing 16 changed files with 838 additions and 414 deletions.
5 changes: 5 additions & 0 deletions .changes/fix-avatar-size.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
---
"algohub": patch:fix
---

Fix avatar size is invalid in user profile page if user avatar is not uploaded.
5 changes: 5 additions & 0 deletions .changes/fix-contest.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
---
"algohub": patch:feat
---

Fix long content in contest will stretch the outer box of the card.
6 changes: 5 additions & 1 deletion .changes/pre.json
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
{
"tag": "beta",
"tag": "rc",
"changes": [
".changes/add-icon.md",
".changes/birthday.md",
Expand All @@ -13,6 +13,8 @@
".changes/fetch-version.md",
".changes/fix-acc.md",
".changes/fix-aur.md",
".changes/fix-avatar-size.md",
".changes/fix-contest.md",
".changes/fix-dark-mode.md",
".changes/fix-layout.md",
".changes/fix-login.md",
Expand Down Expand Up @@ -46,11 +48,13 @@
".changes/resize-toolbar.md",
".changes/rust-nightly.md",
".changes/rust-stable.md",
".changes/settings.md",
".changes/side-panel.md",
".changes/signup-panel.md",
".changes/splash.md",
".changes/submission.md",
".changes/update-icon.md",
".changes/update-profile-overview.md",
".changes/update-profile.md",
".changes/upload-max.md",
".changes/use-farm.md",
Expand Down
5 changes: 5 additions & 0 deletions .changes/settings.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
---
"algohub": patch:feat
---

Add settings page to edit user profile and education info.
5 changes: 5 additions & 0 deletions .changes/update-profile-overview.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
---
"algohub": patch:feat
---

Support for updating profile in user overview page.
2 changes: 2 additions & 0 deletions .github/workflows/covector-version-or-publish.yml
Original file line number Diff line number Diff line change
Expand Up @@ -159,6 +159,8 @@ jobs:
cache: "pnpm"
- name: Install dependencies
run: pnpm install
- name: Install Makepkg
run: sudo apt-get update && sudo apt-get install -y makepkg
- name: Publish to AUR
run: pnpm publish:aur --version ${{ needs.version-or-publish.outputs.version }}
env:
Expand Down
10 changes: 5 additions & 5 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -16,20 +16,18 @@
"publish:aur": "node scripts/release-aur.mjs"
},
"dependencies": {
"@farmfe/js-plugin-postcss": "^1.10.0",
"@farmfe/plugin-worker": "^0.0.6",
"@monaco-editor/loader": "^1.4.0",
"@primevue/forms": "^4.2.5",
"@primevue/themes": "^4.2.5",
"@tauri-apps/api": "^2.1.1",
"@tauri-apps/plugin-shell": "^2.2.0",
"autoprefixer": "^10.4.20",
"axios": "^1.7.9",
"md-editor-v3": "^5.0.2",
"md-editor-v3": "^5.1.1",
"monaco-editor": "^0.52.2",
"nprogress": "^0.2.0",
"pinia": "^2.3.0",
"pinia-plugin-persistedstate": "^4.1.3",
"pinia-plugin-persistedstate": "^4.2.0",
"postcss": "^8.4.49",
"primeicons": "^7.0.0",
"primevue": "^4.2.5",
Expand All @@ -40,7 +38,9 @@
},
"devDependencies": {
"@farmfe/cli": "^1.0.4",
"@farmfe/core": "^1.5.0",
"@farmfe/core": "=1.4.7",
"@farmfe/js-plugin-postcss": "^1.10.0",
"@farmfe/plugin-worker": "^0.0.6",
"@primevue/auto-import-resolver": "^4.2.5",
"@tauri-apps/cli": "^2.1.0",
"@types/node": "^22.10.2",
Expand Down
Loading

0 comments on commit 8cd12ce

Please sign in to comment.