Commit Graph

14 Commits

Author SHA1 Message Date
alexsparkes
397c67ff83 refactor(weather): Reduce repeated code on expanded 2024-02-23 22:40:45 +00:00
alexsparkes
90092a80ea chore: cleanup modal variable names 2024-02-23 18:54:42 +00:00
alexsparkes
03a55a21bd fix(welcome): Naming convention 2024-02-21 11:46:01 +00:00
alexsparkes
a45238ea54 refactor(welcome): Improved readability of changing tab + intro cleanup
Co-authored-by: David Ralph <me@davidcralph.co.uk>
Co-authored-by: Isaac <contact@eartharoid.me>
2024-02-21 10:47:50 +00:00
alexsparkes
90ed4d8d7c refactor(greeting): Move events into static json file 2024-02-20 21:36:33 +00:00
alexsparkes
56463d3609 refactor(welcome): Convert into function 2024-02-20 20:29:51 +00:00
alexsparkes
4975bd3077 refactor(marketplace & achievements): Structural achanges and fixes
Co-authored-by: Isaac <contact@eartharoid.me>
Co-authored-by: David Ralph <me@davidcralph.co.uk>
2024-02-19 23:37:25 +00:00
alexsparkes
e0ced3de08 fix(styles): CSS webkit warnings 2024-02-19 20:05:23 +00:00
alexsparkes
ffb1c513c9 refactor(welcome): Improve readability of sections 2024-02-19 19:51:12 +00:00
alexsparkes
5a0185c574 refactor(welcome): Move image to component 2024-02-19 18:49:20 +00:00
alexsparkes
6e85da363c fix(background): Offline images 2024-02-19 13:07:44 +00:00
David Ralph
294b3830bf refactor(modules): second part of moving files around, changing layout etc 2024-02-19 09:42:59 +00:00
David Ralph
618b5fe466 refactor(modules): experimental changes to module structure 2024-02-18 23:27:38 +00:00
David Ralph
10f12b20c5 7.x Structural Changes (#637)
* refactor(files): Initial commit on experimental file structure

* refactor(structure): New components system

* refactor(structure): Tidy settings' components

* Refactor(structure): Component exports and imports

* refactor(settings): Use new component imports

* feat: unified background.js script

* fix(build): Partially, distributions still not ready

* feat: critical error on noscript, light theme support for it

* fix(background): Critical issue of code making every background #000

* refactor(welcome): Partition into different files + shared components
- This took too long and destroyed my sanity

---------

Co-authored-by: alexsparkes <turbomarshmello@gmail.com>
Co-authored-by: alexsparkes <alexsparkes@gmail.com>
2024-02-18 23:05:15 +00:00