feat: handle mobile portrait mode for current words table, improve top menù layout
125ee1c
alessandro trinca tornidorcommited on
style: improve margins for mobile interfaces
3dc190b
alessandro trinca tornidorcommited on
fix: avoid error on checking id-input-webserver-wordfreq-checkbox
fcb80e0
alessandro trinca tornidorcommited on
feat: start refactoring the UI interface on mobile
4614287
alessandro trinca tornidorcommited on
doc: add missing docstrings
9cb8062
alessandro trinca tornidorcommited on
feat: UI change, now it shows some text around the selected word
0c4660b
alessandro trinca tornidorcommited on
refactor: update example text within index.html
fc3bbf3
alessandro trinca tornidorcommited on
feat: add some helper functions from lite.koboldai.net integration
0a8999b
alessandro trinca tornidorcommited on
feat: scroll to the correct range position when selecting a word with setCaret()
9db4577
alessandro trinca tornidorcommited on
feat: handle correctly html text content nested within SPAN childNodes, like lite.koboldai.net editable mode
cb64b5f
alessandro trinca tornidorcommited on
refactor: remove duplicated occurrence of function extractStringValues()
4199259
alessandro trinca tornidorcommited on
refactor: remove or rewrite some console.log()
9113af3
alessandro trinca tornidorcommited on
feat: setCaret(), handle case when user edit the contenteditable editor div
de48b4c
alessandro trinca tornidorcommited on
feat: now the filter works only on the values of the json output array
f2474aa
alessandro trinca tornidorcommited on
test: prepare playwright tests to ensure avoid regressions on text stemming results
f4cd2d5
alessandro trinca tornidorcommited on
feat: avoid changing paragraph separation in the original text
ceed7c1
alessandro trinca tornidorcommited on
feat: avoid removing multiple newlines from input text
6c35a72
alessandro trinca tornidorcommited on
feat: removed minimum length limit for discarding words too short
e4e96f7
alessandro trinca tornidorcommited on
fix: remove useless DOM element creation
7f16a7c
alessandro trinca tornidorcommited on
feat: now result search is case-insensitive
9074889
alessandro trinca tornidorcommited on
feat: add index_dark.html to help merges with lite.koboldai.net
a0b0525
alessandro trinca tornidorcommited on
feeat: new layout separating the list of prefix frequencies from the table of word positions
1b77e8d
alessandro trinca tornidorcommited on
feat: small changes to make the frontend more similar to the components integrated into lite.koboldai.net
87def91
alessandro trinca tornidorcommited on
test: update the playwright test cases because of the changes for lite.koboldai.net
c7c7c05
alessandro trinca tornidorcommited on
fix: use strict comparison with undefined
a90c443
alessandro trinca tornidorcommited 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 tornidorcommited on
feat: update dark style for kite.koboldai.net
611bb79
alessandro trinca tornidorcommited on
test: add some test cases about the embedded stemmer
1b8f9df
alessandro trinca tornidorcommited on
doc: rename customTokenize() to customWordPunctTokenize(), update some docstrings
5fa765b
alessandro trinca tornidorcommited on
test: rename test cases to test the embedded stemmer
63cfb2c
alessandro trinca tornidorcommited on
test: add one test case, prepare test of embedded stemmer
19c6fcb
alessandro trinca tornidorcommited on
feat: add optional embedded stemmer
5dbc043
alessandro trinca tornidorcommited on
feat: prepare a new playwright assertion, small html fixes
1068a71
alessandro trinca tornidorcommited on
style: add css needed for lite.koboldai.net
28a6a81
alessandro trinca tornidorcommited on
style: remove some repetitions
c47024d
alessandro trinca tornidorcommited on
style: fix h4 and table cells styles for lite.koboldai.net
60f1e93
alessandro trinca tornidorcommited on
doc: add docstrings to js functions, rewrite them as classic function instead then arrow function
da2266a
alessandro trinca tornidorcommited on
feat: improve compatibility with lite.koboldai.net
304cdac
alessandro trinca tornidorcommited on
refactor: rename occurrences of WordFreq to WordsFreq
9c1561c
alessandro trinca tornidorcommited on
refactor: rename occurrences of "word frequency" to "words frequency"
8137781
alessandro trinca tornidorcommited on
Merge branch 'frontend_test_e2e'
a22a73a
alessandro trinca tornidorcommited on
feat: add message for mobile users for using the project in landscape mode
128c69e
alessandro trinca tornidorcommited on
test: image snapshots for mobile chrome, mobile safari, firefox and webkit on linux
334f9fe
alessandro trinca tornidorcommited on
ci: added test command script to package json, added comment
216e95c
alessandro trinca tornidorcommited on
fix: update misleading html id and aria labels
fbdab60
alessandro trinca tornidorcommited on
ci: consistent management of DOMAIN variable between backend and frontend
0034bb5
alessandro trinca tornidorcommited on
test: add test cases about filtering, sorting and ordering
cb40b21
alessandro trinca tornidorcommited on
ci: update pnpm version
570235e
alessandro trinca tornidorcommited on
feat: fix wrong id and aria labels on radio inputs