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

create EntryHistory component and place it in EntryDisplay #371

Draft
wants to merge 77 commits into
base: main
Choose a base branch
from

Conversation

Danble
Copy link
Collaborator

@Danble Danble commented Oct 25, 2023

Relevant Issue

(prepend "closes" if issue will be closed by PR)

Summarize what changed in this PR (for developers)

How can the changes be tested?

Please also provide applicable links using relative paths from root (e.g. /apatani/entries) and reviewers can just add that onto preview urls or localhost.

Checklist before marking ready to merge

Please keep it in draft mode until these are completed:

  • Equal time was spent cleaning the code as writing it (Boy Scout Rule)
    • Functions
      • Functions that don't belong in Svelte components are extracted out into .ts files
      • Functions are short and well named
      • Concise tests are written for all functions
    • Classes (a Svelte Component is a Class)
      • Svelte components are broken down into smaller components so that each component is responsible for one thing (Single Responsibility Principle)
      • Stories/variants are written to describe use cases
    • Comments are only included when absolutely necessary information that cannot be explained in code is needed

@vercel
Copy link

vercel bot commented Oct 25, 2023

The latest updates on your projects. Learn more about Vercel for Git ↗︎

Name Status Preview Updated (UTC)
living-dictionaries ❌ Failed (Inspect) Jan 21, 2025 11:56pm

Copy link

@github-actions github-actions bot left a comment

Choose a reason for hiding this comment

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

Remaining comments which cannot be posted as a review comment to avoid GitHub Rate Limit

eslint

🚫 [eslint] <style/semi> reported by reviewdog 🐶
Extra semicolon.

https://github.com/livingtongues/living-dictionaries/blob/beea13163aebc1399f32114c5c44d33f81ed3d9e/packages/site/src/routes/[dictionaryId]/history/+page.svelte#L38-L38


🚫 [eslint] <style/semi> reported by reviewdog 🐶
Extra semicolon.

https://github.com/livingtongues/living-dictionaries/blob/beea13163aebc1399f32114c5c44d33f81ed3d9e/packages/site/src/routes/[dictionaryId]/history/+page.ts#L1-L1


🚫 [eslint] <style/semi> reported by reviewdog 🐶
Extra semicolon.

https://github.com/livingtongues/living-dictionaries/blob/beea13163aebc1399f32114c5c44d33f81ed3d9e/packages/site/src/routes/[dictionaryId]/history/+page.ts#L2-L2


🚫 [eslint] <antfu/top-level-function> reported by reviewdog 🐶
Top-level functions should be declared with function keyword

https://github.com/livingtongues/living-dictionaries/blob/beea13163aebc1399f32114c5c44d33f81ed3d9e/packages/site/src/routes/[dictionaryId]/history/+page.ts#L4-L4


🚫 [eslint] <style/object-curly-spacing> reported by reviewdog 🐶
A space is required after '{'.

https://github.com/livingtongues/living-dictionaries/blob/beea13163aebc1399f32114c5c44d33f81ed3d9e/packages/site/src/routes/[dictionaryId]/history/+page.ts#L4-L4


🚫 [eslint] <style/object-curly-spacing> reported by reviewdog 🐶
A space is required before '}'.

https://github.com/livingtongues/living-dictionaries/blob/beea13163aebc1399f32114c5c44d33f81ed3d9e/packages/site/src/routes/[dictionaryId]/history/+page.ts#L4-L4


🚫 [eslint] <style/semi> reported by reviewdog 🐶
Extra semicolon.

https://github.com/livingtongues/living-dictionaries/blob/beea13163aebc1399f32114c5c44d33f81ed3d9e/packages/site/src/routes/[dictionaryId]/history/+page.ts#L5-L5


🚫 [eslint] <style/semi> reported by reviewdog 🐶
Extra semicolon.

https://github.com/livingtongues/living-dictionaries/blob/beea13163aebc1399f32114c5c44d33f81ed3d9e/packages/site/src/routes/[dictionaryId]/history/+page.ts#L7-L7


🚫 [eslint] <style/semi> reported by reviewdog 🐶
Extra semicolon.

https://github.com/livingtongues/living-dictionaries/blob/beea13163aebc1399f32114c5c44d33f81ed3d9e/packages/site/src/routes/[dictionaryId]/history/+page.ts#L8-L8


🚫 [eslint] <style/semi> reported by reviewdog 🐶
Extra semicolon.

https://github.com/livingtongues/living-dictionaries/blob/beea13163aebc1399f32114c5c44d33f81ed3d9e/packages/site/src/routes/[dictionaryId]/history/+page.ts#L10-L10


🚫 [eslint] <style/semi> reported by reviewdog 🐶
Extra semicolon.

https://github.com/livingtongues/living-dictionaries/blob/beea13163aebc1399f32114c5c44d33f81ed3d9e/packages/site/src/routes/[dictionaryId]/history/RecordRow.svelte#L2-L2


🚫 [eslint] <style/semi> reported by reviewdog 🐶
Extra semicolon.

https://github.com/livingtongues/living-dictionaries/blob/beea13163aebc1399f32114c5c44d33f81ed3d9e/packages/site/src/routes/[dictionaryId]/history/RecordRow.svelte#L3-L3


🚫 [eslint] <import/order> reported by reviewdog 🐶
./getActionValue import should occur before import of $lib/helpers/time

https://github.com/livingtongues/living-dictionaries/blob/beea13163aebc1399f32114c5c44d33f81ed3d9e/packages/site/src/routes/[dictionaryId]/history/RecordRow.svelte#L4-L4


🚫 [eslint] <style/semi> reported by reviewdog 🐶
Extra semicolon.

https://github.com/livingtongues/living-dictionaries/blob/beea13163aebc1399f32114c5c44d33f81ed3d9e/packages/site/src/routes/[dictionaryId]/history/RecordRow.svelte#L4-L4


🚫 [eslint] <style/semi> reported by reviewdog 🐶
Extra semicolon.

https://github.com/livingtongues/living-dictionaries/blob/beea13163aebc1399f32114c5c44d33f81ed3d9e/packages/site/src/routes/[dictionaryId]/history/RecordRow.svelte#L5-L5


🚫 [eslint] <import/order> reported by reviewdog 🐶
./sortedColumnStore import should occur before import of $lib/helpers/time

https://github.com/livingtongues/living-dictionaries/blob/beea13163aebc1399f32114c5c44d33f81ed3d9e/packages/site/src/routes/[dictionaryId]/history/RecordRow.svelte#L6-L6


🚫 [eslint] <style/semi> reported by reviewdog 🐶
Extra semicolon.

https://github.com/livingtongues/living-dictionaries/blob/beea13163aebc1399f32114c5c44d33f81ed3d9e/packages/site/src/routes/[dictionaryId]/history/RecordRow.svelte#L6-L6


🚫 [eslint] <style/semi> reported by reviewdog 🐶
Extra semicolon.

https://github.com/livingtongues/living-dictionaries/blob/beea13163aebc1399f32114c5c44d33f81ed3d9e/packages/site/src/routes/[dictionaryId]/history/RecordRow.svelte#L8-L8


🚫 [eslint] <style/semi> reported by reviewdog 🐶
Extra semicolon.

https://github.com/livingtongues/living-dictionaries/blob/beea13163aebc1399f32114c5c44d33f81ed3d9e/packages/site/src/routes/[dictionaryId]/history/RecordRow.svelte#L9-L9


🚫 [eslint] <style/semi> reported by reviewdog 🐶
Extra semicolon.

https://github.com/livingtongues/living-dictionaries/blob/beea13163aebc1399f32114c5c44d33f81ed3d9e/packages/site/src/routes/[dictionaryId]/history/RecordRow.svelte#L10-L10


🚫 [eslint] <style/semi> reported by reviewdog 🐶
Extra semicolon.

https://github.com/livingtongues/living-dictionaries/blob/beea13163aebc1399f32114c5c44d33f81ed3d9e/packages/site/src/routes/[dictionaryId]/history/_page.variants.ts#L1-L1


🚫 [eslint] <style/semi> reported by reviewdog 🐶
Extra semicolon.

https://github.com/livingtongues/living-dictionaries/blob/beea13163aebc1399f32114c5c44d33f81ed3d9e/packages/site/src/routes/[dictionaryId]/history/_page.variants.ts#L2-L2


🚫 [eslint] <import/order> reported by reviewdog 🐶
@living-dictionaries/types type import should occur before type import of ./+page.svelte

https://github.com/livingtongues/living-dictionaries/blob/beea13163aebc1399f32114c5c44d33f81ed3d9e/packages/site/src/routes/[dictionaryId]/history/_page.variants.ts#L3-L3


🚫 [eslint] <style/semi> reported by reviewdog 🐶
Extra semicolon.

https://github.com/livingtongues/living-dictionaries/blob/beea13163aebc1399f32114c5c44d33f81ed3d9e/packages/site/src/routes/[dictionaryId]/history/_page.variants.ts#L3-L3


🚫 [eslint] <antfu/consistent-list-newline> reported by reviewdog 🐶
Should not have line breaks between items, in node ArrayExpression

https://github.com/livingtongues/living-dictionaries/blob/beea13163aebc1399f32114c5c44d33f81ed3d9e/packages/site/src/routes/[dictionaryId]/history/_page.variants.ts#L9-L12


🚫 [eslint] <style/comma-dangle> reported by reviewdog 🐶
Missing trailing comma.

https://github.com/livingtongues/living-dictionaries/blob/beea13163aebc1399f32114c5c44d33f81ed3d9e/packages/site/src/routes/[dictionaryId]/history/_page.variants.ts#L11-L12


