Skip to content

Commit

Permalink
Refactor
Browse files Browse the repository at this point in the history
  • Loading branch information
finlay-x committed Jan 31, 2024
1 parent 039ecc2 commit a42b4b5
Show file tree
Hide file tree
Showing 3 changed files with 1,759 additions and 1,651 deletions.
15 changes: 11 additions & 4 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -58,15 +58,22 @@ new f11y.ComponentName(componentElement, configObject); // Config is optional in

## Roadmap
#### V0.1 Release
- [ ] Documentation: Finish JSDoc & Documentation + refactor/optimisations
- [ ] Dropdown -- Disable close on background click
- [ ] Toast -- Key to focus to toast container area
- [ ] Tooltip -- Initial delay
- [ ] TabList -- Disable on select bugged
- [ ] Fix and test any final issues

#### V0.2 Release
- [ ] Bug: Toast awaitCloseTransition
- [ ] Bug: Toast awaitCloseTransition doesn't work
- [ ] Feature: Implement Search on Dropdown / Support Select
- [ ] Feature: Implement animation for Accordions
- [ ] Feature: Implement convert to accordion functionality on tabs

- [ ] Feature: Implement Submenu support on Dropdowns
- [ ] Feature: Implement swiping on tab panels

#### V1.0 Release
- [ ] Plugin: Resizable Windows
- [ ] Plugin: Date Picker
- [ ] Plugin: Input Range Sliders
- [ ] Plugin: Input Range Sliders
- [ ] Plugin: Context Menus (using templates)
16 changes: 12 additions & 4 deletions lib/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -58,15 +58,23 @@ new f11y.ComponentName(componentElement, configObject); // Config is optional in

## Roadmap
#### V0.1 Release
- [ ] Documentation: Finish JSDoc & Documentation + refactor/optimisations
- [ ] Dropdown -- Disable close on background click
- [ ] Toast -- Key to focus to toast container area
- [ ] Tooltip -- Initial delay
- [ ] TabList -- Disable on select bugged
- [ ] Fix and test any final issues
- [ ] Complete docs website

#### V0.2 Release
- [ ] Bug: Toast awaitCloseTransition
- [ ] Bug: Toast awaitCloseTransition doesn't work
- [ ] Feature: Implement Search on Dropdown / Support Select
- [ ] Feature: Implement animation for Accordions
- [ ] Feature: Implement convert to accordion functionality on tabs

- [ ] Feature: Implement Submenu support on Dropdowns
- [ ] Feature: Implement swiping on tab panels

#### V1.0 Release
- [ ] Plugin: Resizable Windows
- [ ] Plugin: Date Picker
- [ ] Plugin: Input Range Sliders
- [ ] Plugin: Input Range Sliders
- [ ] Plugin: Context Menus (using templates)
Loading

0 comments on commit a42b4b5

Please sign in to comment.