Visual indicators for unlimited tier users (#6270)

*  Visual indicators for unlimited tier users

* ♻️ Refactor to organize properly subscription

* ♻️ Refactor with PR feedback

* 💄 Add minor cosmetic changes

---------

Co-authored-by: Andrey Antukh <niwi@niwi.nz>
This commit is contained in:
Marina López 2025-04-15 12:47:37 +02:00 committed by GitHub
parent bb80da137d
commit f2977cf938
No known key found for this signature in database
GPG key ID: B5690EEEBB952194
18 changed files with 687 additions and 10 deletions

View file

@ -30,7 +30,9 @@ export PENPOT_FLAGS="\
enable-access-tokens \
enable-tiered-file-data-storage \
enable-file-validation \
enable-file-schema-validation";
enable-file-schema-validation \
enable-subscriptons \
enable-subscriptons-old";
# Default deletion delay for devenv
export PENPOT_DELETION_DELAY="24h"