🚫 [eslint] <style/semi> reported by reviewdog 🐶
Extra semicolon.

https://github.com/livingtongues/living-dictionaries/blob/beea13163aebc1399f32114c5c44d33f81ed3d9e/packages/site/src/routes/[dictionaryId]/history/_page.variants.ts#L12-L12


🚫 [eslint] <style/comma-dangle> reported by reviewdog 🐶
Missing trailing comma.

https://github.com/livingtongues/living-dictionaries/blob/beea13163aebc1399f32114c5c44d33f81ed3d9e/packages/site/src/routes/[dictionaryId]/history/_page.variants.ts#L25-L26


🚫 [eslint] <style/comma-dangle> reported by reviewdog 🐶
Missing trailing comma.

https://github.com/livingtongues/living-dictionaries/blob/beea13163aebc1399f32114c5c44d33f81ed3d9e/packages/site/src/routes/[dictionaryId]/history/_page.variants.ts#L37-L38


🚫 [eslint] <style/comma-dangle> reported by reviewdog 🐶
Missing trailing comma.

https://github.com/livingtongues/living-dictionaries/blob/beea13163aebc1399f32114c5c44d33f81ed3d9e/packages/site/src/routes/[dictionaryId]/history/_page.variants.ts#L49-L50


🚫 [eslint] <style/comma-dangle> reported by reviewdog 🐶
Missing trailing comma.

https://github.com/livingtongues/living-dictionaries/blob/beea13163aebc1399f32114c5c44d33f81ed3d9e/packages/site/src/routes/[dictionaryId]/history/_page.variants.ts#L61-L62


🚫 [eslint] <style/comma-dangle> reported by reviewdog 🐶
Missing trailing comma.

https://github.com/livingtongues/living-dictionaries/blob/beea13163aebc1399f32114c5c44d33f81ed3d9e/packages/site/src/routes/[dictionaryId]/history/_page.variants.ts#L73-L74


🚫 [eslint] <style/comma-dangle> reported by reviewdog 🐶
Missing trailing comma.

https://github.com/livingtongues/living-dictionaries/blob/beea13163aebc1399f32114c5c44d33f81ed3d9e/packages/site/src/routes/[dictionaryId]/history/_page.variants.ts#L85-L86


🚫 [eslint] <style/comma-dangle> reported by reviewdog 🐶
Missing trailing comma.

https://github.com/livingtongues/living-dictionaries/blob/beea13163aebc1399f32114c5c44d33f81ed3d9e/packages/site/src/routes/[dictionaryId]/history/_page.variants.ts#L97-L98


🚫 [eslint] <style/comma-dangle> reported by reviewdog 🐶
Missing trailing comma.

https://github.com/livingtongues/living-dictionaries/blob/beea13163aebc1399f32114c5c44d33f81ed3d9e/packages/site/src/routes/[dictionaryId]/history/_page.variants.ts#L109-L110


🚫 [eslint] <style/comma-dangle> reported by reviewdog 🐶
Missing trailing comma.

https://github.com/livingtongues/living-dictionaries/blob/beea13163aebc1399f32114c5c44d33f81ed3d9e/packages/site/src/routes/[dictionaryId]/history/_page.variants.ts#L110-L111


🚫 [eslint] <style/semi> reported by reviewdog 🐶
Extra semicolon.

https://github.com/livingtongues/living-dictionaries/blob/beea13163aebc1399f32114c5c44d33f81ed3d9e/packages/site/src/routes/[dictionaryId]/history/_page.variants.ts#L111-L111


🚫 [eslint] <style/comma-dangle> reported by reviewdog 🐶
Missing trailing comma.

https://github.com/livingtongues/living-dictionaries/blob/beea13163aebc1399f32114c5c44d33f81ed3d9e/packages/site/src/routes/[dictionaryId]/history/_page.variants.ts#L128-L129


🚫 [eslint] <style/comma-dangle> reported by reviewdog 🐶
Missing trailing comma.

https://github.com/livingtongues/living-dictionaries/blob/beea13163aebc1399f32114c5c44d33f81ed3d9e/packages/site/src/routes/[dictionaryId]/history/_page.variants.ts#L132-L133


🚫 [eslint] <style/comma-dangle> reported by reviewdog 🐶
Missing trailing comma.

https://github.com/livingtongues/living-dictionaries/blob/beea13163aebc1399f32114c5c44d33f81ed3d9e/packages/site/src/routes/[dictionaryId]/history/_page.variants.ts#L133-L134


🚫 [eslint] <style/comma-dangle> reported by reviewdog 🐶
Missing trailing comma.

https://github.com/livingtongues/living-dictionaries/blob/beea13163aebc1399f32114c5c44d33f81ed3d9e/packages/site/src/routes/[dictionaryId]/history/_page.variants.ts#L143-L144


🚫 [eslint] <style/comma-dangle> reported by reviewdog 🐶
Missing trailing comma.

https://github.com/livingtongues/living-dictionaries/blob/beea13163aebc1399f32114c5c44d33f81ed3d9e/packages/site/src/routes/[dictionaryId]/history/_page.variants.ts#L156-L157


🚫 [eslint] <style/comma-dangle> reported by reviewdog 🐶
Missing trailing comma.

https://github.com/livingtongues/living-dictionaries/blob/beea13163aebc1399f32114c5c44d33f81ed3d9e/packages/site/src/routes/[dictionaryId]/history/_page.variants.ts#L168-L169


🚫 [eslint] <style/comma-dangle> reported by reviewdog 🐶
Missing trailing comma.

https://github.com/livingtongues/living-dictionaries/blob/beea13163aebc1399f32114c5c44d33f81ed3d9e/packages/site/src/routes/[dictionaryId]/history/_page.variants.ts#L169-L170


🚫 [eslint] <style/comma-dangle> reported by reviewdog 🐶
Missing trailing comma.

https://github.com/livingtongues/living-dictionaries/blob/beea13163aebc1399f32114c5c44d33f81ed3d9e/packages/site/src/routes/[dictionaryId]/history/_page.variants.ts#L172-L173


🚫 [eslint] <style/comma-dangle> reported by reviewdog 🐶
Missing trailing comma.

https://github.com/livingtongues/living-dictionaries/blob/beea13163aebc1399f32114c5c44d33f81ed3d9e/packages/site/src/routes/[dictionaryId]/history/_page.variants.ts#L173-L174


🚫 [eslint] <style/comma-dangle> reported by reviewdog 🐶
Missing trailing comma.

https://github.com/livingtongues/living-dictionaries/blob/beea13163aebc1399f32114c5c44d33f81ed3d9e/packages/site/src/routes/[dictionaryId]/history/_page.variants.ts#L174-L175


🚫 [eslint] <style/semi> reported by reviewdog 🐶
Extra semicolon.

https://github.com/livingtongues/living-dictionaries/blob/beea13163aebc1399f32114c5c44d33f81ed3d9e/packages/site/src/routes/[dictionaryId]/history/getActionValue.ts#L1-L1


🚫 [eslint] <style/semi> reported by reviewdog 🐶
Extra semicolon.

https://github.com/livingtongues/living-dictionaries/blob/beea13163aebc1399f32114c5c44d33f81ed3d9e/packages/site/src/routes/[dictionaryId]/history/getActionValue.ts#L5-L5


🚫 [eslint] <style/semi> reported by reviewdog 🐶
Extra semicolon.

https://github.com/livingtongues/living-dictionaries/blob/beea13163aebc1399f32114c5c44d33f81ed3d9e/packages/site/src/routes/[dictionaryId]/history/getActionValue.ts#L7-L7


🚫 [eslint] <style/semi> reported by reviewdog 🐶
Extra semicolon.

https://github.com/livingtongues/living-dictionaries/blob/beea13163aebc1399f32114c5c44d33f81ed3d9e/packages/site/src/routes/[dictionaryId]/history/getActionValue.ts#L9-L9


🚫 [eslint] <import/order> reported by reviewdog 🐶
$app/stores import should occur after import of ./sortedColumnStore

https://github.com/livingtongues/living-dictionaries/blob/beea13163aebc1399f32114c5c44d33f81ed3d9e/packages/site/src/routes/[dictionaryId]/history/sortRecords.svelte#L2-L2


🚫 [eslint] <style/semi> reported by reviewdog 🐶
Extra semicolon.

https://github.com/livingtongues/living-dictionaries/blob/beea13163aebc1399f32114c5c44d33f81ed3d9e/packages/site/src/routes/[dictionaryId]/history/sortRecords.svelte#L2-L2


🚫 [eslint] <import/order> reported by reviewdog 🐶
./getActionValue import should occur after type import of @living-dictionaries/types

https://github.com/livingtongues/living-dictionaries/blob/beea13163aebc1399f32114c5c44d33f81ed3d9e/packages/site/src/routes/[dictionaryId]/history/sortRecords.svelte#L3-L3


🚫 [eslint] <style/semi> reported by reviewdog 🐶
Extra semicolon.

https://github.com/livingtongues/living-dictionaries/blob/beea13163aebc1399f32114c5c44d33f81ed3d9e/packages/site/src/routes/[dictionaryId]/history/sortRecords.svelte#L3-L3


🚫 [eslint] <style/semi> reported by reviewdog 🐶
Extra semicolon.

https://github.com/livingtongues/living-dictionaries/blob/beea13163aebc1399f32114c5c44d33f81ed3d9e/packages/site/src/routes/[dictionaryId]/history/sortRecords.svelte#L4-L4


