Skip to content

Conversation

@akashters
Copy link
Contributor

image

@akashters akashters closed this Nov 29, 2025
@akashters akashters reopened this Nov 29, 2025
@akashters akashters self-assigned this Nov 29, 2025
translateButton.addEventListener("click", () => {
const sourceText = document.getElementById('source-text').value;
const sourceLang = document.getElementById('select-source').value;
const targetLang = document.getElementById('select-target').value;
Copy link

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Nice work @akashters
One improvement I'd suggest: disable the Translate button while the network call is in progress

@akashters akashters removed the request for review from shriramters December 6, 2025 15:01
@akashters akashters merged commit ffcef3a into main Dec 6, 2025
1 check passed
@akashters akashters deleted the basic-ui branch December 6, 2025 15:08
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

3 participants