Open Issues Need Help
View All on GitHubAI Summary: Implement sine, cosine, and pi constant functions within the ABM Sheets web platform.
AI Summary: Enhance the ABM Sheets web platform to persist graph cells and their font styles (bold, italic, normal) when saving projects to the cloud or exporting them. The solution should maintain backward compatibility with existing project files and leverage the existing cell color saving mechanism as a reference.
AI Summary: Implement a custom cell color feature in the ABM Sheets web platform. This involves integrating a color picker component (react-colorful) to allow users to select and apply custom colors to individual cells. The color picker should be accessible via a button, opening a modal for color selection and updating the cell upon confirmation.
AI Summary: Implement functionality in the ABM Sheets web platform to allow users to input a specific step number (integer) into an input field. Upon pressing Enter or changing focus, the platform should recalculate and render only the specified step, ensuring the input is a valid integer within the allowed range (0 to MAX_STEPS).