🚫 [eslint] <style/semi> reported by reviewdog 🐶
Extra semicolon.

https://github.com/livingtongues/living-dictionaries/blob/beea13163aebc1399f32114c5c44d33f81ed3d9e/packages/site/src/routes/[dictionaryId]/history/sortRecords.svelte#L5-L5


🚫 [eslint] <style/semi> reported by reviewdog 🐶
Extra semicolon.

https://github.com/livingtongues/living-dictionaries/blob/beea13163aebc1399f32114c5c44d33f81ed3d9e/packages/site/src/routes/[dictionaryId]/history/sortRecords.svelte#L7-L7


🚫 [eslint] <no-unused-vars> reported by reviewdog 🐶
'entryName' is defined but never used. Allowed unused vars must match /^($$Props$|$$Events$|$$Slots$)/u.

https://github.com/livingtongues/living-dictionaries/blob/beea13163aebc1399f32114c5c44d33f81ed3d9e/packages/site/src/routes/[dictionaryId]/history/sortRecords.svelte#L9-L9


🚫 [eslint] <no-unused-vars> reported by reviewdog 🐶
'updatedName' is defined but never used. Allowed unused vars must match /^($$Props$|$$Events$|$$Slots$)/u.

https://github.com/livingtongues/living-dictionaries/blob/beea13163aebc1399f32114c5c44d33f81ed3d9e/packages/site/src/routes/[dictionaryId]/history/sortRecords.svelte#L10-L10


🚫 [eslint] <no-unused-vars> reported by reviewdog 🐶
'action' is defined but never used. Allowed unused vars must match /^($$Props$|$$Events$|$$Slots$)/u.

https://github.com/livingtongues/living-dictionaries/blob/beea13163aebc1399f32114c5c44d33f81ed3d9e/packages/site/src/routes/[dictionaryId]/history/sortRecords.svelte#L11-L11


🚫 [eslint] <no-unused-vars> reported by reviewdog 🐶
'previousValue' is defined but never used. Allowed unused vars must match /^($$Props$|$$Events$|$$Slots$)/u.

https://github.com/livingtongues/living-dictionaries/blob/beea13163aebc1399f32114c5c44d33f81ed3d9e/packages/site/src/routes/[dictionaryId]/history/sortRecords.svelte#L12-L12


🚫 [eslint] <no-unused-vars> reported by reviewdog 🐶
'currentValue' is defined but never used. Allowed unused vars must match /^($$Props$|$$Events$|$$Slots$)/u.

https://github.com/livingtongues/living-dictionaries/blob/beea13163aebc1399f32114c5c44d33f81ed3d9e/packages/site/src/routes/[dictionaryId]/history/sortRecords.svelte#L13-L13


🚫 [eslint] <no-unused-vars> reported by reviewdog 🐶
'field' is defined but never used. Allowed unused vars must match /^($$Props$|$$Events$|$$Slots$)/u.

https://github.com/livingtongues/living-dictionaries/blob/beea13163aebc1399f32114c5c44d33f81ed3d9e/packages/site/src/routes/[dictionaryId]/history/sortRecords.svelte#L14-L14


🚫 [eslint] <no-unused-vars> reported by reviewdog 🐶
'date' is defined but never used. Allowed unused vars must match /^($$Props$|$$Events$|$$Slots$)/u.

https://github.com/livingtongues/living-dictionaries/blob/beea13163aebc1399f32114c5c44d33f81ed3d9e/packages/site/src/routes/[dictionaryId]/history/sortRecords.svelte#L15-L15


🚫 [eslint] <svelte/indent> reported by reviewdog 🐶
Expected indentation of 4 spaces but found 2 spaces.

https://github.com/livingtongues/living-dictionaries/blob/beea13163aebc1399f32114c5c44d33f81ed3d9e/packages/site/src/routes/[dictionaryId]/history/sortRecords.svelte#L18-L18


🚫 [eslint] <style/semi> reported by reviewdog 🐶
Extra semicolon.

https://github.com/livingtongues/living-dictionaries/blob/beea13163aebc1399f32114c5c44d33f81ed3d9e/packages/site/src/routes/[dictionaryId]/history/sortRecords.svelte#L18-L18


🚫 [eslint] <svelte/indent> reported by reviewdog 🐶
Expected indentation of 4 spaces but found 2 spaces.

https://github.com/livingtongues/living-dictionaries/blob/beea13163aebc1399f32114c5c44d33f81ed3d9e/packages/site/src/routes/[dictionaryId]/history/sortRecords.svelte#L19-L19


🚫 [eslint] <style/spaced-comment> reported by reviewdog 🐶
Expected exception block, space or tab after '//' in comment.

https://github.com/livingtongues/living-dictionaries/blob/beea13163aebc1399f32114c5c44d33f81ed3d9e/packages/site/src/routes/[dictionaryId]/history/sortRecords.svelte#L19-L19


🚫 [eslint] <svelte/indent> reported by reviewdog 🐶
Expected indentation of 4 spaces but found 2 spaces.

https://github.com/livingtongues/living-dictionaries/blob/beea13163aebc1399f32114c5c44d33f81ed3d9e/packages/site/src/routes/[dictionaryId]/history/sortRecords.svelte#L20-L20


🚫 [eslint] <svelte/indent> reported by reviewdog 🐶
Expected indentation of 6 spaces but found 4 spaces.

https://github.com/livingtongues/living-dictionaries/blob/beea13163aebc1399f32114c5c44d33f81ed3d9e/packages/site/src/routes/[dictionaryId]/history/sortRecords.svelte#L21-L21


🚫 [eslint] <style/member-delimiter-style> reported by reviewdog 🐶
Unexpected separator (;).

https://github.com/livingtongues/living-dictionaries/blob/beea13163aebc1399f32114c5c44d33f81ed3d9e/packages/site/src/routes/[dictionaryId]/history/sortRecords.svelte#L21-L21


🚫 [eslint] <svelte/indent> reported by reviewdog 🐶
Expected indentation of 6 spaces but found 4 spaces.

https://github.com/livingtongues/living-dictionaries/blob/beea13163aebc1399f32114c5c44d33f81ed3d9e/packages/site/src/routes/[dictionaryId]/history/sortRecords.svelte#L22-L22


🚫 [eslint] <style/member-delimiter-style> reported by reviewdog 🐶
Unexpected separator (;).

https://github.com/livingtongues/living-dictionaries/blob/beea13163aebc1399f32114c5c44d33f81ed3d9e/packages/site/src/routes/[dictionaryId]/history/sortRecords.svelte#L22-L22


🚫 [eslint] <svelte/indent> reported by reviewdog 🐶
Expected indentation of 4 spaces but found 2 spaces.

https://github.com/livingtongues/living-dictionaries/blob/beea13163aebc1399f32114c5c44d33f81ed3d9e/packages/site/src/routes/[dictionaryId]/history/sortRecords.svelte#L23-L23


🚫 [eslint] <svelte/indent> reported by reviewdog 🐶
Expected indentation of 6 spaces but found 4 spaces.

https://github.com/livingtongues/living-dictionaries/blob/beea13163aebc1399f32114c5c44d33f81ed3d9e/packages/site/src/routes/[dictionaryId]/history/sortRecords.svelte#L24-L24


🚫 [eslint] <style/semi> reported by reviewdog 🐶
Extra semicolon.

https://github.com/livingtongues/living-dictionaries/blob/beea13163aebc1399f32114c5c44d33f81ed3d9e/packages/site/src/routes/[dictionaryId]/history/sortRecords.svelte#L24-L24


🚫 [eslint] <svelte/indent> reported by reviewdog 🐶
Expected indentation of 4 spaces but found 2 spaces.

https://github.com/livingtongues/living-dictionaries/blob/beea13163aebc1399f32114c5c44d33f81ed3d9e/packages/site/src/routes/[dictionaryId]/history/sortRecords.svelte#L25-L25


🚫 [eslint] <style/semi> reported by reviewdog 🐶
Extra semicolon.

https://github.com/livingtongues/living-dictionaries/blob/beea13163aebc1399f32114c5c44d33f81ed3d9e/packages/site/src/routes/[dictionaryId]/history/sortRecords.svelte#L27-L27


🚫 [eslint] <style/semi> reported by reviewdog 🐶
Extra semicolon.

https://github.com/livingtongues/living-dictionaries/blob/beea13163aebc1399f32114c5c44d33f81ed3d9e/packages/site/src/routes/[dictionaryId]/history/sortRecords.svelte#L28-L28


🚫 [eslint] <style/semi> reported by reviewdog 🐶
Extra semicolon.

https://github.com/livingtongues/living-dictionaries/blob/beea13163aebc1399f32114c5c44d33f81ed3d9e/packages/site/src/routes/[dictionaryId]/history/sortRecords.svelte#L30-L30


🚫 [eslint] <style/semi> reported by reviewdog 🐶
Extra semicolon.

https://github.com/livingtongues/living-dictionaries/blob/beea13163aebc1399f32114c5c44d33f81ed3d9e/packages/site/src/routes/[dictionaryId]/history/sortRecords.svelte#L33-L33


🚫 [eslint] <style/semi> reported by reviewdog 🐶
Extra semicolon.

https://github.com/livingtongues/living-dictionaries/blob/beea13163aebc1399f32114c5c44d33f81ed3d9e/packages/site/src/routes/[dictionaryId]/history/sortRecords.svelte#L34-L34


🚫 [eslint] <style/semi> reported by reviewdog 🐶
Extra semicolon.

