[PR #504] [MERGED] UI rewrite #1608

Closed
opened 2026-02-25 23:30:15 +03:00 by kerem · 0 comments
Owner

📋 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: developHead: ui/vue


📝 Commits (10+)

📊 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.

## 📋 Pull Request Information **Original PR:** https://github.com/floccusaddon/floccus/pull/504 **Author:** [@marcelklehr](https://github.com/marcelklehr) **Created:** 4/29/2020 **Status:** ✅ Merged **Merged:** 5/1/2020 **Merged by:** [@marcelklehr](https://github.com/marcelklehr) **Base:** `develop` ← **Head:** `ui/vue` --- ### 📝 Commits (10+) - [`a658fd0`](https://github.com/floccusaddon/floccus/commit/a658fd02f67335b3c73b3b69e6a3bd7ac456f365) New UI using Vue.js - [`044bbe1`](https://github.com/floccusaddon/floccus/commit/044bbe1ea38cfc3b729c5a46fe6527f5419b2c9c) Finishing touches for the Vue UI - [`0583f48`](https://github.com/floccusaddon/floccus/commit/0583f482cacbd09ba47e8aa85b6f5293e8e69885) Remove old UI code - [`4ec774b`](https://github.com/floccusaddon/floccus/commit/4ec774b4adab12140ad3d93ee3547ae72858d65f) Fix lint errors - [`63fbb04`](https://github.com/floccusaddon/floccus/commit/63fbb04264345d11e1a762ac0543b2b021053874) Fix lint errors and tree shaking - [`547167c`](https://github.com/floccusaddon/floccus/commit/547167cd27f046815535c877622936368defe9e8) Fix tests - [`f48adf4`](https://github.com/floccusaddon/floccus/commit/f48adf40dddfabdd7e78f23067539a9592ef0afc) Fix tests - [`1b049e6`](https://github.com/floccusaddon/floccus/commit/1b049e6f327eb120effb25516a7bf234ccc43a5a) CI: Update selenium - [`56b9566`](https://github.com/floccusaddon/floccus/commit/56b9566380c94461fa57302ce9f6d90775f8a9b6) CI: Update selenium - [`eb5cdf8`](https://github.com/floccusaddon/floccus/commit/eb5cdf8a0da07e193f22fcd637b4a5a66addbf86) Merge branch 'develop' into ui/vue ### 📊 Changes **64 files changed** (+4389 additions, -2259 deletions) <details> <summary>View changed files</summary> 📝 `.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_ </details> ### 📄 Description _No description provided_ --- <sub>🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.</sub>
kerem 2026-02-25 23:30:15 +03:00
Sign in to join this conversation.
No milestone
No project
No assignees
1 participant
Notifications
Due date
The due date is invalid or out of range. Please use the format "yyyy-mm-dd".

No due date set.

Dependencies

No dependencies set.

Reference
starred/floccus#1608
No description provided.