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

Commits on Feb 17, 2022

  1. Configuration menu
    Copy the full SHA
    31592fe View commit details
    Browse the repository at this point in the history
  2. refactor(storageManagement): improved the overhaul Storage Management

    - 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 committed Feb 17, 2022
    Configuration menu
    Copy the full SHA
    6e0cb0b View commit details
    Browse the repository at this point in the history

Commits on Feb 19, 2022

  1. feat(popUp): Created new popUp.vue component

    - 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`.
    Guz013 committed Feb 19, 2022
    Configuration menu
    Copy the full SHA
    c8866fe View commit details
    Browse the repository at this point in the history
  2. feat(changelog-pop-up): Created new MarkDown.vue component and new …

    …`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.
    Guz013 committed Feb 19, 2022
    Configuration menu
    Copy the full SHA
    f59811b View commit details
    Browse the repository at this point in the history
  3. Merge pull request #33 from LoredDev/PopUps@1.1.0-dev

    Pop ups@1.1.0 dev
    Guz013 authored Feb 19, 2022
    Configuration menu
    Copy the full SHA
    f66d4f1 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    0f0dbb1 View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    73e3450 View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    a6fca05 View commit details
    Browse the repository at this point in the history
  7. fix: PopUp always appering

    Guz013 committed Feb 19, 2022
    Configuration menu
    Copy the full SHA
    b232746 View commit details
    Browse the repository at this point in the history