https://github.com/livingtongues/living-dictionaries/blob/beea13163aebc1399f32114c5c44d33f81ed3d9e/packages/site/src/routes/[dictionaryId]/history/sortRecords.svelte#L39-L39


🚫 [eslint] <style/semi> reported by reviewdog 🐶
Extra semicolon.

https://github.com/livingtongues/living-dictionaries/blob/beea13163aebc1399f32114c5c44d33f81ed3d9e/packages/site/src/routes/[dictionaryId]/history/sortRecords.svelte#L40-L40


🚫 [eslint] <style/semi> reported by reviewdog 🐶
Extra semicolon.

https://github.com/livingtongues/living-dictionaries/blob/beea13163aebc1399f32114c5c44d33f81ed3d9e/packages/site/src/routes/[dictionaryId]/history/sortRecords.svelte#L41-L41


🚫 [eslint] <style/semi> reported by reviewdog 🐶
Extra semicolon.

https://github.com/livingtongues/living-dictionaries/blob/beea13163aebc1399f32114c5c44d33f81ed3d9e/packages/site/src/routes/[dictionaryId]/history/sortRecords.svelte#L43-L43


🚫 [eslint] <style/semi> reported by reviewdog 🐶
Extra semicolon.

https://github.com/livingtongues/living-dictionaries/blob/beea13163aebc1399f32114c5c44d33f81ed3d9e/packages/site/src/routes/[dictionaryId]/history/sortRecords.svelte#L44-L44


🚫 [eslint] <style/semi> reported by reviewdog 🐶
Extra semicolon.

https://github.com/livingtongues/living-dictionaries/blob/beea13163aebc1399f32114c5c44d33f81ed3d9e/packages/site/src/routes/[dictionaryId]/history/sortRecords.svelte#L45-L45


🚫 [eslint] <style/semi> reported by reviewdog 🐶
Extra semicolon.

https://github.com/livingtongues/living-dictionaries/blob/beea13163aebc1399f32114c5c44d33f81ed3d9e/packages/site/src/routes/[dictionaryId]/history/sortRecords.svelte#L47-L47


🚫 [eslint] <style/semi> reported by reviewdog 🐶
Extra semicolon.

https://github.com/livingtongues/living-dictionaries/blob/beea13163aebc1399f32114c5c44d33f81ed3d9e/packages/site/src/routes/[dictionaryId]/history/sortRecords.svelte#L48-L48


🚫 [eslint] <style/semi> reported by reviewdog 🐶
Extra semicolon.

https://github.com/livingtongues/living-dictionaries/blob/beea13163aebc1399f32114c5c44d33f81ed3d9e/packages/site/src/routes/[dictionaryId]/history/sortRecords.svelte#L50-L50


🚫 [eslint] <style/semi> reported by reviewdog 🐶
Extra semicolon.

https://github.com/livingtongues/living-dictionaries/blob/beea13163aebc1399f32114c5c44d33f81ed3d9e/packages/site/src/routes/[dictionaryId]/history/sortRecords.svelte#L51-L51


🚫 [eslint] <style/spaced-comment> reported by reviewdog 🐶
Expected exception block, space or tab after '//' in comment.

https://github.com/livingtongues/living-dictionaries/blob/beea13163aebc1399f32114c5c44d33f81ed3d9e/packages/site/src/routes/[dictionaryId]/history/sortRecords.svelte#L54-L54


🚫 [eslint] <style/semi> reported by reviewdog 🐶
Extra semicolon.

https://github.com/livingtongues/living-dictionaries/blob/beea13163aebc1399f32114c5c44d33f81ed3d9e/packages/site/src/routes/[dictionaryId]/history/sortRecords.svelte#L56-L56


🚫 [eslint] <style/semi> reported by reviewdog 🐶
Extra semicolon.

https://github.com/livingtongues/living-dictionaries/blob/beea13163aebc1399f32114c5c44d33f81ed3d9e/packages/site/src/routes/[dictionaryId]/history/sortRecords.svelte#L58-L58


🚫 [eslint] <style/semi> reported by reviewdog 🐶
Extra semicolon.

https://github.com/livingtongues/living-dictionaries/blob/beea13163aebc1399f32114c5c44d33f81ed3d9e/packages/site/src/routes/[dictionaryId]/history/sortedColumnStore.ts#L1-L1


🚫 [eslint] <style/semi> reported by reviewdog 🐶
Extra semicolon.

https://github.com/livingtongues/living-dictionaries/blob/beea13163aebc1399f32114c5c44d33f81ed3d9e/packages/site/src/routes/[dictionaryId]/history/sortedColumnStore.ts#L3-L3


🚫 [eslint] <style/semi> reported by reviewdog 🐶
Extra semicolon.

'variant' | 'gloss' | 'plural_form' | 'scientific_names';


🚫 [eslint] <style/member-delimiter-style> reported by reviewdog 🐶
Unexpected separator (;).


🚫 [eslint] <style/member-delimiter-style> reported by reviewdog 🐶
Unexpected separator (;).


🚫 [eslint] <style/member-delimiter-style> reported by reviewdog 🐶
Unexpected separator (;).


🚫 [eslint] <style/member-delimiter-style> reported by reviewdog 🐶
Unexpected separator (;).


🚫 [eslint] <style/member-delimiter-style> reported by reviewdog 🐶
Unexpected separator (;).


🚫 [eslint] <style/member-delimiter-style> reported by reviewdog 🐶
Unexpected separator (;).


🚫 [eslint] <style/member-delimiter-style> reported by reviewdog 🐶
Unexpected separator (;).

previousValue: string | string[];


🚫 [eslint] <style/member-delimiter-style> reported by reviewdog 🐶
Unexpected separator (;).

currentValue: string | string[];


🚫 [eslint] <style/member-delimiter-style> reported by reviewdog 🐶
Unexpected separator (;).


🚫 [eslint] <style/member-delimiter-style> reported by reviewdog 🐶
Unexpected separator (;).


🚫 [eslint] <style/semi> reported by reviewdog 🐶
Extra semicolon.

export type { Change } from './change.interface';

Copy link

@github-actions github-actions bot left a comment

Choose a reason for hiding this comment

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

Remaining comments which cannot be posted as a review comment to avoid GitHub Rate Limit

eslint

🚫 [eslint] <style/comma-dangle> reported by reviewdog 🐶
Missing trailing comma.

https://github.com/livingtongues/living-dictionaries/blob/e7f4d1666c944880c8309d0fed539a49e2c13bd2/packages/site/src/routes/[dictionaryId]/history/_page.variants.ts#L73-L74


🚫 [eslint] <style/comma-dangle> reported by reviewdog 🐶
Missing trailing comma.

https://github.com/livingtongues/living-dictionaries/blob/e7f4d1666c944880c8309d0fed539a49e2c13bd2/packages/site/src/routes/[dictionaryId]/history/_page.variants.ts#L85-L86


🚫 [eslint] <style/comma-dangle> reported by reviewdog 🐶
Missing trailing comma.

https://github.com/livingtongues/living-dictionaries/blob/e7f4d1666c944880c8309d0fed539a49e2c13bd2/packages/site/src/routes/[dictionaryId]/history/_page.variants.ts#L97-L98


🚫 [eslint] <style/comma-dangle> reported by reviewdog 🐶
Missing trailing comma.

https://github.com/livingtongues/living-dictionaries/blob/e7f4d1666c944880c8309d0fed539a49e2c13bd2/packages/site/src/routes/[dictionaryId]/history/_page.variants.ts#L109-L110


🚫 [eslint] <style/comma-dangle> reported by reviewdog 🐶
Missing trailing comma.

https://github.com/livingtongues/living-dictionaries/blob/e7f4d1666c944880c8309d0fed539a49e2c13bd2/packages/site/src/routes/[dictionaryId]/history/_page.variants.ts#L110-L111


🚫 [eslint] <style/semi> reported by reviewdog 🐶
Extra semicolon.

https://github.com/livingtongues/living-dictionaries/blob/e7f4d1666c944880c8309d0fed539a49e2c13bd2/packages/site/src/routes/[dictionaryId]/history/_page.variants.ts#L111-L111


🚫 [eslint] <style/comma-dangle> reported by reviewdog 🐶
Missing trailing comma.

https://github.com/livingtongues/living-dictionaries/blob/e7f4d1666c944880c8309d0fed539a49e2c13bd2/packages/site/src/routes/[dictionaryId]/history/_page.variants.ts#L128-L129


🚫 [eslint] <style/comma-dangle> reported by reviewdog 🐶
Missing trailing comma.

https://github.com/livingtongues/living-dictionaries/blob/e7f4d1666c944880c8309d0fed539a49e2c13bd2/packages/site/src/routes/[dictionaryId]/history/_page.variants.ts#L132-L133


🚫 [eslint] <style/comma-dangle> reported by reviewdog 🐶
Missing trailing comma.

https://github.com/livingtongues/living-dictionaries/blob/e7f4d1666c944880c8309d0fed539a49e2c13bd2/packages/site/src/routes/[dictionaryId]/history/_page.variants.ts#L133-L134


🚫 [eslint] <style/comma-dangle> reported by reviewdog 🐶
Missing trailing comma.

https://github.com/livingtongues/living-dictionaries/blob/e7f4d1666c944880c8309d0fed539a49e2c13bd2/packages/site/src/routes/[dictionaryId]/history/_page.variants.ts#L143-L144


🚫 [eslint] <style/comma-dangle> reported by reviewdog 🐶
Missing trailing comma.

https://github.com/livingtongues/living-dictionaries/blob/e7f4d1666c944880c8309d0fed539a49e2c13bd2/packages/site/src/routes/[dictionaryId]/history/_page.variants.ts#L156-L157


