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
Guz
faed074acb
Merge pull request #11 from LoredDev/dependabot/npm_and_yarn/stylelint-14.3.0
...
chore(deps-dev): bump stylelint from 14.2.0 to 14.3.0
2022-02-01 13:39:30 -03: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
Guz
53b99bfdcc
Merge pull request #12 from LoredDev/dependabot/npm_and_yarn/sass-1.49.4
...
chore(deps-dev): bump sass from 1.48.0 to 1.49.4
2022-02-01 13:35:01 -03: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
Guz
ed4b0cea03
Merge pull request #13 from LoredDev/1.0.0-dev
...
1.0.0-dev: 1.0.0 release features completed
2022-02-01 11:59:03 -03: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
e522c42a8d
fix(cursorTaskComp): checkbox now sets the cursor to pointer
2022-01-31 17:42:32 -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
3091f63677
fix(subTaskState): subTask checking parent's state and not subTask's state
2022-01-30 20:59:44 -03:00
Guz
6ea20001e2
chore(types): added custom types for common objects/values.
2022-01-30 20:07:13 -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
7bd0e46f24
feat(subTasks): created SubTask and SubTaskList components.
...
Created the sub-tasks feature, now each Task component also has its sub-tasks and sub-task list, stored on LocalStorage parent object;
2022-01-30 17:53:48 -03:00
Guz
51c4618d9c
fix(animations): animations played before necessary / on page load, files location;
...
Fixed animation being played right after pages load, created `.preventAnimLoad` (used on a parent element that's being loaded), and `.preventAnim` classes (used on the element with the animation to be prevented) to this;
Moved `TaskList.vue` and `TaskComp.vue` to Task (`components/Task`) for better organization.
2022-01-30 17:50:27 -03:00
Guz
6a5cf5edda
style: code style in some files
2022-01-30 17:41:25 -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
b2e4b822e8
debug: removed buttons used for debugging the task component
2022-01-29 11:39:50 -03:00
Guz
cfdab5b7a4
feat(storageManagement): added sm.remove(), function now find the value's nested path, created utils.ts.
...
Created the `sm.remove()` function that, as its name implies, removes a value inside of LocalStorage's data;
Functions on StorageManagement now uses the nested path to locate a value on the LocalStorage;
Added description to `sm.get()`;
Created `utils.ts` for common functions/utilities;
2022-01-29 11:37:56 -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
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
d1e966a7cc
feat(dev, footer): added info about the storage file
...
Added when the memory/storage file was last updated to the footer and changed copyright from Project Lored to simply Lored.
2022-01-26 12:31:16 -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
10baf039df
fix(date-lib): hour display format.
...
Fixed how the readable hours are displayed, now something like 8:5 will be correctly displayed 08:05.
2022-01-26 12:23:24 -03:00
Guz
7bb6025c80
feat(devBuild): added app's version to the footer
2022-01-25 13:01:21 -03:00
Guz
6f3447e89c
feat(date): added simple library/module to handle date related requests
...
Created a simple "shorthand" module to help get the current date easily.
2022-01-25 12:58:16 -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
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
Guz
5f88fda173
Merge pull request #2 from ProjectLored/dependabot/npm_and_yarn/eslint-8.7.0
...
chore(deps-dev): bump eslint from 8.6.0 to 8.7.0
2022-01-17 22:11:17 +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
Guz
f096435076
Merge pull request #1 from ProjectLored/dependabot/npm_and_yarn/eslint-plugin-vue-8.3.0
...
chore(deps-dev): bump eslint-plugin-vue from 8.2.0 to 8.3.0
2022-01-17 22:08:15 +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
Guz
ec58e3fda0
Initial commit
2022-01-10 08:42:24 -03:00