Skip to content

Comments

Refactor CSS for velt-thread-card container to improve layout by adju…#51

Merged
rakesh-snippyly merged 1 commit intomainfrom
mayank/privado-wireframes-2
Feb 4, 2026
Merged

Refactor CSS for velt-thread-card container to improve layout by adju…#51
rakesh-snippyly merged 1 commit intomainfrom
mayank/privado-wireframes-2

Conversation

@rakesh-snippyly
Copy link
Contributor

@rakesh-snippyly rakesh-snippyly commented Feb 4, 2026

…sting selector specificity. Ensure proper display and alignment of child components for enhanced user experience.

Pull Request

Description

Type of Change

  • New demo application
  • Bug fix
  • Feature enhancement
  • Documentation update
  • Infrastructure/tooling change
  • Other (please describe):

Monorepo Structure Checklist

If adding a new demo, ensure you've followed the 5-level structure:

  • Placed in correct path: apps/<framework>/<document>/<type>/<implementation>/<library-or-solution>/<demo>/
  • Updated package.json with scoped name: @apps/<framework>-<document>-<library-or-solution>-<demo>
  • Created comprehensive README.md in the demo directory
  • Verified build passes: pnpm --filter <package-name> build
  • Verified dev server runs: pnpm --filter <package-name> dev

Deployment Checklist

If this demo should be deployed:

  • Added/updated Vercel project configuration
  • Updated GitHub Actions workflows (if applicable)
  • Verified deployment paths in CI/CD configs

Testing

  • Tested locally with pnpm -w install && pnpm -w build
  • Verified all affected apps still build
  • Tested dev servers for affected apps

Documentation

  • Updated relevant documentation (if needed)
  • Added demo to master-sample-app (if applicable)
  • Updated deployment docs (if applicable)

Related Issues

Screenshots/Videos

Additional Context


For Reviewers

Demo Location

Path: apps/<framework>/<document>/<type>/<implementation>/<library-or-solution>/<demo>/

Package name: @apps/<...>

How to Test

# Install dependencies
pnpm -w install

# Run the specific demo
pnpm --filter @apps/<package-name> dev

# Build the specific demo
pnpm --filter @apps/<package-name> build

Structure Verification

The demo follows the 5-level hierarchy:

  1. Framework:
  2. Document:
  3. Type:
  4. Implementation:
  5. Library/Solution:
  6. Demo:

Documentation: See README_MONOREPO.md and docs/structure.md for more details on the monorepo structure.


Note

Low Risk
Small, localized CSS selector change limited to the demo styling; risk is primarily minor layout regressions if any markup relies on the previous broader descendant targeting.

Overview
Tightens the CSS selector for .velt-thread-card--container so the flex column/width: 100% rules apply specifically to the direct app-if child (.velt-thread-card--container > app-if) instead of using nested styling. This increases selector specificity and avoids unintentionally affecting deeper app-if descendants, improving thread card layout consistency in the page-mode demo.

Written by Cursor Bugbot for commit d1f8a07. This will update automatically on new commits. Configure here.

…sting selector specificity. Ensure proper display and alignment of child components for enhanced user experience.
@vercel
Copy link

vercel bot commented Feb 4, 2026

The latest updates on your projects. Learn more about Vercel for GitHub.

Project Deployment Actions Updated (UTC)
sample-apps-codemirror-non-react-crdt-demo Ready Ready Preview, Comment Feb 4, 2026 5:53am
sample-apps-freestyle-comments-demo Ready Ready Preview, Comment Feb 4, 2026 5:53am
sample-apps-page-mode-demo Ready Ready Preview, Comment Feb 4, 2026 5:53am
sample-apps-tiptap-non-react-crdt-demo Ready Ready Preview, Comment Feb 4, 2026 5:53am
17 Skipped Deployments
Project Deployment Actions Updated (UTC)
master-sample-app Ignored Ignored Feb 4, 2026 5:53am
sample-apps-ag-grid-comment-aggregation Ignored Ignored Feb 4, 2026 5:53am
sample-apps-ag-grid-multiple-tools Ignored Ignored Feb 4, 2026 5:53am
sample-apps-ag-grid-single-tool Ignored Ignored Feb 4, 2026 5:53am
sample-apps-codemirror-crdt-demo Ignored Ignored Feb 4, 2026 5:53am
sample-apps-dashboard-demo Ignored Ignored Feb 4, 2026 5:53am
sample-apps-dashboard-inline-comments-demo Ignored Ignored Feb 4, 2026 5:53am
sample-apps-dashboard-mongo-db-demo Ignored Ignored Feb 4, 2026 5:53am
sample-apps-dashboard-postgres-demo Ignored Ignored Feb 4, 2026 5:53am
sample-apps-lexical-comments-demo Ignored Ignored Feb 4, 2026 5:53am
sample-apps-reactflow-demo Ignored Ignored Feb 4, 2026 5:53am
sample-apps-slatejs-comments-demo Ignored Ignored Feb 4, 2026 5:53am
sample-apps-tanstack-comment-aggregation Ignored Ignored Feb 4, 2026 5:53am
sample-apps-tanstack-multiple-tools Ignored Ignored Feb 4, 2026 5:53am
sample-apps-tanstack-single-tool Ignored Ignored Feb 4, 2026 5:53am
sample-apps-tiptap-comments-demo Ignored Ignored Feb 4, 2026 5:53am
sample-apps-tiptap-crdt-demo Ignored Ignored Feb 4, 2026 5:53am

Request Review

@rakesh-snippyly rakesh-snippyly merged commit d7742f0 into main Feb 4, 2026
24 checks passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants