Closed meduzen closed 9 months ago
Updates on Dependency Management
package-lock.json
.package.json
, the 'dev' and 'build' scripts were updated and some dependencies were updated to newer versions.Improvements on Code Structure
src/js/burokku.js
to ensure better performance and code readability.src/js/events/EventsManager.js
, focusing on the improvement of method structure and event listeners.UI Update on Index.html
Removal, Addition, and Refactoring of Files and Folders
src/js/helpers/EventListenerOptions/helpers.js
.src/js/helpers/Storage/idbDetect.js
.src/js/modes/pomodoro.js
.Introduction of New Features
ServiceWorker.js
module now supports function 'initServiceWorker' and wallet
was introduced in Wallet.js
.SASS Styling
src/sass/layout/index.scss
and addition of src/sass/layout/_timer.scss
.Configuration File Changes
vite.config.js
was altered as per the new project needs. Path | Size | Loading time (3g) | Running time (snapdragon) | Total time |
---|---|---|---|---|
Everything | 284.36 KB (-0.1% 🔽) | 5.7 s (-0.1% 🔽) | 5.8 s (+4.03% 🔺) | 11.5 s |
HTML | 4.38 KB (0%) | 88 ms (0%) | 0 ms (+100% 🔺) | 88 ms |
CSS | 3.49 KB (-2.62% 🔽) | 70 ms (-2.62% 🔽) | 0 ms (+100% 🔺) | 70 ms |
JS | 6.77 KB (-2.71% 🔽) | 136 ms (-2.71% 🔽) | 7.7 s (+88.81% 🔺) | 7.9 s |
Fonts | 58.09 KB (0%) | 1.2 s (0%) | 0 ms (+100% 🔺) | 1.2 s |
Sounds (FLAC) | 125.78 KB (0%) | 2.6 s (0%) | 0 ms (+100% 🔺) | 2.6 s |
Sounds (WAV) | 168.79 KB (0%) | 3.4 s (0%) | 0 ms (+100% 🔺) | 3.4 s |
This is a global JavaScript refactor to rely more on real modules instead of attaching them to an app object.
So it does less of this:
and more of this: