jargons.dev icon indicating copy to clipboard operation
jargons.dev copied to clipboard

A community-driven dictionary that simplifies software, engineering and tech terms for all levels.

Results 30 jargons.dev issues
Sort by recently updated
recently updated
newest added

### Description This PR adds a loading component to recent searches ### Related Issue Resolves #31 ### Screenshots/Screencasts ![Screenshot 2024-09-01 145214](https://github.com/user-attachments/assets/f8c95e1f-947e-49aa-9461-f1551c566211)

We need a feature that allows users to submit a request for word addition to the dictionary when the searched word is not found. This feature will enhance user engagement...

:sparkles: enhancement
:arrow_upper_right: medium priority

It has been identified that an instance of `'whirl'` with the `id` element was mistakenly added in a previous pull request. This needs to be corrected. ### Tasks: 1. **Remove...

good first issue
:arrow_lower_right: low priority

### Description This PR replaces the `No Result found` with a SearchSuggestionContribution component similar to that of the ContributeCTA astro component ### Related Issue Fixes #68 ### Screenshots/Screencasts ![image](https://github.com/user-attachments/assets/42d0c103-ec70-4395-aca8-a666114d32ed) ###...

To encourage user contributions and enhance our dictionary, we would like to add a message suggesting users contribute a word to the dictionary when a search yields no results. This...

:sparkles: enhancement
:arrow_upper_right: medium priority

The Recent Searches island component currently lacks a loading state, causing the UI to flicker when content is loaded. This issue aims to add a loading component to improve user...

:sparkles: enhancement
:arrow_upper_right: medium priority

Create a utility function named `getBranchNameFromRef` that extracts the branch name from a branch reference string. This function should take a string parameter representing the branch reference and return the...

good first issue
:arrow_lower_right: low priority

The current pagination component provides basic functionality with links to the previous and next pages, along with a display of the current page number. This issue requests an enhancement to...

:sparkles: enhancement
:arrow_lower_right: low priority

# Word #### Infinite Loop # Meaning/Definition An infinite loop is a loop that has no end. A loop that has a terminating condition that can never be met. To...

:book: new word
:computer: via jargons-editor

Currently, each word's content in the Astro project lacks a meta description, which is crucial for search engine optimization (SEO) and improving discoverability. To enhance this, we should implement an...

:sparkles: enhancement
:palms_up_together: help wanted
:arrow_up: high priority