🚫 [eslint] <style/comma-dangle> reported by reviewdog 🐶
Missing trailing comma.

https://github.com/livingtongues/living-dictionaries/blob/e7f4d1666c944880c8309d0fed539a49e2c13bd2/packages/site/src/routes/[dictionaryId]/history/_page.variants.ts#L168-L169


🚫 [eslint] <style/comma-dangle> reported by reviewdog 🐶
Missing trailing comma.

https://github.com/livingtongues/living-dictionaries/blob/e7f4d1666c944880c8309d0fed539a49e2c13bd2/packages/site/src/routes/[dictionaryId]/history/_page.variants.ts#L169-L170


🚫 [eslint] <style/comma-dangle> reported by reviewdog 🐶
Missing trailing comma.

https://github.com/livingtongues/living-dictionaries/blob/e7f4d1666c944880c8309d0fed539a49e2c13bd2/packages/site/src/routes/[dictionaryId]/history/_page.variants.ts#L172-L173


🚫 [eslint] <style/comma-dangle> reported by reviewdog 🐶
Missing trailing comma.

https://github.com/livingtongues/living-dictionaries/blob/e7f4d1666c944880c8309d0fed539a49e2c13bd2/packages/site/src/routes/[dictionaryId]/history/_page.variants.ts#L173-L174


🚫 [eslint] <style/comma-dangle> reported by reviewdog 🐶
Missing trailing comma.

https://github.com/livingtongues/living-dictionaries/blob/e7f4d1666c944880c8309d0fed539a49e2c13bd2/packages/site/src/routes/[dictionaryId]/history/_page.variants.ts#L174-L175


🚫 [eslint] <style/semi> reported by reviewdog 🐶
Extra semicolon.

https://github.com/livingtongues/living-dictionaries/blob/e7f4d1666c944880c8309d0fed539a49e2c13bd2/packages/site/src/routes/[dictionaryId]/history/getActionValue.ts#L1-L1


🚫 [eslint] <style/semi> reported by reviewdog 🐶
Extra semicolon.

https://github.com/livingtongues/living-dictionaries/blob/e7f4d1666c944880c8309d0fed539a49e2c13bd2/packages/site/src/routes/[dictionaryId]/history/getActionValue.ts#L5-L5


🚫 [eslint] <style/semi> reported by reviewdog 🐶
Extra semicolon.

https://github.com/livingtongues/living-dictionaries/blob/e7f4d1666c944880c8309d0fed539a49e2c13bd2/packages/site/src/routes/[dictionaryId]/history/getActionValue.ts#L7-L7


🚫 [eslint] <style/semi> reported by reviewdog 🐶
Extra semicolon.

https://github.com/livingtongues/living-dictionaries/blob/e7f4d1666c944880c8309d0fed539a49e2c13bd2/packages/site/src/routes/[dictionaryId]/history/getActionValue.ts#L9-L9


🚫 [eslint] <import/order> reported by reviewdog 🐶
$app/stores import should occur after import of ./sortedColumnStore

https://github.com/livingtongues/living-dictionaries/blob/e7f4d1666c944880c8309d0fed539a49e2c13bd2/packages/site/src/routes/[dictionaryId]/history/sortRecords.svelte#L2-L2


🚫 [eslint] <style/semi> reported by reviewdog 🐶
Extra semicolon.

https://github.com/livingtongues/living-dictionaries/blob/e7f4d1666c944880c8309d0fed539a49e2c13bd2/packages/site/src/routes/[dictionaryId]/history/sortRecords.svelte#L2-L2


🚫 [eslint] <import/order> reported by reviewdog 🐶
./getActionValue import should occur after type import of @living-dictionaries/types

https://github.com/livingtongues/living-dictionaries/blob/e7f4d1666c944880c8309d0fed539a49e2c13bd2/packages/site/src/routes/[dictionaryId]/history/sortRecords.svelte#L3-L3


🚫 [eslint] <style/semi> reported by reviewdog 🐶
Extra semicolon.

https://github.com/livingtongues/living-dictionaries/blob/e7f4d1666c944880c8309d0fed539a49e2c13bd2/packages/site/src/routes/[dictionaryId]/history/sortRecords.svelte#L3-L3


🚫 [eslint] <style/semi> reported by reviewdog 🐶
Extra semicolon.

https://github.com/livingtongues/living-dictionaries/blob/e7f4d1666c944880c8309d0fed539a49e2c13bd2/packages/site/src/routes/[dictionaryId]/history/sortRecords.svelte#L4-L4


🚫 [eslint] <style/semi> reported by reviewdog 🐶
Extra semicolon.

https://github.com/livingtongues/living-dictionaries/blob/e7f4d1666c944880c8309d0fed539a49e2c13bd2/packages/site/src/routes/[dictionaryId]/history/sortRecords.svelte#L5-L5


🚫 [eslint] <style/semi> reported by reviewdog 🐶
Extra semicolon.

https://github.com/livingtongues/living-dictionaries/blob/e7f4d1666c944880c8309d0fed539a49e2c13bd2/packages/site/src/routes/[dictionaryId]/history/sortRecords.svelte#L7-L7


🚫 [eslint] <no-unused-vars> reported by reviewdog 🐶
'entryName' is defined but never used. Allowed unused vars must match /^($$Props$|$$Events$|$$Slots$)/u.

https://github.com/livingtongues/living-dictionaries/blob/e7f4d1666c944880c8309d0fed539a49e2c13bd2/packages/site/src/routes/[dictionaryId]/history/sortRecords.svelte#L9-L9


🚫 [eslint] <no-unused-vars> reported by reviewdog 🐶
'updatedName' is defined but never used. Allowed unused vars must match /^($$Props$|$$Events$|$$Slots$)/u.

https://github.com/livingtongues/living-dictionaries/blob/e7f4d1666c944880c8309d0fed539a49e2c13bd2/packages/site/src/routes/[dictionaryId]/history/sortRecords.svelte#L10-L10


🚫 [eslint] <no-unused-vars> reported by reviewdog 🐶
'action' is defined but never used. Allowed unused vars must match /^($$Props$|$$Events$|$$Slots$)/u.

https://github.com/livingtongues/living-dictionaries/blob/e7f4d1666c944880c8309d0fed539a49e2c13bd2/packages/site/src/routes/[dictionaryId]/history/sortRecords.svelte#L11-L11


🚫 [eslint] <no-unused-vars> reported by reviewdog 🐶
'previousValue' is defined but never used. Allowed unused vars must match /^($$Props$|$$Events$|$$Slots$)/u.

https://github.com/livingtongues/living-dictionaries/blob/e7f4d1666c944880c8309d0fed539a49e2c13bd2/packages/site/src/routes/[dictionaryId]/history/sortRecords.svelte#L12-L12


🚫 [eslint] <no-unused-vars> reported by reviewdog 🐶
'currentValue' is defined but never used. Allowed unused vars must match /^($$Props$|$$Events$|$$Slots$)/u.

https://github.com/livingtongues/living-dictionaries/blob/e7f4d1666c944880c8309d0fed539a49e2c13bd2/packages/site/src/routes/[dictionaryId]/history/sortRecords.svelte#L13-L13


🚫 [eslint] <no-unused-vars> reported by reviewdog 🐶
'field' is defined but never used. Allowed unused vars must match /^($$Props$|$$Events$|$$Slots$)/u.

https://github.com/livingtongues/living-dictionaries/blob/e7f4d1666c944880c8309d0fed539a49e2c13bd2/packages/site/src/routes/[dictionaryId]/history/sortRecords.svelte#L14-L14


🚫 [eslint] <no-unused-vars> reported by reviewdog 🐶
'date' is defined but never used. Allowed unused vars must match /^($$Props$|$$Events$|$$Slots$)/u.

https://github.com/livingtongues/living-dictionaries/blob/e7f4d1666c944880c8309d0fed539a49e2c13bd2/packages/site/src/routes/[dictionaryId]/history/sortRecords.svelte#L15-L15


🚫 [eslint] <svelte/indent> reported by reviewdog 🐶
Expected indentation of 4 spaces but found 2 spaces.

https://github.com/livingtongues/living-dictionaries/blob/e7f4d1666c944880c8309d0fed539a49e2c13bd2/packages/site/src/routes/[dictionaryId]/history/sortRecords.svelte#L18-L18


🚫 [eslint] <style/semi> reported by reviewdog 🐶
Extra semicolon.

https://github.com/livingtongues/living-dictionaries/blob/e7f4d1666c944880c8309d0fed539a49e2c13bd2/packages/site/src/routes/[dictionaryId]/history/sortRecords.svelte#L18-L18


🚫 [eslint] <svelte/indent> reported by reviewdog 🐶
Expected indentation of 4 spaces but found 2 spaces.

https://github.com/livingtongues/living-dictionaries/blob/e7f4d1666c944880c8309d0fed539a49e2c13bd2/packages/site/src/routes/[dictionaryId]/history/sortRecords.svelte#L19-L19


🚫 [eslint] <style/spaced-comment> reported by reviewdog 🐶
Expected exception block, space or tab after '//' in comment.

https://github.com/livingtongues/living-dictionaries/blob/e7f4d1666c944880c8309d0fed539a49e2c13bd2/packages/site/src/routes/[dictionaryId]/history/sortRecords.svelte#L19-L19


🚫 [eslint] <svelte/indent> reported by reviewdog 🐶
Expected indentation of 4 spaces but found 2 spaces.

