This description was created by Ellipsis for commit 81c283974051b898900ed01f3de6bf9a1529cac1
Summary:
Introduced a new applications page with components for fetching and displaying application data, and made minor updates to existing components and files.
Key points:
ChangedTooltipContent position from top to bottom in packages/webapp/app/(detail)/dashboard/clusters/[name]/Content.tsx.
AddedfetchApplicationsBuildsDeploymentsEnvironments and fetchDeploymentInfo functions in packages/webapp/app/dashboard/applications/actions.ts to fetch application-related data.
CreatedComponent in packages/webapp/app/dashboard/applications/component.tsx to display applications, builds, deployments, and environments with status and environment selection.
Updatedpackages/webapp/app/dashboard/applications/page.tsx to use the new Component and fetch data on the server side.
Removed unused tableBodyRef in packages/webapp/app/dashboard/clusters/clusters.tsx.
Increased PostgreSQL connection pool size to 100 in packages/webapp/app/server/db/index.ts.
Fixed import path for createHash in packages/webapp/app/server/db/schema.ts.
AddedFocusList component in packages/webapp/components/FocusList.tsx for keyboard and mouse navigation of lists.
Summary:
Introduced a new applications page with components for fetching and displaying application data, and made minor updates to existing components and files.
Key points:
TooltipContent
position fromtop
tobottom
inpackages/webapp/app/(detail)/dashboard/clusters/[name]/Content.tsx
.fetchApplicationsBuildsDeploymentsEnvironments
andfetchDeploymentInfo
functions inpackages/webapp/app/dashboard/applications/actions.ts
to fetch application-related data.Component
inpackages/webapp/app/dashboard/applications/component.tsx
to display applications, builds, deployments, and environments with status and environment selection.packages/webapp/app/dashboard/applications/page.tsx
to use the newComponent
and fetch data on the server side.tableBodyRef
inpackages/webapp/app/dashboard/clusters/clusters.tsx
.packages/webapp/app/server/db/index.ts
.createHash
inpackages/webapp/app/server/db/schema.ts
.FocusList
component inpackages/webapp/components/FocusList.tsx
for keyboard and mouse navigation of lists.Generated with :heart: by ellipsis.dev