Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
feat(projectHistoryLogs): hide export button behind feature flag TASK…
…-1359 (#5347) ### 🗒️ Checklist 1. [x] run linter locally 2. [x] update all related docs (API, README, inline, etc.), if any 3. [x] draft PR with a title `<type>(<scope>)<!>: <title> TASK-1234` 4. [x] tag PR: at least `frontend` or `backend` unless it's global 5. [x] fill in the template below and delete template comments 6. [x] review thyself: read the diff and repro the preview as written 7. [x] open PR & confirm that CI passes 8. [x] request reviewers, if needed 9. [ ] delete this section before merging ### 💭 Notes This PR hides the `Export all data` button behind a feature flag, to be viewed and tested conditionally. The final implementation of the button will be worked on a future PR, for another project. ### 👀 Preview steps 1. ℹ️ have account and a project 2. Have the activity logs feature flag on with: ?ff_activityLogsEnabled=true 3. Make some changes to the project, like editing the form and redeploying 4. Navigate to Project > Settings > Activity 5. 🟢 `Export all data` should not be visible 6. Enable the button feature flag with: ?ff_exportActivityLogsEnabled=true 7. 🟢 `Export all data` should be visible 8. Button behavior is mocked so far and won't have any effect right now
- Loading branch information