Commit Graph

7 Commits

Author SHA1 Message Date
Guz
ea1a31f46c fix(theme_color): fixed the manifest's theme_color value for a valid one 2022-02-11 19:38:21 -03:00
Guz
5ac236baec refactor(metaInfo): added meta tags and information. 2022-02-05 14:22:05 -03:00
Guz
6f5ff36aac fix(storage and linting): hot-fix on storageManagemtn set function and formated code.
Simple fix on the `set` function on the storage management that caused the JSON file to be an invalid schema. Formated the code to follow the code style.
2022-01-26 13:01:45 -03:00
Guz
468e0078f9 feat(storageManagement): added easy local storage management.
Created a simple library/functions to handle the JSON file used as memory on the browser's local storage, can handle errors, and can be reused in other projects without problems probably.

Version changed to 0.2.0
2022-01-26 12:28:22 -03:00
Guz
be9460a8ce fix: logo and icons now changes depending on page's theme
Used a workaround using CSS to change what element is displayed when the page's theme is changed, now depending on the theme's classes (`.light-mode` and `.dark-mode`) instead of with `$colorMode.value`, apparently it's wasn't working properly when the page is loaded multiple times.
2022-01-19 18:43:07 -03:00
Guz
e3efc2df91 'tiny' fix: repository info, code style, and bugs.
- Updated repository information like README, License, and app's version to 0.1.0 for better versioning;

- (Possibly) fixed PWA and page theme features;

- Fixed linting code format.
2022-01-19 16:58:55 -03:00
Guz
a59f1d375d Setup completed.
Completed the main setup of the development environment of nuxt.js and created a simple boilerplate/temporary start page with theme functionality.
2022-01-17 18:54:03 -03:00