mgw / static

Commit History

first working test example with playwright setup
f419f31

alessandro trinca tornidor commited on

feat: handle mobile portrait mode for current words table, improve top menù layout
125ee1c

alessandro trinca tornidor commited on

style: improve margins for mobile interfaces
3dc190b

alessandro trinca tornidor commited on

fix: avoid error on checking id-input-webserver-wordfreq-checkbox
fcb80e0

alessandro trinca tornidor commited on

feat: start refactoring the UI interface on mobile
4614287

alessandro trinca tornidor commited on

doc: add missing docstrings
9cb8062

alessandro trinca tornidor commited on

feat: UI change, now it shows some text around the selected word
0c4660b

alessandro trinca tornidor commited on

refactor: update example text within index.html
fc3bbf3

alessandro trinca tornidor commited on

feat: add some helper functions from lite.koboldai.net integration
0a8999b

alessandro trinca tornidor commited on

feat: scroll to the correct range position when selecting a word with setCaret()
9db4577

alessandro trinca tornidor commited on

feat: handle correctly html text content nested within SPAN childNodes, like lite.koboldai.net editable mode
cb64b5f

alessandro trinca tornidor commited on

refactor: remove duplicated occurrence of function extractStringValues()
4199259

alessandro trinca tornidor commited on

refactor: remove or rewrite some console.log()
9113af3

alessandro trinca tornidor commited on

feat: setCaret(), handle case when user edit the contenteditable editor div
de48b4c

alessandro trinca tornidor commited on

feat: now the filter works only on the values of the json output array
f2474aa

alessandro trinca tornidor commited on

test: prepare playwright tests to ensure avoid regressions on text stemming results
f4cd2d5

alessandro trinca tornidor commited on

feat: avoid changing paragraph separation in the original text
ceed7c1

alessandro trinca tornidor commited on

feat: avoid removing multiple newlines from input text
6c35a72

alessandro trinca tornidor commited on

feat: removed minimum length limit for discarding words too short
e4e96f7

alessandro trinca tornidor commited on

fix: remove useless DOM element creation
7f16a7c

alessandro trinca tornidor commited on

feat: now result search is case-insensitive
9074889

alessandro trinca tornidor commited on

feat: add index_dark.html to help merges with lite.koboldai.net
a0b0525

alessandro trinca tornidor commited on

feeat: new layout separating the list of prefix frequencies from the table of word positions
1b77e8d

alessandro trinca tornidor commited on

feat: small changes to make the frontend more similar to the components integrated into lite.koboldai.net
87def91

alessandro trinca tornidor commited on

test: update the playwright test cases because of the changes for lite.koboldai.net
c7c7c05

alessandro trinca tornidor commited on

fix: use strict comparison with undefined
a90c443

alessandro trinca tornidor commited on

feat: now the frontend is more similar to the one within kite.koboldai.net; when digiting within the input field it's possible to fire the funtion pressing enter
a4a5767

alessandro trinca tornidor commited on

feat: update dark style for kite.koboldai.net
611bb79

alessandro trinca tornidor commited on

test: add some test cases about the embedded stemmer
1b8f9df

alessandro trinca tornidor commited on

doc: rename customTokenize() to customWordPunctTokenize(), update some docstrings
5fa765b

alessandro trinca tornidor commited on

test: rename test cases to test the embedded stemmer
63cfb2c

alessandro trinca tornidor commited on

test: add one test case, prepare test of embedded stemmer
19c6fcb

alessandro trinca tornidor commited on

feat: add optional embedded stemmer
5dbc043

alessandro trinca tornidor commited on

feat: prepare a new playwright assertion, small html fixes
1068a71

alessandro trinca tornidor commited on

style: add css needed for lite.koboldai.net
28a6a81

alessandro trinca tornidor commited on

style: remove some repetitions
c47024d

alessandro trinca tornidor commited on

style: fix h4 and table cells styles for lite.koboldai.net
60f1e93

alessandro trinca tornidor commited on

doc: add docstrings to js functions, rewrite them as classic function instead then arrow function
da2266a

alessandro trinca tornidor commited on

feat: improve compatibility with lite.koboldai.net
304cdac

alessandro trinca tornidor commited on

refactor: rename occurrences of WordFreq to WordsFreq
9c1561c

alessandro trinca tornidor commited on

refactor: rename occurrences of "word frequency" to "words frequency"
8137781

alessandro trinca tornidor commited on

Merge branch 'frontend_test_e2e'
a22a73a

alessandro trinca tornidor commited on

feat: add message for mobile users for using the project in landscape mode
128c69e

alessandro trinca tornidor commited on

test: image snapshots for mobile chrome, mobile safari, firefox and webkit on linux
334f9fe

alessandro trinca tornidor commited on

ci: added test command script to package json, added comment
216e95c

alessandro trinca tornidor commited on

fix: update misleading html id and aria labels
fbdab60

alessandro trinca tornidor commited on

ci: consistent management of DOMAIN variable between backend and frontend
0034bb5

alessandro trinca tornidor commited on

test: add test cases about filtering, sorting and ordering
cb40b21

alessandro trinca tornidor commited on

ci: update pnpm version
570235e

alessandro trinca tornidor commited on

feat: fix wrong id and aria labels on radio inputs
803968a

alessandro trinca tornidor commited on