mirror of
https://github.com/floccusaddon/floccus.git
synced 2026-04-25 22:26:06 +03:00
[PR #1597] [MERGED] Add opt-in telemetry #1905
Labels
No labels
browser-specific
bug
correctness issues
enhancement
feature: Google Drive
feature: Linkwarden
feature: git
feature: nextcloud-bookmarks
feature: tabs
feature: webdav
help wanted
native-app
priority: high
priority: low
priority: medium
pull-request
question
question
stale
upstream
waiting for more information
wontfix
🙁 Not following issue template
No milestone
No project
No assignees
1 participant
Notifications
Due date
No due date set.
Dependencies
No dependencies set.
Reference
starred/floccus#1905
Loading…
Add table
Add a link
Reference in a new issue
No description provided.
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?
📋 Pull Request Information
Original PR: https://github.com/floccusaddon/floccus/pull/1597
Author: @marcelklehr
Created: 5/9/2024
Status: ✅ Merged
Merged: 5/9/2024
Merged by: @marcelklehr
Base:
develop← Head:sentry📝 Commits (1)
91133f6Add optional telemetry📊 Changes
13 files changed (+983 additions, -176 deletions)
View changed files
📝
.gitignore(+3 -0)📝
_locales/en/messages.json(+12 -0)📝
gulpfile.js(+17 -1)📝
manifest.json(+15 -11)📝
package-lock.json(+763 -161)📝
package.json(+2 -0)📝
src/lib/Account.ts(+23 -0)📝
src/lib/browser/BrowserController.js(+13 -0)📝
src/ui/App.vue(+19 -0)📝
src/ui/router.js(+8 -0)➕
src/ui/views/Telemetry.vue(+63 -0)📝
src/ui/views/Update.vue(+35 -2)📝
webpack.prod.js(+10 -1)📄 Description
No description provided
🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.