Skip to content

GitLab

  • Menu
Projects Groups Snippets
  • Help
    • Help
    • Support
    • Community forum
    • Submit feedback
    • Contribute to GitLab
  • Sign in
  • P Plasma Workspace
  • Project information
    • Project information
    • Activity
    • Labels
    • Members
  • Repository
    • Repository
    • Files
    • Commits
    • Branches
    • Tags
    • Contributors
    • Graph
    • Compare
  • Issues 18
    • Issues 18
    • List
    • Boards
    • Service Desk
    • Milestones
  • Merge requests 96
    • Merge requests 96
  • CI/CD
    • CI/CD
    • Pipelines
    • Jobs
    • Schedules
  • Deployments
    • Deployments
    • Releases
  • Analytics
    • Analytics
    • Value stream
    • CI/CD
    • Repository
  • Wiki
    • Wiki
  • Snippets
    • Snippets
  • Activity
  • Graph
  • Create a new issue
  • Jobs
  • Commits
  • Issue Boards
Collapse sidebar
  • Plasma
  • Plasma Workspace
  • Merge requests
  • !1210

Merged
Created Nov 19, 2021 by Nate Graham@ngrahamDeveloper

applets/notifications: re-implement critical notification line better

  • Overview 29
  • Commits 2
  • Pipelines 14
  • Changes 2

Two commits which should not be squashed if this is merged

Author: Nate Graham <nate@kde.org>
Date:   Fri Nov 19 13:33:46 2021 -0700

    applets/notifications: re-implement critical notification line better
    
    This commit re-implements the critical notification to be inside the
    notification popup, not the notification item. This yields several
    benefits:
    - It's the semantically correct place to implement it since critical
      notifications don't appear in the history, so there's no reason to
      implement it in a component that's re-used for the history view
    - The line extends down to the bottom for critical notifications that
      have  buttons, job progress, text input fields, files, or screenshots
    - Simpler code overall
Author: Nate Graham <nate@kde.org>
Date:   Fri Nov 19 12:57:47 2021 -0700

    Revert "applets/notifications: Embellish header for critical notifications"
    
    This reverts commit be7efa5ec2bcf2c87947ee2ff5e2b9c70eb2084e.
    This reverts commit 93355636de136e99112a19a57deccbd2e8dfbd66.
    
    This was not the best way to implement the feature, as it failed to take
    into account the fact that critical notifications can have more content
    than just text. A better place to implement it would be in the popup
    itself.

cc @broulik

Edited Dec 03, 2021 by Nate Graham
Assignee
Assign to
Reviewer
Request review from
Time tracking
Source branch: critical-notification-line-only-in-popup