-
Notifications
You must be signed in to change notification settings - Fork 382
Comparing changes
Open a pull request
base repository: OpenCSGs/csghub
base: v1.2.0
head repository: OpenCSGs/csghub
compare: main
Commits on Dec 16, 2024
-
Refactor evaluation and resource console components for improved layo…
…ut and responsiveness (#853) - Updated EvaluationDetail.vue to use full-width containers for better responsiveness. - Adjusted spacing and layout in ResourceConsoleIndex.vue, including consistent margin and padding adjustments. - Replaced specific margin values with more uniform classes for better maintainability. - Enhanced button styles for consistency across the application. These changes aim to improve the user interface and ensure a more cohesive design across components.
Configuration menu - View commit details
-
Copy full SHA for 222cd81 - Browse repository at this point
Copy the full SHA 222cd81View commit details -
docs(i18n): update-access-token-description (#854)
- Revised the description of access tokens to better explain their purpose and the importance of keeping them confidential. - Ensured consistency in messaging across both English and Chinese locale files. These changes aim to enhance user understanding of access tokens and promote best security practices.
Configuration menu - View commit details
-
Copy full SHA for 7209a0f - Browse repository at this point
Copy the full SHA 7209a0fView commit details
Commits on Dec 17, 2024
-
Configuration menu - View commit details
-
Copy full SHA for 4ab3cfd - Browse repository at this point
Copy the full SHA 4ab3cfdView commit details -
Configuration menu - View commit details
-
Copy full SHA for 5ba4827 - Browse repository at this point
Copy the full SHA 5ba4827View commit details -
style: update UI components with consistent spacing & borders (#857)
Standardize spacing units, button styles, border colors, and typography across multiple components. Replace pixel values with Tailwind classes, update button styles to use btn classes, and normalize border/shadow styles for better visual consistency.
Configuration menu - View commit details
-
Copy full SHA for c85da6b - Browse repository at this point
Copy the full SHA c85da6bView commit details -
fix(ui): update tag width for better text display (#858)
Replace fixed max-width with dynamic w-fit class to prevent text truncation in ApplicationSpaceItem and RepoItem components, improving tag readability on all screen sizes
Configuration menu - View commit details
-
Copy full SHA for 9de45e1 - Browse repository at this point
Copy the full SHA 9de45e1View commit details
Commits on Dec 18, 2024
-
Configuration menu - View commit details
-
Copy full SHA for f7e91d7 - Browse repository at this point
Copy the full SHA f7e91d7View commit details -
* replace form submit button to csghub-button * update new evaluation submit button * fix dataset create bug * update new dataset test
Configuration menu - View commit details
-
Copy full SHA for 35555bb - Browse repository at this point
Copy the full SHA 35555bbView commit details
Commits on Dec 19, 2024
-
Configuration menu - View commit details
-
Copy full SHA for fc016e6 - Browse repository at this point
Copy the full SHA fc016e6View commit details -
Complete the unit tests for model components (#859)
* feat: newModel test * test(NewModel): enhance tests for default owner and async operations * test(NewModel): enhance form validation and submission tests * test(NewModel): update form submission tests * test: enhance unit tests for model components coverage to 40% * test(Model): skip props rendering test for future implementation * test(model): update inference tests * test: improve comments * fix: update error messages * fix: handling in NewModel and NewDataset components * test: add delay to button click test for async handling
Configuration menu - View commit details
-
Copy full SHA for 0580c19 - Browse repository at this point
Copy the full SHA 0580c19View commit details -
Configuration menu - View commit details
-
Copy full SHA for 276000f - Browse repository at this point
Copy the full SHA 276000fView commit details
Commits on Dec 20, 2024
-
Configuration menu - View commit details
-
Copy full SHA for c763ba0 - Browse repository at this point
Copy the full SHA c763ba0View commit details -
Configuration menu - View commit details
-
Copy full SHA for 57999b3 - Browse repository at this point
Copy the full SHA 57999b3View commit details
Commits on Dec 23, 2024
-
refactor(guide): optimize code display and copy behavior (#867)
Remove leading whitespace, update code formatting for better readability, and implement clipboard text for single-line git commands while preserving multi-line display
Configuration menu - View commit details
-
Copy full SHA for 4b89fdd - Browse repository at this point
Copy the full SHA 4b89fddView commit details
Commits on Dec 24, 2024
-
refactor(guides): improve code formatting and readability in Gradio a…
…nd Streamlit initialization guides (#869) - Removed leading whitespace from git clone commands for consistency. - Updated Python code snippets to use array join for better formatting. - Enhanced bash command display with code blocks for improved readability.
Configuration menu - View commit details
-
Copy full SHA for e7d1ede - Browse repository at this point
Copy the full SHA e7d1edeView commit details
Commits on Dec 25, 2024
-
Configuration menu - View commit details
-
Copy full SHA for 48409e6 - Browse repository at this point
Copy the full SHA 48409e6View commit details -
Configuration menu - View commit details
-
Copy full SHA for a45d4f2 - Browse repository at this point
Copy the full SHA a45d4f2View commit details -
Collection name requires a red asterisk to indicate it as mandatory d…
…uring creation. (#852) * fix: label required * fix: item width style
Configuration menu - View commit details
-
Copy full SHA for b35b8b4 - Browse repository at this point
Copy the full SHA b35b8b4View commit details
Commits on Dec 26, 2024
-
Configuration menu - View commit details
-
Copy full SHA for 22bbb13 - Browse repository at this point
Copy the full SHA 22bbb13View commit details -
Configuration menu - View commit details
-
Copy full SHA for c11a74a - Browse repository at this point
Copy the full SHA c11a74aView commit details -
Configuration menu - View commit details
-
Copy full SHA for c0fef23 - Browse repository at this point
Copy the full SHA c0fef23View commit details
Commits on Dec 27, 2024
-
Configuration menu - View commit details
-
Copy full SHA for 43a175b - Browse repository at this point
Copy the full SHA 43a175bView commit details -
feat: add unit tests for Finetune components
Configuration menu - View commit details
-
Copy full SHA for 7dad4f5 - Browse repository at this point
Copy the full SHA 7dad4f5View commit details -
Configuration menu - View commit details
-
Copy full SHA for 75f1d0b - Browse repository at this point
Copy the full SHA 75f1d0bView commit details
Commits on Dec 30, 2024
-
Unit test for user settings profile (#880)
* Add user settings profile test * Migrate changes and fix unit test * Part of profile unit test * Fix unit test
Configuration menu - View commit details
-
Copy full SHA for 160da8b - Browse repository at this point
Copy the full SHA 160da8bView commit details
Commits on Jan 3, 2025
-
Configuration menu - View commit details
-
Copy full SHA for f152070 - Browse repository at this point
Copy the full SHA f152070View commit details
Commits on Jan 6, 2025
-
Optimize navbar responsive (#886)
Co-authored-by: HiveerLi <pingl@opencsg.com>
Configuration menu - View commit details
-
Copy full SHA for 1563384 - Browse repository at this point
Copy the full SHA 1563384View commit details -
Unit test for organization (#881)
* NewOrganization test * OrganizationSettings test * Update test * OrganizationDetail test * Code refactor * Code refactor --------- Co-authored-by: minghao.yang <mh.yang@opencsg.com> Co-authored-by: Hiveer <ljp.hiveer@gmail.com>
Configuration menu - View commit details
-
Copy full SHA for 21921a7 - Browse repository at this point
Copy the full SHA 21921a7View commit details -
Configuration menu - View commit details
-
Copy full SHA for 351d55a - Browse repository at this point
Copy the full SHA 351d55aView commit details -
Configuration menu - View commit details
-
Copy full SHA for 6500412 - Browse repository at this point
Copy the full SHA 6500412View commit details -
Configuration menu - View commit details
-
Copy full SHA for e5b4f87 - Browse repository at this point
Copy the full SHA e5b4f87View commit details -
Configuration menu - View commit details
-
Copy full SHA for 3589675 - Browse repository at this point
Copy the full SHA 3589675View commit details
Commits on Jan 7, 2025
-
Configuration menu - View commit details
-
Copy full SHA for f511917 - Browse repository at this point
Copy the full SHA f511917View commit details
Commits on Jan 8, 2025
-
Optimize api error code handler (#804)
* Only popup relogin dialog when code is 401 * Optimize the error handle of api response * Fix ElMessage missing * Remove not used code * Optimize error page redirection * Bug fix * Optimize error message
Configuration menu - View commit details
-
Copy full SHA for f7fabcd - Browse repository at this point
Copy the full SHA f7fabcdView commit details -
Admin tag category fetch from server (#892)
* Fetch tag category from server * Fetch tag category from server and make it related to tag scope * Bug fix
Configuration menu - View commit details
-
Copy full SHA for af9e5bf - Browse repository at this point
Copy the full SHA af9e5bfView commit details -
Support multiple tag filter (#893)
* Update the api for filter repos by tag category and tag name * Support multiple tag filter * bug fix consider the undefine case * Fix unit test
Configuration menu - View commit details
-
Copy full SHA for 9dba6bd - Browse repository at this point
Copy the full SHA 9dba6bdView commit details
Commits on Jan 13, 2025
-
Configuration menu - View commit details
-
Copy full SHA for 49600c7 - Browse repository at this point
Copy the full SHA 49600c7View commit details -
Refactor buttons in RepoClone.vue (#899)
* Refactor buttons in RepoClone.vue to use CsgButton component for consistency and improved styling. Updated button properties and classes for better UI alignment and functionality. * update CsgButton to support svg * Refactor HeaderTags.vue to use optional chaining for tag length checks, improving robustness against undefined values. --------- Co-authored-by: zhendi <zhendi.wang@gmail.com>
Configuration menu - View commit details
-
Copy full SHA for 28ffeb1 - Browse repository at this point
Copy the full SHA 28ffeb1View commit details
Commits on Jan 14, 2025
-
Configuration menu - View commit details
-
Copy full SHA for 73ef4fe - Browse repository at this point
Copy the full SHA 73ef4feView commit details -
* Move fetch tags from repo cards to tag side bar * Reafctor tag side bar and fetch tag category from server * Refactor tag side bar * Bug fix for tag select * Support general tags * Enable tag name i18n * Optimize tag management tag filter * Remove comments and bug fix * Fix tags locale * New category * Tag bug fix * Fix unit test * Remove comments * Bug fix on filter by tag * Bug fix
Configuration menu - View commit details
-
Copy full SHA for 4ebcf88 - Browse repository at this point
Copy the full SHA 4ebcf88View commit details
Commits on Jan 15, 2025
-
style(ui): standardize relation cards styling and spacing (#903)
* style(ui): standardize relation cards styling and spacing * style(ui): update text size in relation cards for improved readability
Configuration menu - View commit details
-
Copy full SHA for a021f5d - Browse repository at this point
Copy the full SHA a021f5dView commit details -
Configuration menu - View commit details
-
Copy full SHA for e7da1cc - Browse repository at this point
Copy the full SHA e7da1ccView commit details
Commits on Jan 16, 2025
-
refactor(prompts): standardize UI components and styling (#905)
* refactor(prompts): standardize UI components and styling Replace custom buttons with CsgButton, update color scheme to use Tailwind classes, improve responsive design, and standardize component spacing across prompts pages. Enhance accessibility with hover states and consistent text sizes. * style(prompts): enhance button styling and disable state in NewPromptsList.vue Updated the button in NewPromptsList.vue to use dynamic classes for improved styling based on the button's state. The button is now visually distinct when disabled, enhancing user experience and accessibility.
Configuration menu - View commit details
-
Copy full SHA for 68ef616 - Browse repository at this point
Copy the full SHA 68ef616View commit details -
fix(prompts): update button actions and labels in PromptsList.vue (#906)
Changed the button action from 'newPromptsList' to 'newPrompt' and updated the button label to reflect this change. This improves clarity and consistency in the user interface for managing prompts.ß
Configuration menu - View commit details
-
Copy full SHA for 522f656 - Browse repository at this point
Copy the full SHA 522f656View commit details -
Configuration menu - View commit details
-
Copy full SHA for 8a7fff2 - Browse repository at this point
Copy the full SHA 8a7fff2View commit details
Commits on Jan 19, 2025
-
Configuration menu - View commit details
-
Copy full SHA for 32d5eac - Browse repository at this point
Copy the full SHA 32d5eacView commit details
Commits on Jan 20, 2025
-
Configuration menu - View commit details
-
Copy full SHA for dc1e010 - Browse repository at this point
Copy the full SHA dc1e010View commit details
Commits on Jan 21, 2025
-
feat(navbar): add admin panel link and localization (#912)
- Wrap user avatar in a link to profile - Add admin panel link for admin users - Update English and Chinese localization for admin panel text
Configuration menu - View commit details
-
Copy full SHA for 5a36253 - Browse repository at this point
Copy the full SHA 5a36253View commit details
Commits on Jan 23, 2025
-
Configuration menu - View commit details
-
Copy full SHA for c9657f2 - Browse repository at this point
Copy the full SHA c9657f2View commit details
Commits on Jan 24, 2025
-
* add widget * add widget * update params&api * fix style * fix mobile style * add loading img fun * fix loading * fix ut
Configuration menu - View commit details
-
Copy full SHA for 222eecd - Browse repository at this point
Copy the full SHA 222eecdView commit details
There are no files selected for viewing