https://github.com/livingtongues/living-dictionaries/blob/e7f4d1666c944880c8309d0fed539a49e2c13bd2/packages/site/src/routes/[dictionaryId]/history/sortRecords.svelte#L20-L20


🚫 [eslint] <svelte/indent> reported by reviewdog 🐶
Expected indentation of 6 spaces but found 4 spaces.

https://github.com/livingtongues/living-dictionaries/blob/e7f4d1666c944880c8309d0fed539a49e2c13bd2/packages/site/src/routes/[dictionaryId]/history/sortRecords.svelte#L21-L21


🚫 [eslint] <style/member-delimiter-style> reported by reviewdog 🐶
Unexpected separator (;).

https://github.com/livingtongues/living-dictionaries/blob/e7f4d1666c944880c8309d0fed539a49e2c13bd2/packages/site/src/routes/[dictionaryId]/history/sortRecords.svelte#L21-L21


🚫 [eslint] <svelte/indent> reported by reviewdog 🐶
Expected indentation of 6 spaces but found 4 spaces.

https://github.com/livingtongues/living-dictionaries/blob/e7f4d1666c944880c8309d0fed539a49e2c13bd2/packages/site/src/routes/[dictionaryId]/history/sortRecords.svelte#L22-L22


🚫 [eslint] <style/member-delimiter-style> reported by reviewdog 🐶
Unexpected separator (;).

https://github.com/livingtongues/living-dictionaries/blob/e7f4d1666c944880c8309d0fed539a49e2c13bd2/packages/site/src/routes/[dictionaryId]/history/sortRecords.svelte#L22-L22


🚫 [eslint] <svelte/indent> reported by reviewdog 🐶
Expected indentation of 4 spaces but found 2 spaces.

https://github.com/livingtongues/living-dictionaries/blob/e7f4d1666c944880c8309d0fed539a49e2c13bd2/packages/site/src/routes/[dictionaryId]/history/sortRecords.svelte#L23-L23


🚫 [eslint] <svelte/indent> reported by reviewdog 🐶
Expected indentation of 6 spaces but found 4 spaces.

https://github.com/livingtongues/living-dictionaries/blob/e7f4d1666c944880c8309d0fed539a49e2c13bd2/packages/site/src/routes/[dictionaryId]/history/sortRecords.svelte#L24-L24


🚫 [eslint] <style/semi> reported by reviewdog 🐶
Extra semicolon.

https://github.com/livingtongues/living-dictionaries/blob/e7f4d1666c944880c8309d0fed539a49e2c13bd2/packages/site/src/routes/[dictionaryId]/history/sortRecords.svelte#L24-L24


🚫 [eslint] <svelte/indent> reported by reviewdog 🐶
Expected indentation of 4 spaces but found 2 spaces.

https://github.com/livingtongues/living-dictionaries/blob/e7f4d1666c944880c8309d0fed539a49e2c13bd2/packages/site/src/routes/[dictionaryId]/history/sortRecords.svelte#L25-L25


🚫 [eslint] <style/semi> reported by reviewdog 🐶
Extra semicolon.

https://github.com/livingtongues/living-dictionaries/blob/e7f4d1666c944880c8309d0fed539a49e2c13bd2/packages/site/src/routes/[dictionaryId]/history/sortRecords.svelte#L27-L27


🚫 [eslint] <style/semi> reported by reviewdog 🐶
Extra semicolon.

https://github.com/livingtongues/living-dictionaries/blob/e7f4d1666c944880c8309d0fed539a49e2c13bd2/packages/site/src/routes/[dictionaryId]/history/sortRecords.svelte#L28-L28


🚫 [eslint] <style/semi> reported by reviewdog 🐶
Extra semicolon.

https://github.com/livingtongues/living-dictionaries/blob/e7f4d1666c944880c8309d0fed539a49e2c13bd2/packages/site/src/routes/[dictionaryId]/history/sortRecords.svelte#L30-L30


🚫 [eslint] <style/semi> reported by reviewdog 🐶
Extra semicolon.

https://github.com/livingtongues/living-dictionaries/blob/e7f4d1666c944880c8309d0fed539a49e2c13bd2/packages/site/src/routes/[dictionaryId]/history/sortRecords.svelte#L33-L33


🚫 [eslint] <style/semi> reported by reviewdog 🐶
Extra semicolon.

https://github.com/livingtongues/living-dictionaries/blob/e7f4d1666c944880c8309d0fed539a49e2c13bd2/packages/site/src/routes/[dictionaryId]/history/sortRecords.svelte#L34-L34


🚫 [eslint] <style/semi> reported by reviewdog 🐶
Extra semicolon.

https://github.com/livingtongues/living-dictionaries/blob/e7f4d1666c944880c8309d0fed539a49e2c13bd2/packages/site/src/routes/[dictionaryId]/history/sortRecords.svelte#L39-L39


🚫 [eslint] <style/semi> reported by reviewdog 🐶
Extra semicolon.

https://github.com/livingtongues/living-dictionaries/blob/e7f4d1666c944880c8309d0fed539a49e2c13bd2/packages/site/src/routes/[dictionaryId]/history/sortRecords.svelte#L40-L40


🚫 [eslint] <style/semi> reported by reviewdog 🐶
Extra semicolon.

https://github.com/livingtongues/living-dictionaries/blob/e7f4d1666c944880c8309d0fed539a49e2c13bd2/packages/site/src/routes/[dictionaryId]/history/sortRecords.svelte#L41-L41


🚫 [eslint] <style/semi> reported by reviewdog 🐶
Extra semicolon.

https://github.com/livingtongues/living-dictionaries/blob/e7f4d1666c944880c8309d0fed539a49e2c13bd2/packages/site/src/routes/[dictionaryId]/history/sortRecords.svelte#L43-L43


🚫 [eslint] <style/semi> reported by reviewdog 🐶
Extra semicolon.

https://github.com/livingtongues/living-dictionaries/blob/e7f4d1666c944880c8309d0fed539a49e2c13bd2/packages/site/src/routes/[dictionaryId]/history/sortRecords.svelte#L44-L44


🚫 [eslint] <style/semi> reported by reviewdog 🐶
Extra semicolon.

https://github.com/livingtongues/living-dictionaries/blob/e7f4d1666c944880c8309d0fed539a49e2c13bd2/packages/site/src/routes/[dictionaryId]/history/sortRecords.svelte#L45-L45


🚫 [eslint] <style/semi> reported by reviewdog 🐶
Extra semicolon.

https://github.com/livingtongues/living-dictionaries/blob/e7f4d1666c944880c8309d0fed539a49e2c13bd2/packages/site/src/routes/[dictionaryId]/history/sortRecords.svelte#L47-L47


🚫 [eslint] <style/semi> reported by reviewdog 🐶
Extra semicolon.

https://github.com/livingtongues/living-dictionaries/blob/e7f4d1666c944880c8309d0fed539a49e2c13bd2/packages/site/src/routes/[dictionaryId]/history/sortRecords.svelte#L48-L48


🚫 [eslint] <style/semi> reported by reviewdog 🐶
Extra semicolon.

https://github.com/livingtongues/living-dictionaries/blob/e7f4d1666c944880c8309d0fed539a49e2c13bd2/packages/site/src/routes/[dictionaryId]/history/sortRecords.svelte#L50-L50


🚫 [eslint] <style/semi> reported by reviewdog 🐶
Extra semicolon.

https://github.com/livingtongues/living-dictionaries/blob/e7f4d1666c944880c8309d0fed539a49e2c13bd2/packages/site/src/routes/[dictionaryId]/history/sortRecords.svelte#L51-L51


🚫 [eslint] <style/spaced-comment> reported by reviewdog 🐶
Expected exception block, space or tab after '//' in comment.

https://github.com/livingtongues/living-dictionaries/blob/e7f4d1666c944880c8309d0fed539a49e2c13bd2/packages/site/src/routes/[dictionaryId]/history/sortRecords.svelte#L54-L54


🚫 [eslint] <style/semi> reported by reviewdog 🐶
Extra semicolon.

https://github.com/livingtongues/living-dictionaries/blob/e7f4d1666c944880c8309d0fed539a49e2c13bd2/packages/site/src/routes/[dictionaryId]/history/sortRecords.svelte#L56-L56


🚫 [eslint] <style/semi> reported by reviewdog 🐶
Extra semicolon.

https://github.com/livingtongues/living-dictionaries/blob/e7f4d1666c944880c8309d0fed539a49e2c13bd2/packages/site/src/routes/[dictionaryId]/history/sortRecords.svelte#L58-L58


🚫 [eslint] <style/semi> reported by reviewdog 🐶
Extra semicolon.

https://github.com/livingtongues/living-dictionaries/blob/e7f4d1666c944880c8309d0fed539a49e2c13bd2/packages/site/src/routes/[dictionaryId]/history/sortedColumnStore.ts#L1-L1


🚫 [eslint] <style/semi> reported by reviewdog 🐶
Extra semicolon.

https://github.com/livingtongues/living-dictionaries/blob/e7f4d1666c944880c8309d0fed539a49e2c13bd2/packages/site/src/routes/[dictionaryId]/history/sortedColumnStore.ts#L3-L3


🚫 [eslint] <style/semi> reported by reviewdog 🐶
Extra semicolon.

'variant' | 'gloss' | 'plural_form' | 'scientific_names';


🚫 [eslint] <style/member-delimiter-style> reported by reviewdog 🐶
Unexpected separator (;).


🚫 [eslint] <style/member-delimiter-style> reported by reviewdog 🐶
Unexpected separator (;).


🚫 [eslint] <style/member-delimiter-style> reported by reviewdog 🐶
Unexpected separator (;).


