Feat: Add Recently Used Section#279
Closed
badasswp wants to merge 6 commits into10up:developfrom
badasswp:feat/add-recently-used-section
Closed
Feat: Add Recently Used Section#279badasswp wants to merge 6 commits into10up:developfrom badasswp:feat/add-recently-used-section
badasswp wants to merge 6 commits into10up:developfrom
badasswp:feat/add-recently-used-section
Conversation
Author
|
@jeffpaul @Sidsector9 FYI Cypress E2E tests appear to be flaky. They pass for me on my local.
|
4 tasks
Member
|
@Sidsector9 bumping this back onto your radar |
Member
|
@badasswp this feature already exists. You'll have to enable it at Currently, it stores 5 most used characters in the descending order. I'm closing as not needed, feel free to reopen if you have any suggestions. |
Author
|
@Sidsector9 Thanks. I didn't know this existed. No worries. cc. @jeffpaul |
Member
|
@Sidsector9 perhaps at this point we enable that by default? |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.

This PR resolves this issue.
Description of the Change
We need to add a new tabbed section called Recently Used that ideally appears as the first tab once someone has previously utilised ISC to add a special character into their post. This section should show the last 80 unique special characters (5 rows of 16 characters in our display).
This PR implements this correctly.
Closes #229
How to test the Change
composer install && npm start.Screen.Recording.2025-03-07.at.06.mp4
Changelog Entry
Credits
@badasswp
Checklist: