fibermc icon indicating copy to clipboard operation
fibermc copied to clipboard

A searchable list of (almost) all Fabric mods.

Results 16 fibermc issues
Sort by recently updated
recently updated
newest added

enhancement
far-future

https://github.com/John-Paul-R/fibermc/blob/bb0e1d6d39d187edf40f329a787a2c54f6c8242d/public/js/favorites.js#L4-L6 --- ###### This issue was generated by [todo](https://todo.jasonet.co) based on a `TODO` comment in bb0e1d6d39d187edf40f329a787a2c54f6c8242d. It's been assigned to @John-Paul-R because they committed the code.

enhancement

Create sprite sheet of all mod icons and arrange them by icon similarity (color?) for improved compression? (split into several spritesheets, most likely). Spritesheets only really work if all mod...

Compare performance of list generation methods: - one where each list element is regenerated each time it is needed - or, two, where each list element is cached but hidden...

https://github.com/John-Paul-R/fibermc/blob/bb0e1d6d39d187edf40f329a787a2c54f6c8242d/public/js/favorites.js#L2-L6 --- ###### This issue was generated by [todo](https://todo.jasonet.co) based on a `TODO` comment in bb0e1d6d39d187edf40f329a787a2c54f6c8242d. It's been assigned to @John-Paul-R because they committed the code.

Originally `Civet, PGLite, RSBuild, and Signals` Civet removed because a `;` at the end of a last-line-in-fn caused the line to not get executed at all, crazy hard to track...