feat(history): add history viewer and rewind (#38)

* feat(ui): add `input group` base component

* feat(history): add history viewer and rewind

* test: update selector snapshot

* test: add PW base page

* style: apply TS style fixes

* chore(history): request history wiki

* chore(history): remove unwanted symbol

* chore: fix type

* style: apply TS style fixes
This commit is contained in:
Mazen Touati
2026-01-17 20:50:00 +01:00
committed by GitHub
parent 7b0af6feff
commit e1b844cee0
63 changed files with 2804 additions and 892 deletions

View File

@@ -15,7 +15,7 @@ module.exports = {
ecmaVersion: 'latest',
sourceType: 'module',
parser: '@typescript-eslint/parser',
project: 'resources/tsconfig.json',
project: 'tsconfig.json',
},
env: {
browser: true,