Open Issues Need Help
View All on GitHubAI Summary: Add a 'Date' sorting option to the Language Navigator application. This involves adding 'Date' to the `SortBy` enum in `PageParamTypes.tsx` and updating the `sort.tsx` file to handle the new sorting criteria. The date will represent census collection dates or IANA variant addition dates, depending on the data type. A build and test are required to ensure compatibility.
The Language Navigator is both a dataset and a tool designed to help people explore and understand the relationships between different languages. It provides a user-friendly interface for visualizing language families, dialects, and other linguistic features and how they are situated across the globe.
AI Summary: The task involves refactoring the codebase of the Language Navigator project. Specifically, it requires replacing all instances of the `<span className="unsupported">...</span>` element with the reusable `<Deemphasized>...</Deemphasized>` component to improve code consistency and visual presentation. This improves the readability and maintainability of the code.
The Language Navigator is both a dataset and a tool designed to help people explore and understand the relationships between different languages. It provides a user-friendly interface for visualizing language families, dialects, and other linguistic features and how they are situated across the globe.
AI Summary: Implement column filtering for the ObjectTable component in a React application. This involves modifying the TableColumn interface, adding a state variable to track column visibility, creating a toggle function, and rendering checkboxes for column selection at the bottom of the table. Conditional rendering will be used to show or hide columns based on the visibility state.
The Language Navigator is both a dataset and a tool designed to help people explore and understand the relationships between different languages. It provides a user-friendly interface for visualizing language families, dialects, and other linguistic features and how they are situated across the globe.