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

Template Builder: Make toolbar sticky and add <ng-content> for actions #25163

Closed
Tracked by #24535
fmontes opened this issue Jun 6, 2023 · 0 comments · Fixed by #25194
Closed
Tracked by #24535

Template Builder: Make toolbar sticky and add <ng-content> for actions #25163

fmontes opened this issue Jun 6, 2023 · 0 comments · Fixed by #25194

Comments

@fmontes
Copy link
Member

fmontes commented Jun 6, 2023

User Story

As a dotCMS stakeholder, I want to have a sticky toolbar in the template builder, so I can easily access my tools while working on templates.

The toolbar should be sticky and the content should scroll.

Acceptance Criteria

  • Use the primeng toolbar component
  • Use <ng-content> to be able to add tools on the right as per the design
  • Toolbar should be sticky while the grid should scroll

Proposed Objective

Core Features

Proposed Priority

Priority 3 - Average

External Links... Slack Conversations, Support Tickets, Figma Designs, etc.

Kapture.2023-06-06.at.14.32.08.mp4

Assumptions & Initiation Needs

  • Familiarity with primeng toolbar component
  • Familiarity with <ng-content>

Quality Assurance Notes & Workarounds

N/A

Sub-Tasks & Estimates

  • Familiarize with primeng toolbar component
  • Familiarize with <ng-content>
  • Implement sticky toolbar in template builder
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment