Problem/Motivation
There are several @todos in the current svelte code that point to unused components. This issue is for removing them. Also would probably be good to go through each svelte file and just remove other potential unused components/variables.
Steps to reproduce
Proposed resolution
Remaining tasks
- ✅ File an issue about this project
- ☐ Manual Testing
- ☐ Code Review
- ☐ Accessibility Review
- ☐ Automated tests needed/written?
Issue fork project_browser-3284092
Show commands
Start within a Git clone of the project using the version control instructions.
Or, if you do not have SSH keys set up on git.drupalcode.org:
Comments
Comment #2
hooroomooComment #3
hooroomooComment #5
hooroomooComment #6
hooroomooi dont think this is an MVP requirement but adding the tag for board visibility
Comment #8
narendrarAll the @todo's are removed except
state.closeButtonwhich is handled in https://www.drupal.org/project/project_browser/issues/3284094.Tested manually and all functionality is working as expected, hence marking as RTBC.
Comment #11
bnjmnmA nice grab bag of cruft removal. Merged!