mirror of
https://github.com/floccusaddon/floccus.git
synced 2026-04-25 14:16:12 +03:00
[PR #504] [MERGED] UI rewrite #1608
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#1608
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/504
Author: @marcelklehr
Created: 4/29/2020
Status: ✅ Merged
Merged: 5/1/2020
Merged by: @marcelklehr
Base:
develop← Head:ui/vue📝 Commits (10+)
a658fd0New UI using Vue.js044bbe1Finishing touches for the Vue UI0583f48Remove old UI code4ec774bFix lint errors63fbb04Fix lint errors and tree shaking547167cFix testsf48adf4Fix tests1b049e6CI: Update selenium56b9566CI: Update seleniumeb5cdf8Merge branch 'develop' into ui/vue📊 Changes
64 files changed (+4389 additions, -2259 deletions)
View changed files
📝
.eslintrc.json(+40 -9)📝
.github/workflows/tests.yml(+7 -6)📝
.prettierrc(+2 -1)📝
_locales/en/messages.json(+38 -5)📝
gulpfile.js(+19 -19)📝
html/background.html(+0 -0)📝
html/options.html(+3 -14)📝
html/test.html(+0 -0)📝
package-lock.json(+2326 -318)📝
package.json(+27 -1)📝
src/entries/options.js(+2 -112)📝
src/lib/Account.js(+13 -13)📝
src/lib/AccountStorage.js(+11 -11)📝
src/lib/Controller.js(+20 -16)📝
src/lib/LocalTree.js(+0 -2)📝
src/lib/Logger.js(+1 -0)📝
src/lib/OrderTracker.js(+3 -3)📝
src/lib/Tree.js(+7 -7)📝
src/lib/adapters/Caching.js(+1 -1)📝
src/lib/adapters/Fake.js(+0 -12)...and 44 more files
📄 Description
No description provided
🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.