-
Notifications
You must be signed in to change notification settings - Fork 52
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
Feat/make it easier to display table names #876
base: main
Are you sure you want to change the base?
Feat/make it easier to display table names #876
Conversation
|
The latest updates on your projects. Learn more about Vercel for Git ↗︎ |
@prakha is attempting to deploy a commit to the ROUTE06 Core Team on Vercel. A member of the Team first needs to authorize it. |
PR Reviewer Guide 🔍Here are some key observations to aid the review process:
|
PR Code Suggestions ✨Explore these optional code suggestions:
|
Hi @prakha, Can you check your changes? You seem to be committing |
Since |
…it_easier_to_display_table_names
Issue
Why is this change needed?
What would you like reviewers to focus on?
Testing Verification
What was done
🤖 Generated by PR Agent at 43ad3fc
TableNode
component by adding tooltip functionality to display table names and refactored imports for consistency.TableHeader
component by removing tooltip functionality and directly displaying table names.module-details-from-path
andhas-flag
.Detailed Changes
2 files
cache-life.d.ts
Added type definitions for Next.js cache configurations.
frontend/apps/erd-web/.next/types/cache-life.d.ts
unstable_cacheLife
function with predefined profiles like"default", "seconds", "minutes", etc.
stale
,revalidate
, andexpire
properties.CookieConsent.module.css.d.ts
Added type definitions for CookieConsent CSS module.
frontend/apps/erd-web/components/CookieConsent/CookieConsent.module.css.d.ts
component.
button
,content
,controls
, etc.2 files
TableNode.tsx
Enhanced TableNode component with tooltip for table names.
frontend/packages/erd-core/src/features/erd/components/ERDContent/components/TableNode/TableNode.tsx
TooltipProvider
.TooltipContent
to show table name on hover.TableHeader.tsx
Simplified TableHeader component by removing tooltip.
frontend/packages/erd-core/src/features/erd/components/ERDContent/components/TableNode/TableHeader/TableHeader.tsx
TableHeader
.a tooltip.
6 files
@opentelemetry[email protected]_@[email protected]
Added vendor chunk for OpenTelemetry Mongoose instrumentation.
frontend/apps/erd-web/.next/server/vendor-chunks/@opentelemetry+instrumentation-mongoose@0.46.0_@opentelemetry[email protected]
integration.
[email protected]
Added vendor chunk for module-details-from-path package.
frontend/apps/erd-web/.next/server/vendor-chunks/[email protected]
module-details-from-path
package.@opentelemetry[email protected]_@[email protected]
Add OpenTelemetry Fastify instrumentation vendor chunk.
frontend/apps/erd-web/.next/server/vendor-chunks/@opentelemetry+instrumentation-fastify@0.44.1_@opentelemetry[email protected]
@opentelemetry/instrumentation-fastify
.instrumentation.
[email protected]
Add `has-flag` utility vendor chunk.
frontend/apps/erd-web/.next/server/vendor-chunks/[email protected]
has-flag
.arguments.
@opentelemetry[email protected]
Add OpenTelemetry API logs vendor chunk.
frontend/apps/erd-web/.next/server/vendor-chunks/@[email protected]
as
NoopLogger
,ProxyLogger
, andLogsAPI
.compatibility checks.
@opentelemetry[email protected]
Add OpenTelemetry Redis common vendor chunk.
frontend/apps/erd-web/.next/server/vendor-chunks/@[email protected]
defaultDbStatementSerializer
for serializing Redis commandsbased on predefined subsets.
1 files
middleware-build-manifest.js
Add middleware build manifest configuration.
frontend/apps/erd-web/.next/server/middleware-build-manifest.js
configurations.
91 files
Additional Notes