🚫 [eslint] <style/member-delimiter-style> reported by reviewdog 🐶
Unexpected separator (;).


🚫 [eslint] <style/member-delimiter-style> reported by reviewdog 🐶
Unexpected separator (;).


🚫 [eslint] <style/member-delimiter-style> reported by reviewdog 🐶
Unexpected separator (;).


🚫 [eslint] <style/member-delimiter-style> reported by reviewdog 🐶
Unexpected separator (;).

previousValue: string | string[];


🚫 [eslint] <style/member-delimiter-style> reported by reviewdog 🐶
Unexpected separator (;).

currentValue: string | string[];


🚫 [eslint] <style/member-delimiter-style> reported by reviewdog 🐶
Unexpected separator (;).


🚫 [eslint] <style/member-delimiter-style> reported by reviewdog 🐶
Unexpected separator (;).


🚫 [eslint] <style/semi> reported by reviewdog 🐶
Extra semicolon.

export type { Change } from './change.interface';

Copy link

@github-actions github-actions bot left a comment

Choose a reason for hiding this comment

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

Remaining comments which cannot be posted as a review comment to avoid GitHub Rate Limit

eslint

🚫 [eslint] <no-unused-vars> reported by reviewdog 🐶
'previousValue' is defined but never used. Allowed unused vars must match /^($$Props$|$$Events$|$$Slots$)/u.

https://github.com/livingtongues/living-dictionaries/blob/5d17bd5836f38b33435034aab9ed05ebc4ee9441/packages/site/src/routes/[dictionaryId]/history/sortRecords.svelte#L12-L12


🚫 [eslint] <no-unused-vars> reported by reviewdog 🐶
'currentValue' is defined but never used. Allowed unused vars must match /^($$Props$|$$Events$|$$Slots$)/u.

https://github.com/livingtongues/living-dictionaries/blob/5d17bd5836f38b33435034aab9ed05ebc4ee9441/packages/site/src/routes/[dictionaryId]/history/sortRecords.svelte#L13-L13


🚫 [eslint] <no-unused-vars> reported by reviewdog 🐶
'field' is defined but never used. Allowed unused vars must match /^($$Props$|$$Events$|$$Slots$)/u.

https://github.com/livingtongues/living-dictionaries/blob/5d17bd5836f38b33435034aab9ed05ebc4ee9441/packages/site/src/routes/[dictionaryId]/history/sortRecords.svelte#L14-L14


🚫 [eslint] <no-unused-vars> reported by reviewdog 🐶
'date' is defined but never used. Allowed unused vars must match /^($$Props$|$$Events$|$$Slots$)/u.

https://github.com/livingtongues/living-dictionaries/blob/5d17bd5836f38b33435034aab9ed05ebc4ee9441/packages/site/src/routes/[dictionaryId]/history/sortRecords.svelte#L15-L15


🚫 [eslint] <svelte/indent> reported by reviewdog 🐶
Expected indentation of 4 spaces but found 2 spaces.

https://github.com/livingtongues/living-dictionaries/blob/5d17bd5836f38b33435034aab9ed05ebc4ee9441/packages/site/src/routes/[dictionaryId]/history/sortRecords.svelte#L18-L18


🚫 [eslint] <style/semi> reported by reviewdog 🐶
Extra semicolon.

https://github.com/livingtongues/living-dictionaries/blob/5d17bd5836f38b33435034aab9ed05ebc4ee9441/packages/site/src/routes/[dictionaryId]/history/sortRecords.svelte#L18-L18


🚫 [eslint] <svelte/indent> reported by reviewdog 🐶
Expected indentation of 4 spaces but found 2 spaces.

https://github.com/livingtongues/living-dictionaries/blob/5d17bd5836f38b33435034aab9ed05ebc4ee9441/packages/site/src/routes/[dictionaryId]/history/sortRecords.svelte#L19-L19


🚫 [eslint] <style/spaced-comment> reported by reviewdog 🐶
Expected exception block, space or tab after '//' in comment.

https://github.com/livingtongues/living-dictionaries/blob/5d17bd5836f38b33435034aab9ed05ebc4ee9441/packages/site/src/routes/[dictionaryId]/history/sortRecords.svelte#L19-L19


🚫 [eslint] <svelte/indent> reported by reviewdog 🐶
Expected indentation of 4 spaces but found 2 spaces.

https://github.com/livingtongues/living-dictionaries/blob/5d17bd5836f38b33435034aab9ed05ebc4ee9441/packages/site/src/routes/[dictionaryId]/history/sortRecords.svelte#L20-L20


🚫 [eslint] <svelte/indent> reported by reviewdog 🐶
Expected indentation of 6 spaces but found 4 spaces.

https://github.com/livingtongues/living-dictionaries/blob/5d17bd5836f38b33435034aab9ed05ebc4ee9441/packages/site/src/routes/[dictionaryId]/history/sortRecords.svelte#L21-L21


🚫 [eslint] <style/member-delimiter-style> reported by reviewdog 🐶
Unexpected separator (;).

https://github.com/livingtongues/living-dictionaries/blob/5d17bd5836f38b33435034aab9ed05ebc4ee9441/packages/site/src/routes/[dictionaryId]/history/sortRecords.svelte#L21-L21


🚫 [eslint] <svelte/indent> reported by reviewdog 🐶
Expected indentation of 6 spaces but found 4 spaces.

https://github.com/livingtongues/living-dictionaries/blob/5d17bd5836f38b33435034aab9ed05ebc4ee9441/packages/site/src/routes/[dictionaryId]/history/sortRecords.svelte#L22-L22


🚫 [eslint] <style/member-delimiter-style> reported by reviewdog 🐶
Unexpected separator (;).

https://github.com/livingtongues/living-dictionaries/blob/5d17bd5836f38b33435034aab9ed05ebc4ee9441/packages/site/src/routes/[dictionaryId]/history/sortRecords.svelte#L22-L22


🚫 [eslint] <svelte/indent> reported by reviewdog 🐶
Expected indentation of 4 spaces but found 2 spaces.

https://github.com/livingtongues/living-dictionaries/blob/5d17bd5836f38b33435034aab9ed05ebc4ee9441/packages/site/src/routes/[dictionaryId]/history/sortRecords.svelte#L23-L23


🚫 [eslint] <svelte/indent> reported by reviewdog 🐶
Expected indentation of 6 spaces but found 4 spaces.

https://github.com/livingtongues/living-dictionaries/blob/5d17bd5836f38b33435034aab9ed05ebc4ee9441/packages/site/src/routes/[dictionaryId]/history/sortRecords.svelte#L24-L24


🚫 [eslint] <style/semi> reported by reviewdog 🐶
Extra semicolon.

https://github.com/livingtongues/living-dictionaries/blob/5d17bd5836f38b33435034aab9ed05ebc4ee9441/packages/site/src/routes/[dictionaryId]/history/sortRecords.svelte#L24-L24


🚫 [eslint] <svelte/indent> reported by reviewdog 🐶
Expected indentation of 4 spaces but found 2 spaces.

https://github.com/livingtongues/living-dictionaries/blob/5d17bd5836f38b33435034aab9ed05ebc4ee9441/packages/site/src/routes/[dictionaryId]/history/sortRecords.svelte#L25-L25


🚫 [eslint] <style/semi> reported by reviewdog 🐶
Extra semicolon.

https://github.com/livingtongues/living-dictionaries/blob/5d17bd5836f38b33435034aab9ed05ebc4ee9441/packages/site/src/routes/[dictionaryId]/history/sortRecords.svelte#L27-L27


🚫 [eslint] <style/semi> reported by reviewdog 🐶
Extra semicolon.

https://github.com/livingtongues/living-dictionaries/blob/5d17bd5836f38b33435034aab9ed05ebc4ee9441/packages/site/src/routes/[dictionaryId]/history/sortRecords.svelte#L28-L28


🚫 [eslint] <style/semi> reported by reviewdog 🐶
Extra semicolon.

https://github.com/livingtongues/living-dictionaries/blob/5d17bd5836f38b33435034aab9ed05ebc4ee9441/packages/site/src/routes/[dictionaryId]/history/sortRecords.svelte#L30-L30


🚫 [eslint] <style/semi> reported by reviewdog 🐶
Extra semicolon.

https://github.com/livingtongues/living-dictionaries/blob/5d17bd5836f38b33435034aab9ed05ebc4ee9441/packages/site/src/routes/[dictionaryId]/history/sortRecords.svelte#L33-L33


🚫 [eslint] <style/semi> reported by reviewdog 🐶
Extra semicolon.

https://github.com/livingtongues/living-dictionaries/blob/5d17bd5836f38b33435034aab9ed05ebc4ee9441/packages/site/src/routes/[dictionaryId]/history/sortRecords.svelte#L34-L34


🚫 [eslint] <style/semi> reported by reviewdog 🐶
Extra semicolon.

https://github.com/livingtongues/living-dictionaries/blob/5d17bd5836f38b33435034aab9ed05ebc4ee9441/packages/site/src/routes/[dictionaryId]/history/sortRecords.svelte#L39-L39


🚫 [eslint] <style/semi> reported by reviewdog 🐶
Extra semicolon.

https://github.com/livingtongues/living-dictionaries/blob/5d17bd5836f38b33435034aab9ed05ebc4ee9441/packages/site/src/routes/[dictionaryId]/history/sortRecords.svelte#L40-L40


🚫 [eslint] <style/semi> reported by reviewdog 🐶
Extra semicolon.

