Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Revamp Filler Text page #28

Open
wants to merge 5 commits into
base: master
Choose a base branch
from
Open

Revamp Filler Text page #28

wants to merge 5 commits into from

Commits on Oct 27, 2023

  1. Fix word count and paragraph count in Filler/index.js

    * enable word count to decrement below 500
    * fix bug where website crashes when delete counts input
    albert-ong-wei-jun committed Oct 27, 2023
    Configuration menu
    Copy the full SHA
    1aca0be View commit details
    Browse the repository at this point in the history

Commits on Jan 26, 2024

  1. Revamp Filler Text page

    * change form inputs to allow typing of word and paragraph count. text will only generate after proper validation of values
    * add logic to limit word count between 1 and 5000, paragraph count between 1 and 100, and word count cannot be less than paragraph count
    * overhaul text generator to ensure all edge cases are considered
    * add copy button to allow copying of text easily to clipboard
    g1oom committed Jan 26, 2024
    Configuration menu
    Copy the full SHA
    00398f4 View commit details
    Browse the repository at this point in the history
  2. Improve filler text generator function

    * ensure more equal distribution of words per paragraph when the initially generated text has fewer words than required word count
    g1oom committed Jan 26, 2024
    Configuration menu
    Copy the full SHA
    c7f93b6 View commit details
    Browse the repository at this point in the history

Commits on Feb 2, 2024

  1. Configuration menu
    Copy the full SHA
    797b64e View commit details
    Browse the repository at this point in the history

Commits on Feb 6, 2024

  1. Configuration menu
    Copy the full SHA
    a30078e View commit details
    Browse the repository at this point in the history