mirror of
https://github.com/pelican-dev/panel.git
synced 2026-05-04 18:00:48 +03:00
Egg feature modals are missing in new client area #209
Reference in New Issue
Block a user
Delete Branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
Originally created by @Boy132 on GitHub (Dec 3, 2024).
Originally assigned to: @lancepioch on GitHub.
The old client area has some modals that display when it finds specific strings in a console line. This should also be implemented in the new client area.
https://github.com/pelican-dev/panel/tree/release/v1.0.0-beta17/resources/scripts/components/server/features
@PalmarHealer commented on GitHub (Apr 28, 2025):
Wouldn't it be better if the modals/popups were defined in the egg, so that new ones could be added without requiring a code change?