https://github.com/livingtongues/living-dictionaries/blob/5d17bd5836f38b33435034aab9ed05ebc4ee9441/packages/site/src/routes/[dictionaryId]/history/sortRecords.svelte#L41-L41


🚫 [eslint] <style/semi> reported by reviewdog 🐶
Extra semicolon.

https://github.com/livingtongues/living-dictionaries/blob/5d17bd5836f38b33435034aab9ed05ebc4ee9441/packages/site/src/routes/[dictionaryId]/history/sortRecords.svelte#L43-L43


🚫 [eslint] <style/semi> reported by reviewdog 🐶
Extra semicolon.

https://github.com/livingtongues/living-dictionaries/blob/5d17bd5836f38b33435034aab9ed05ebc4ee9441/packages/site/src/routes/[dictionaryId]/history/sortRecords.svelte#L44-L44


🚫 [eslint] <style/semi> reported by reviewdog 🐶
Extra semicolon.

https://github.com/livingtongues/living-dictionaries/blob/5d17bd5836f38b33435034aab9ed05ebc4ee9441/packages/site/src/routes/[dictionaryId]/history/sortRecords.svelte#L45-L45


🚫 [eslint] <style/semi> reported by reviewdog 🐶
Extra semicolon.

https://github.com/livingtongues/living-dictionaries/blob/5d17bd5836f38b33435034aab9ed05ebc4ee9441/packages/site/src/routes/[dictionaryId]/history/sortRecords.svelte#L47-L47


🚫 [eslint] <style/semi> reported by reviewdog 🐶
Extra semicolon.

https://github.com/livingtongues/living-dictionaries/blob/5d17bd5836f38b33435034aab9ed05ebc4ee9441/packages/site/src/routes/[dictionaryId]/history/sortRecords.svelte#L48-L48


🚫 [eslint] <style/semi> reported by reviewdog 🐶
Extra semicolon.

https://github.com/livingtongues/living-dictionaries/blob/5d17bd5836f38b33435034aab9ed05ebc4ee9441/packages/site/src/routes/[dictionaryId]/history/sortRecords.svelte#L50-L50


🚫 [eslint] <style/semi> reported by reviewdog 🐶
Extra semicolon.

https://github.com/livingtongues/living-dictionaries/blob/5d17bd5836f38b33435034aab9ed05ebc4ee9441/packages/site/src/routes/[dictionaryId]/history/sortRecords.svelte#L51-L51


🚫 [eslint] <style/spaced-comment> reported by reviewdog 🐶
Expected exception block, space or tab after '//' in comment.

https://github.com/livingtongues/living-dictionaries/blob/5d17bd5836f38b33435034aab9ed05ebc4ee9441/packages/site/src/routes/[dictionaryId]/history/sortRecords.svelte#L54-L54


🚫 [eslint] <style/semi> reported by reviewdog 🐶
Extra semicolon.

https://github.com/livingtongues/living-dictionaries/blob/5d17bd5836f38b33435034aab9ed05ebc4ee9441/packages/site/src/routes/[dictionaryId]/history/sortRecords.svelte#L56-L56


🚫 [eslint] <style/semi> reported by reviewdog 🐶
Extra semicolon.

https://github.com/livingtongues/living-dictionaries/blob/5d17bd5836f38b33435034aab9ed05ebc4ee9441/packages/site/src/routes/[dictionaryId]/history/sortRecords.svelte#L58-L58


🚫 [eslint] <style/semi> reported by reviewdog 🐶
Extra semicolon.

https://github.com/livingtongues/living-dictionaries/blob/5d17bd5836f38b33435034aab9ed05ebc4ee9441/packages/site/src/routes/[dictionaryId]/history/sortedColumnStore.ts#L1-L1


🚫 [eslint] <style/semi> reported by reviewdog 🐶
Extra semicolon.

https://github.com/livingtongues/living-dictionaries/blob/5d17bd5836f38b33435034aab9ed05ebc4ee9441/packages/site/src/routes/[dictionaryId]/history/sortedColumnStore.ts#L3-L3


🚫 [eslint] <style/semi> reported by reviewdog 🐶
Extra semicolon.

'variant' | 'gloss' | 'plural_form' | 'scientific_names';


🚫 [eslint] <style/member-delimiter-style> reported by reviewdog 🐶
Unexpected separator (;).


🚫 [eslint] <style/member-delimiter-style> reported by reviewdog 🐶
Unexpected separator (;).


🚫 [eslint] <style/member-delimiter-style> reported by reviewdog 🐶
Unexpected separator (;).


🚫 [eslint] <style/member-delimiter-style> reported by reviewdog 🐶
Unexpected separator (;).


🚫 [eslint] <style/member-delimiter-style> reported by reviewdog 🐶
Unexpected separator (;).


🚫 [eslint] <style/member-delimiter-style> reported by reviewdog 🐶
Unexpected separator (;).


🚫 [eslint] <style/member-delimiter-style> reported by reviewdog 🐶
Unexpected separator (;).

previousValue: string | string[];


🚫 [eslint] <style/member-delimiter-style> reported by reviewdog 🐶
Unexpected separator (;).

currentValue: string | string[];


🚫 [eslint] <style/member-delimiter-style> reported by reviewdog 🐶
Unexpected separator (;).


🚫 [eslint] <style/member-delimiter-style> reported by reviewdog 🐶
Unexpected separator (;).


🚫 [eslint] <style/semi> reported by reviewdog 🐶
Extra semicolon.

export type { Change } from './change.interface';

Copy link

@github-actions github-actions bot left a comment

Choose a reason for hiding this comment

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

Remaining comments which cannot be posted as a review comment to avoid GitHub Rate Limit

eslint

🚫 [eslint] <style/semi> reported by reviewdog 🐶
Extra semicolon.

https://github.com/livingtongues/living-dictionaries/blob/2b5a67fbc81d66407cb09d3b91c7a6479817d0d0/packages/site/src/routes/[dictionaryId]/history/sortRecords.svelte#L50-L50


🚫 [eslint] <style/semi> reported by reviewdog 🐶
Extra semicolon.

https://github.com/livingtongues/living-dictionaries/blob/2b5a67fbc81d66407cb09d3b91c7a6479817d0d0/packages/site/src/routes/[dictionaryId]/history/sortRecords.svelte#L51-L51


🚫 [eslint] <style/spaced-comment> reported by reviewdog 🐶
Expected exception block, space or tab after '//' in comment.

https://github.com/livingtongues/living-dictionaries/blob/2b5a67fbc81d66407cb09d3b91c7a6479817d0d0/packages/site/src/routes/[dictionaryId]/history/sortRecords.svelte#L54-L54


🚫 [eslint] <style/semi> reported by reviewdog 🐶
Extra semicolon.

https://github.com/livingtongues/living-dictionaries/blob/2b5a67fbc81d66407cb09d3b91c7a6479817d0d0/packages/site/src/routes/[dictionaryId]/history/sortRecords.svelte#L56-L56


🚫 [eslint] <style/semi> reported by reviewdog 🐶
Extra semicolon.

https://github.com/livingtongues/living-dictionaries/blob/2b5a67fbc81d66407cb09d3b91c7a6479817d0d0/packages/site/src/routes/[dictionaryId]/history/sortRecords.svelte#L58-L58


🚫 [eslint] <style/semi> reported by reviewdog 🐶
Extra semicolon.

'variant' | 'gloss' | 'plural_form' | 'scientific_names';


🚫 [eslint] <style/member-delimiter-style> reported by reviewdog 🐶
Unexpected separator (;).


🚫 [eslint] <style/member-delimiter-style> reported by reviewdog 🐶
Unexpected separator (;).


🚫 [eslint] <style/member-delimiter-style> reported by reviewdog 🐶
Unexpected separator (;).


🚫 [eslint] <style/member-delimiter-style> reported by reviewdog 🐶
Unexpected separator (;).


🚫 [eslint] <style/member-delimiter-style> reported by reviewdog 🐶
Unexpected separator (;).


🚫 [eslint] <style/member-delimiter-style> reported by reviewdog 🐶
Unexpected separator (;).


🚫 [eslint] <style/member-delimiter-style> reported by reviewdog 🐶
Unexpected separator (;).

previousValue: string | string[];


🚫 [eslint] <style/member-delimiter-style> reported by reviewdog 🐶
Unexpected separator (;).

currentValue: string | string[];


🚫 [eslint] <style/member-delimiter-style> reported by reviewdog 🐶
Unexpected separator (;).


🚫 [eslint] <style/member-delimiter-style> reported by reviewdog 🐶
Unexpected separator (;).


🚫 [eslint] <style/semi> reported by reviewdog 🐶
Extra semicolon.

export type { Change } from './change.interface';

Copy link

⚡️Lighthouse report

Results for https://living-dictionaries-lmuyo31dm-polylingual-development.vercel.app/ (see detailed report)

Category Score
🔴 Performance 15
🟢 Accessibility 90
🟢 Best practices 100
🟢 SEO 96
🟢 PWA 90

Results for https://living-dictionaries-lmuyo31dm-polylingual-development.vercel.app/achi/entries (see detailed report)

Category Score
🔴 Performance 45
🟢 Accessibility 90
🟢 Best practices 92
🟢 SEO 97
🟢 PWA 90

Results for https://living-dictionaries-lmuyo31dm-polylingual-development.vercel.app/jaRhn6MAZim4Blvr1iEv/entry/yt9ja7ymh9xgba5i (see detailed report)

Category Score
🔴 Performance 40
🟠 Accessibility 89
🟢 Best practices 92
🟢 SEO 100
🟢 PWA 90

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.

2 participants