Skip to content
This repository has been archived by the owner on May 20, 2023. It is now read-only.

1.1.0 Update: Editing and Refactoring. #31

Open
wants to merge 9 commits into
base: dev
Choose a base branch
from
Open

1.1.0 Update: Editing and Refactoring. #31

wants to merge 9 commits into from

Conversation

Guz013
Copy link
Member

@Guz013 Guz013 commented Feb 17, 2022

1.1.0 Update: Editing and Refactoring.

This update primarily focused on code refactoring on features and functions to more consistent and probably more performance-efficient methods and missing basic features.

New features:

  • PopUps: create a pop-up component, that will be primarily used for alerts new updates for the user.
  • Move: able the possibility of moving already created tasks;
  • Edit: add the control of editing already created tasks and sub-tasks;

Fixes and refactoring:

- Improved and rewrote part of the `storageManagement.ts` logic, now with the Lodash library for handling the objects, adding the real possibility of accessing the values via the path on the storage;

- To access now values on the meta scope of the storage the path needs to starts with `!` also;

- Refactored other files to use the new Storage Management's features;

- Deleted the `utils.ts` file;

- Fixed progress bar not properly updating when tasks and sub-tasks are deleted or created.
@Guz013 Guz013 added UPDATE New official updates for the app. enhancement New feature or request bugfix Pull request that fixes a bug. labels Feb 17, 2022
- Created a new PopUp component that opens when is loaded/mounted.

- New icon added: Cancel icon.

- Moved `open` and `close` keyframes from `SubTaskList.vue` to `_animations.scss`.
…`changeLog.md` file.

- New `MarkDown.vue` component for rendering `.md` files on the `\content` directory.

- `_content.scss` for special styling of markdown files.

- New `changeLog.md` files for list the last new MAJOR and MINOR updates.

- Added the changelog pop-up to the index file, which is displayed if the last version opened was before the current.

- New `lastOpen` value on the storage schema to store when the app was last opened by the user.
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
bugfix Pull request that fixes a bug. enhancement New feature or request UPDATE New official updates for the app.
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant