9 Open Issues Need Help Last updated: Jul 4, 2025

Open Issues Need Help

View All on GitHub

AI Summary: Implement a delete function for location markers in the ChronoMyst application. The functionality should be accessible via a right-click context menu on the marker, utilizing the existing `mapSlice` action. This involves integrating the delete action into the user interface to allow users to remove location markers from the map.

Complexity: 2/5
good first issue

“時を紐解き、謎を解け”

TypeScript

AI Summary: Implement a feature in the ChronoMyst application to hide the location marker list when all location markers have been placed on the map. Currently, the list remains visible even when empty, creating a poor user experience. The solution involves checking the number of placed markers against the total number of defined locations and conditionally rendering the list.

Complexity: 3/5
good first issue

“時を紐解き、謎を解け”

TypeScript

AI Summary: Modify the ChronoMyst application to prevent character tooltips from displaying when the character's memo field is empty. This involves updating the code to conditionally render the tooltip based on the presence of text in the memo field.

Complexity: 2/5
good first issue

“時を紐解き、謎を解け”

TypeScript

AI Summary: Modify the FullCalendar component in a React application to dynamically adjust its time slot display (both gridlines and labels) to match the time intervals specified in the scenario settings. This involves modifying the `slotDuration` and `slotLabelInterval` props, potentially also adjusting the `slotLabelFormat` for optimal display based on the scenario's time granularity.

Complexity: 3/5
good first issue

“時を紐解き、謎を解け”

TypeScript

AI Summary: Implement a maximum character limit of 30 characters for scenario names in the ChronoMyst application. This involves modifying the input field for scenario names to enforce this limit, potentially including client-side validation and error handling.

Complexity: 2/5
good first issue

“時を紐解き、謎を解け”

TypeScript

AI Summary: Reduce the excessive vertical spacing in the modal's title area of the ChronoMyst application. The goal is to adjust the title's padding to approximately 4 pixels above and below the text.

Complexity: 2/5
good first issue

“時を紐解き、謎を解け”

TypeScript

AI Summary: Fix a UI bug in a React application where event notes overflow their container when exceeding a certain character limit. The solution involves adjusting CSS styles to ensure the notes remain within the designated area.

Complexity: 2/5
good first issue

“時を紐解き、謎を解け”

TypeScript

AI Summary: Fix a UI issue in a time-tracking application for murder mystery games where excessive horizontal space appears in the timeline when the window width increases. The solution involves fixing the width of the time axis to accommodate only the "00:00" time format.

Complexity: 2/5
good first issue

“時を紐解き、謎を解け”

TypeScript

AI Summary: Add a version number (starting at 0.0.1) to the ChronoMyst application's UI, sourced from src\app\appConstants.ts. The version should be displayed in a small, dimmed size as shown in the provided image.

Complexity: 2/5
good first issue

“時を紐解き、謎を解け”

TypeScript