Guz
98163fdb09
fix(subTasks): Fixed subTaskLists not being properly updated.
...
Fix ´SubTaskList´ components not being properly rendered when a task was deleted.
Also added a `v-if` and `Lazy` prefix for ´SubTaskList´ components.
2022-02-17 10:00:41 -03:00
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
7772dd2cb5
fix(SubTaskInput): Hotfix on SubTaskInput not working properly
...
Hotfix new subtasks not being added on tasks with the id bigger than `0`
2022-02-07 09:26:00 -03:00
Guz
5cbb0405ad
chore(version): changed version to 1.0.0
2022-02-05 18:16:26 -03:00
Guz
7e6869d741
feat(storageSize): created sm.getSize() that returns the size of the localStorage JSON file.
2022-02-05 17:57:02 -03:00
Guz
93fd76e803
chrore(favicon): updated favicons.
2022-02-05 16:59:19 -03:00
Guz
5ac236baec
refactor(metaInfo): added meta tags and information.
2022-02-05 14:22:05 -03:00
Guz
bbcd387d14
chore(lintScript): changed script name from lintfix to lint:fix.
2022-02-05 14:15:49 -03:00
Guz
92050b5fb7
fix(pageStyle): improved the style of the application.
...
Improved the code of the page's style and improved the support for mobile devices.
2022-02-05 14:14:51 -03:00
Guz
aecb49e40a
fix(logo): updated the app's logo
2022-02-01 16:50:26 -03:00
Guz
a8ca1481ee
Merge pull request #7 from LoredDev/dependabot/npm_and_yarn/eslint-plugin-vue-8.4.0
...
chore(deps-dev): bump eslint-plugin-vue from 8.3.0 to 8.4.0
2022-02-01 13:45:50 -03:00
Guz
2ea321ca24
Merge pull request #8 from LoredDev/dependabot/npm_and_yarn/eslint-8.8.0
...
chore(deps-dev): bump eslint from 8.7.0 to 8.8.0
2022-02-01 13:45:12 -03:00
Guz
8a00a69f70
Merge pull request #9 from LoredDev/dependabot/npm_and_yarn/nuxt/image-0.6.1
...
chore(deps-dev): bump @nuxt/image from 0.6.0 to 0.6.1
2022-02-01 13:44:29 -03:00
dependabot[bot]
882faa7189
chore(deps-dev): bump eslint-plugin-vue from 8.3.0 to 8.4.0
...
Bumps [eslint-plugin-vue](https://github.com/vuejs/eslint-plugin-vue ) from 8.3.0 to 8.4.0.
- [Release notes](https://github.com/vuejs/eslint-plugin-vue/releases )
- [Commits](https://github.com/vuejs/eslint-plugin-vue/compare/v8.3.0...v8.4.0 )
---
updated-dependencies:
- dependency-name: eslint-plugin-vue
dependency-type: direct:development
update-type: version-update:semver-minor
...
Signed-off-by: dependabot[bot] <support@github.com >
2022-02-01 16:36:30 +00:00
dependabot[bot]
6a945ff733
chore(deps-dev): bump eslint from 8.7.0 to 8.8.0
...
Bumps [eslint](https://github.com/eslint/eslint ) from 8.7.0 to 8.8.0.
- [Release notes](https://github.com/eslint/eslint/releases )
- [Changelog](https://github.com/eslint/eslint/blob/main/CHANGELOG.md )
- [Commits](https://github.com/eslint/eslint/compare/v8.7.0...v8.8.0 )
---
updated-dependencies:
- dependency-name: eslint
dependency-type: direct:development
update-type: version-update:semver-minor
...
Signed-off-by: dependabot[bot] <support@github.com >
2022-02-01 16:35:56 +00:00
dependabot[bot]
528df292a5
chore(deps-dev): bump stylelint from 14.2.0 to 14.3.0
...
Bumps [stylelint](https://github.com/stylelint/stylelint ) from 14.2.0 to 14.3.0.
- [Release notes](https://github.com/stylelint/stylelint/releases )
- [Changelog](https://github.com/stylelint/stylelint/blob/main/CHANGELOG.md )
- [Commits](https://github.com/stylelint/stylelint/compare/14.2.0...14.3.0 )
---
updated-dependencies:
- dependency-name: stylelint
dependency-type: direct:development
update-type: version-update:semver-minor
...
Signed-off-by: dependabot[bot] <support@github.com >
2022-02-01 16:35:55 +00:00
dependabot[bot]
ff9aca9b2e
chore(deps-dev): bump sass from 1.48.0 to 1.49.4
...
Bumps [sass](https://github.com/sass/dart-sass ) from 1.48.0 to 1.49.4.
- [Release notes](https://github.com/sass/dart-sass/releases )
- [Changelog](https://github.com/sass/dart-sass/blob/main/CHANGELOG.md )
- [Commits](https://github.com/sass/dart-sass/compare/1.48.0...1.49.4 )
---
updated-dependencies:
- dependency-name: sass
dependency-type: direct:development
update-type: version-update:semver-minor
...
Signed-off-by: dependabot[bot] <support@github.com >
2022-02-01 16:02:44 +00:00
dependabot[bot]
f4b7ac7fdb
chore(deps-dev): bump @nuxt/image from 0.6.0 to 0.6.1
...
Bumps [@nuxt/image](https://github.com/nuxt/image ) from 0.6.0 to 0.6.1.
- [Release notes](https://github.com/nuxt/image/releases )
- [Changelog](https://github.com/nuxt/image/blob/main/CHANGELOG.md )
- [Commits](https://github.com/nuxt/image/compare/v0.6.0...v0.6.1 )
---
updated-dependencies:
- dependency-name: "@nuxt/image"
dependency-type: direct:development
update-type: version-update:semver-patch
...
Signed-off-by: dependabot[bot] <support@github.com >
2022-02-01 14:50:25 +00:00
Guz
35c85fd3de
feat(inputs): Created inputs to the user create custom tasks.
...
Created inputs for task and sub-tasks (`Task/TaskInput.vue`, `SubTask/SubTaskInput.vue`), enabling the creation of custom tasks and sub-tasks;
Removed debug buttons.
2022-02-01 11:44:04 -03:00
Guz
9f6d6d186d
feat(progressBar): added progress bar
...
Created a progress bar component `ProgressBar.vue` that independently tracks how many tasks and sub-tasks have been completed.
2022-01-31 12:20:08 -03:00
Guz
03c21d3523
fix(version): fixed app's version in correlation with the last commit/feature
2022-01-30 18:55:26 -03:00
Guz
e6d036784f
feat(taskList): created task list and improved task component
...
Created the Task List component to handle and render the Task components dynamically;
Improved Task component to now be able to delete itself from the list / added task controls;
Task's state now are saved in LocalStorage;
Added animations to Task Components;
2022-01-29 11:46:57 -03:00
Guz
191dcad134
feat(tasks): Created the base of the Task Component
2022-01-28 11:15:07 -03:00
Guz
f78a89d81b
fix(theme): changed and added colors
...
Updated the page's colors to follow the CatCupp pastel theme.
2022-01-28 11:07:41 -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
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
d9b26816f0
Merge pull request #3 from ProjectLored/dependabot/npm_and_yarn/core-js-3.20.3
...
fix(deps): bump core-js from 3.20.2 to 3.20.3
2022-01-17 22:16:11 +00:00
dependabot[bot]
9331cf4a61
chore(deps-dev): bump eslint from 8.6.0 to 8.7.0
...
Bumps [eslint](https://github.com/eslint/eslint ) from 8.6.0 to 8.7.0.
- [Release notes](https://github.com/eslint/eslint/releases )
- [Changelog](https://github.com/eslint/eslint/blob/main/CHANGELOG.md )
- [Commits](https://github.com/eslint/eslint/compare/v8.6.0...v8.7.0 )
---
updated-dependencies:
- dependency-name: eslint
dependency-type: direct:development
update-type: version-update:semver-minor
...
Signed-off-by: dependabot[bot] <support@github.com >
2022-01-17 22:09:07 +00:00
dependabot[bot]
d0414f6c78
fix(deps): bump core-js from 3.20.2 to 3.20.3
...
Bumps [core-js](https://github.com/zloirock/core-js ) from 3.20.2 to 3.20.3.
- [Release notes](https://github.com/zloirock/core-js/releases )
- [Changelog](https://github.com/zloirock/core-js/blob/master/CHANGELOG.md )
- [Commits](https://github.com/zloirock/core-js/compare/v3.20.2...v3.20.3 )
---
updated-dependencies:
- dependency-name: core-js
dependency-type: direct:production
update-type: version-update:semver-patch
...
Signed-off-by: dependabot[bot] <support@github.com >
2022-01-17 21:56:40 +00:00
dependabot[bot]
5b34112fc8
chore(deps-dev): bump eslint-plugin-vue from 8.2.0 to 8.3.0
...
Bumps [eslint-plugin-vue](https://github.com/vuejs/eslint-plugin-vue ) from 8.2.0 to 8.3.0.
- [Release notes](https://github.com/vuejs/eslint-plugin-vue/releases )
- [Commits](https://github.com/vuejs/eslint-plugin-vue/compare/v8.2.0...v8.3.0 )
---
updated-dependencies:
- dependency-name: eslint-plugin-vue
dependency-type: direct:development
update-type: version-update:semver-minor
...
Signed-off-by: dependabot[bot] <support@github.com >
2022-01-17 21:56:13 +00: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