Gbenga Oluwadahunsi

Results 41 issues of Gbenga Oluwadahunsi

Describe the bug The UI options on the Workbench HTML page do not display properly when the viewport width is at its maximum of 680px. To Reproduce Steps to reproduce...

bug

The reload button is too close to the next button, lacking proper spacing or margin between them. To Reproduce Steps to reproduce the behavior: Navigate to the table.html page containing...

bug

Summary: The proposal aims to consolidate and streamline JavaScript (JS) files within the caMicroscope platform. This involves reducing the number of JS files for each page link, naming them appropriately,...

enhancement

**Summary:** Provide a concise summary of the feature or improvement you want to propose. I propose adopting a unique CSS styling approach for the caMicroscope project by replacing the current...

enhancement

Summary This pull request adds test functions for the makeTreeTable function in the tree_table.js file. The tests ensure that the function works correctly and handles edge cases properly. Motivation The...

Motivation I created this pull request to implement Jest testing for the EditDataCollection, EditDataCluster functions classes in this application's heatmapeditdatamodels JS file. Automated testing helps ensure the reliability and correctness...

Motivation I created this pull request to implement Jest testing for the smartpen and mathtoolSmartpen classes in the application. Automated testing helps ensure the reliability and correctness of the codebase...

Motivation I created this pull request to implement automated testing for the functions in the application. Automated testing helps ensure the reliability and correctness of the codebase by automatically verifying...

Summary This pull request (PR) enhances the error handling of the sign-up JavaScript (JS) functionality Motivation The motivation behind this PR is to improve the robustness and reliability of the...

Summary I made the following changes to improve compliance with W3C standards: Removed the unnecessary type attribute from tags. Moved two tag from an inappropriate location outside the head and...