-
Notifications
You must be signed in to change notification settings - Fork 53
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+instrumentation-mongoose@0.46.0_@opentelemetry+api@1.9.0.js
Added vendor chunk for OpenTelemetry Mongoose instrumentation.
frontend/apps/erd-web/.next/server/vendor-chunks/@opentelemetry+instrumentation-mongoose@0.46.0_@opentelemetry+api@1.9.0.js
integration.
module-details-from-path@1.0.3.js
Added vendor chunk for module-details-from-path package.
frontend/apps/erd-web/.next/server/vendor-chunks/module-details-from-path@1.0.3.js
module-details-from-path
package.@opentelemetry+instrumentation-fastify@0.44.1_@opentelemetry+api@1.9.0.js
Add OpenTelemetry Fastify instrumentation vendor chunk.
frontend/apps/erd-web/.next/server/vendor-chunks/@opentelemetry+instrumentation-fastify@0.44.1_@opentelemetry+api@1.9.0.js
@opentelemetry/instrumentation-fastify
.instrumentation.
has-flag@4.0.0.js
Add `has-flag` utility vendor chunk.
frontend/apps/erd-web/.next/server/vendor-chunks/has-flag@4.0.0.js
has-flag
.arguments.
@opentelemetry+api-logs@0.57.1.js
Add OpenTelemetry API logs vendor chunk.
frontend/apps/erd-web/.next/server/vendor-chunks/@opentelemetry+api-logs@0.57.1.js
as
NoopLogger
,ProxyLogger
, andLogsAPI
.compatibility checks.
@opentelemetry+redis-common@0.36.2.js
Add OpenTelemetry Redis common vendor chunk.
frontend/apps/erd-web/.next/server/vendor-chunks/@opentelemetry+redis-common@0.36.2.js
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