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

Port List functionality to TypeScript #243

Merged
merged 7 commits into from
Dec 30, 2021
Merged

Conversation

pixeldesu
Copy link
Member

Fixes #163

Should be straightforward to test, just create/delete a list and add/remove a member.

Also fixed a missing translation, that always was here, but never actually set!

@codecov
Copy link

codecov bot commented Dec 28, 2021

Codecov Report

Merging #243 (06e31bb) into master (4008d2f) will not change coverage.
The diff coverage is n/a.

Impacted file tree graph

@@           Coverage Diff           @@
##           master     #243   +/-   ##
=======================================
  Coverage   62.32%   62.32%           
=======================================
  Files          92       92           
  Lines        2121     2121           
=======================================
  Hits         1322     1322           
  Misses        799      799           

Continue to review full report at Codecov.

Legend - Click here to learn more
Δ = absolute <relative> (impact), ø = not affected, ? = missing data
Powered by Codecov. Last update 4008d2f...06e31bb. Read the comment docs.

}

export function createListInputHandler(event: KeyboardEvent): void {
if (event.which === 13) {
Copy link
Contributor

Choose a reason for hiding this comment

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

A comment of what key this is would be nice

Copy link
Contributor

@raccube raccube left a comment

Choose a reason for hiding this comment

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

One small thing.

@raccube raccube merged commit 5552f04 into master Dec 30, 2021
@raccube raccube deleted the refactor/lists-typescript branch December 30, 2021 11:30
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.

Port List functionality to TypeScript
2 participants