AprilSylph / XKit-Rewritten

🧰 The enhancement suite for Tumblr's new web interface
GNU General Public License v3.0
274 stars 44 forks source link

upgrade directory structure #1507

Closed AprilSylph closed 6 days ago

AprilSylph commented 1 week ago

Description

Renames src/scripts to src/features to match the terminology we use on the Wiki; renames src/util to src/utils because I think having a non-plural name for this directory is silly; and of course renames src/browser_action to src/action for the impending Manifest V3 upgrade.

All these renames were done with git mv, which... is better than a regular mv somehow I think...?

Testing steps