-
-
Notifications
You must be signed in to change notification settings - Fork 45
Development
Anton Stubenbord edited this page Oct 27, 2023
·
1 revision
The following is a list of things to keep in mind when implementing a new feature.
- I have ensured that only users with the correct permissions (paperless-ngx 1.14.0+) can access this feature and API calls are only carried out if the required permissions are present.
- I have ensured that animations are disabled based on the
MediaQuery.of(context).disableAnimations
flag. This includes page transitions, Hero animations or other custom animations.