You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I was impressed with your project and did some refactoring.
Changes
Use Typescript
Modulize: For example, applyEffect is close to 150 lines now)
API applied to single element(applySingleEffect): I made it for personal needs, and the main use case is when a new element is created. Roadmap black7375/Firefox-UI-Fix#2 (comment) [New Tab Handler]
Maybe a little optimization: Reduced the number of offsets.
I was impressed with your project and did some refactoring.
Changes
applyEffect
is close to 150 lines now)applySingleEffect
): I made it for personal needs, and the main use case is when a new element is created. Roadmap black7375/Firefox-UI-Fix#2 (comment) [New Tab Handler]Code is here.
I will prepare PR if you want.
The text was updated successfully, but these errors were encountered: