Skip to content

Tags: AppsDevTeam/fancyadmin

Tags

v1.2

Toggle v1.2's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature.
Merge pull request #60 from AppsDevTeam/vite

build(vite): migrate fancyadmin assets from webpack to Vite

v1.1.6

Toggle v1.1.6's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature.
Merge pull request #59 from AppsDevTeam/f-fancyadmin-keep-scroll-afte…

…r-form-submit

feat: Keep scroll position after form submit

v1.1.5

Toggle v1.1.5's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature.
Merge pull request #58 from AppsDevTeam/summernote-code-view

summernote code view format

v1.1.4

Toggle v1.1.4's commit message
refactor: Use `getName()` method instead of direct property access

Ensures consistent access to the component/presenter name through a dedicated getter, improving encapsulation and maintainability.

v1.1.3

Toggle v1.1.3's commit message
feat: Add one-to-many relationship for Identity and Profiles

This change introduces the capability for an `Identity` to be associated with multiple `Profile` entities.

It implements bidirectional updates to maintain data consistency when establishing or managing these relationships.

v1.1.2

Toggle v1.1.2's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature.
Merge pull request #57 from AppsDevTeam/f-grid-search-field-customiza…

…tion

Enhances grid search field customization

v1.1.1

Toggle v1.1.1's commit message
fix: Ensure stable default ordering for profiles

v1.1.0

Toggle v1.1.0's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature.
Merge pull request #56 from AppsDevTeam/f-fix-select-account-subaccount

fix: parent-aware kontrola profilu v SelectAccount listeneru

v1.0.151

Toggle v1.0.151's commit message
feat: Add structured editing and display for JSON configurations

Enhances the user experience for managing JSON-typed configurations.

Previously, JSON values were treated as raw text, making them difficult to read and edit. This change introduces:
- Type-aware form fields (checkboxes, integers, text) for individual JSON keys, with translated labels, improving editability.
- A formatted list display of JSON key-value pairs in the configuration grid, also with translated labels, for better readability.
- Robust parsing and handling of legacy JSON serialization issues (e.g., trailing semicolons, double encoding).

v1.0.150

Toggle v1.0.150's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature.
Merge pull request #54 from AppsDevTeam/f-fix-sign-in-form-backoffice…

…-permission

Enforces permission check on sign-in