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

Marketplace - hover state has the wrong bg color and truncate description #9313

Closed
ograce1421 opened this issue Jan 22, 2025 · 1 comment · Fixed by #9463 or #9465
Closed

Marketplace - hover state has the wrong bg color and truncate description #9313

ograce1421 opened this issue Jan 22, 2025 · 1 comment · Fixed by #9463 or #9465
Assignees
Labels
good first issue Good for newcomers platform/frontend AutoGPT Platform - Front end UI

Comments

@ograce1421
Copy link

ograce1421 commented Jan 22, 2025

Describe your issue.

Current card on the agent home page
Image

On this card on the home page, when you're hovering over it it shows a grey background color. Please fix to match the rest of the card color. As per the designs on the Figma.

Image
@Abhi1992002 Abhi1992002 added the good first issue Good for newcomers label Jan 30, 2025
@linear linear bot added UI platform/frontend AutoGPT Platform - Front end labels Jan 31, 2025
@andrewhooker2
Copy link
Contributor

@ograce1421

Happy to pick this up. Would you provide a link to this figma you are referring here to?
This helps me visualize the changes you are requesting overall.

@andrewhooker2 andrewhooker2 self-assigned this Feb 3, 2025
github-merge-queue bot pushed a commit that referenced this issue Feb 11, 2025
…ofile route (#9465)

### Background
Resolves: #9313

The application is incorrectly nesting the user's profile settings
within the route of `/marketplace` instead of the appropriate route of
`/profile`

This pr will modify the existing code to handle the relocation of the
(user) directory from the /marketplace to /profile.

### Changes 🏗️

1. Refactored directory of `(user)`:
- Moved the directory of (user) from `/marketplace/(user)` to
`profile/(user)`


2. Update Sidebar and Navbar components:
- Updating the existing code from the routing of market to profile by
modifying the existing routes.

### Checklist 📋

#### For code changes:
- [x] I have clearly listed my changes in the PR description
- [x] I have made a test plan
- [x] I have tested my changes according to the test plan:

<details>
  <summary>Test Plan</summary>
  
  - [ ] Navigate to the route of `profile/` and observe the moved page.
- [ ] Navigate to the route of `profile/integrations` and observe the
moved page.
- [ ] Navigate to the route of `profile/api_keys` and observe the moved
page.
- [ ] Navigate to the route of `profile/profile` and observe the moved
page.
- [ ] Navigate to the route of `profile/settings` and observe the moved
page.
- [ ] Navigate to the route of `profile/credits` and observe the moved
page.
</details>
@github-project-automation github-project-automation bot moved this to Done in Frontend Feb 12, 2025
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
good first issue Good for newcomers platform/frontend AutoGPT Platform - Front end UI
Projects
Status: Done
3 participants