KwickerHub / KwickerHub/WebCraftifyAI

Undo and Redo Buttons should be Added

Open
#146 1 comment 0 reactions 0 assignees View on GitHub

Nobody has claimed this yet.

google_summer_of_code_2023 GSoC 2023 medium
Dominant language
HTML
Stars
88
Forks
367
PR merge metrics
No merged PRs in 30d

Description

Is your feature request related to a problem? Please describe.
I was working on a project and after getting to some interesting point, I suddenly made a mistaken in my styling. I pressed CTRL+Z like in other applications but nothing happened.

Describe the solution you'd like
I would love to see an Undo and Redo button that can take me to the previous state of the project and vice versa. Or a short-cut of CTRL+Z and CTRL+SHIFT+Z (Redo). Something of that nature.

Describe alternatives you've considered
The easiest and most straight forward way to achieve this is to create a Textarea that listens to changes on the dashboard environment. This is because normal Textareas already have the redo and undo option. You can use the test html file to try some experiment.

Contributor guide

Open the contributing guide

First steps

  1. Read the whole issue, then the project's contributing guide.
  2. Comment on the issue to say you are picking it up — it saves two people doing the same work.
  3. Fork the repository and make your change on a branch.
  4. Open a pull request that references the issue number.

Research direction

Start by inspecting the dashboard environment and the test HTML file mentioned in the issue, then identify how project styling changes are captured. Define the expected behavior for undo, redo, Ctrl+Z, and Ctrl+Shift+Z, and verify that navigating between project states works without losing changes.

Written by the indexing model from the issue text.

Assessment

Tech stack
html
Domain
frontend
Issue type
Feature
Difficulty
5/5
Estimated time
Over a week
Activity status
Stale
Clarity
Mostly clear
Newbie friendliness
35/100

Get new issues in your inbox

A short digest of beginner-friendly GitHub issues.