Luna D.
4e6665e2d6
notification badges, navbar + admin navbar
2024-06-11 01:01:02 +02:00
Luna D.
13735e7d4e
convert tags.js to ts
2024-06-10 23:20:44 +02:00
Luna D.
34ff8abb36
Merge remote-tracking branch 'origin/master' into redesign
2024-06-06 22:55:50 +02:00
Luna D.
44e99997e0
Merge commit '974d2109e2afbc066a2470ddea3f1c5e3ad44945' into redesign
2024-06-06 22:11:43 +02:00
Luna D.
4eeee71b48
deleted comments styling
2024-06-06 20:21:21 +02:00
Luna D.
8ca3902005
port a bunch of stuff to typescript (untested)
2024-06-06 18:48:16 +02:00
Luna D.
b6973eb437
port stuff to ts
2024-06-05 22:56:48 +02:00
Luna D.
97577db065
port staffhider to ts, eslint --fix, new fp
2024-06-04 21:13:31 +02:00
Luna D.
0877ac685b
document and optimize
2024-06-03 23:43:51 +02:00
Luna D.
694bc31e50
graphs and sliders
2024-06-03 23:07:10 +02:00
KoloMl
0381409862
Lowercasing term before running the auto-completion on it
2024-06-03 21:42:58 +04:00
Liam
f44491685e
Disable search completion by default, use setting to enable
2024-06-03 10:59:49 -04:00
KoloMl
8d2c082413
Disable server-side autocompletion when acSource
is not set
2024-06-03 17:48:42 +04:00
KoloMl
1a7d59cb59
Added the local setting to disable auto-completion
2024-06-02 20:40:09 +04:00
KoloMl
7fa141bb54
Increased the suggestions count to 10 for search fields specifically
...
Default 5 entries feel not enough for search field
2024-06-02 19:59:06 +04:00
KoloMl
9dd26f2f87
Added separate property to control autocompletion mode
...
This is better than using hardcoded field name.
2024-06-02 19:58:01 +04:00
Luna D.
0374d0482b
scale x
2024-05-31 20:21:45 +02:00
Luna D.
979c355d9c
oh
2024-05-31 20:18:21 +02:00
Luna D.
23c1a3d565
ticker fix
2024-05-31 20:14:32 +02:00
Luna D.
a3c6cba47e
graphs and fancy comments
2024-05-31 20:07:00 +02:00
KoloMl
3f2e887aec
Fixed issues marked by linter
2024-05-30 21:55:41 +04:00
KoloMl
f1aec2fd58
Close autocomplete window when selection moved outside active term by click
2024-05-30 01:37:35 +04:00
KoloMl
f31fcf86b3
Close the autocomplete window once user moved outside current term
2024-05-30 00:32:03 +04:00
KoloMl
8c988b002d
Support search field autocompletion, enabled autocomplete for header
2024-05-29 23:57:36 +04:00
Liam
c0ddf55b48
Add lex stage with intermediate result generation
2024-05-28 23:32:48 -04:00
Luna D.
f659023649
stylelint
2024-05-20 21:25:43 +02:00
Eliot Partridge
65da36369d
Pause spoilered videos on image pages, unpause on unspoiler ( #259 )
...
* Pause spoilered videos on image pages, unpause on unspoiler
* Add test
* Fix comment
2024-05-14 21:32:45 -04:00
Luna D.
f04666037c
progress today
2024-05-07 19:33:56 +02:00
Luna D.
0de3d98c82
Merge remote-tracking branch 'origin/master' into redesign
2024-05-06 22:18:48 +02:00
Eliot Partridge
377317a26b
Add local setting to enable audio on videos by default ( #252 )
...
* Add local setting to enable audio on videos by default
* Update copy
* Use ternary over `let`+`if`
2024-05-05 17:38:22 -04:00
Luna D.
70cde5d4b2
import mockinstance
2024-05-01 09:26:01 +02:00
David Joseph Guzsik
5643660806
Eliminate chai-dom and restore @testing-library/jest-dom ( #244 )
2024-04-30 18:20:14 -04:00
Luna D.
6e6fa20e83
import mockinstance
2024-05-01 00:15:06 +02:00
Luna D.
0e8f30abf2
Merge remote-tracking branch 'origin/master' into redesign
2024-04-30 21:27:42 +02:00
David Joseph Guzsik
2417f40d37
Switch jest unit tests to vitest ( #243 )
...
* Switch jest unit tests to vitest
* Cleanup vite config after debugging
2024-04-30 20:44:26 +02:00
Luna D.
aa299de329
Merge remote-tracking branch 'origin/master' into redesign
2024-04-30 19:15:10 +02:00
Nighty
dd8c2c81d9
Vite HMR for JS/TS (and jankily for CSS) ( #242 )
...
* prelim work on vite reload
* the best solution to a problem is usually the easiest one
2024-04-30 13:13:46 -04:00
Luna D.
5aad931ba7
switch from scss/sass to plain css with postcss plugins
2024-04-30 12:16:09 +02:00
Luna D.
4b3221a590
Merge remote-tracking branch 'origin/master' into redesign
2024-04-30 09:17:43 +02:00
Nighty
42cd107b2a
Vite ( #240 )
...
* begin vite stuff (does not work yet)
* finalize vite switch + cleanup package.json
* Assets path, re-add async, fix z
* Remove source-map-support
---------
Co-authored-by: Liam <byteslice@airmail.cc>
2024-04-29 20:39:52 -04:00
Luna D.
db237a9853
Merge remote-tracking branch 'origin/master' into redesign
2024-04-28 13:11:39 +02:00
Liam
089816845e
Silence any lint on window.location mock
2024-04-22 18:45:42 -04:00
liamwhite
df2e336a24
upload: add pinning test ( #231 )
2024-04-22 18:43:36 -04:00
liamwhite
88a1131f35
input-duplicator: migrate to TypeScript ( #230 )
2024-04-22 18:43:27 -04:00
Luna D.
bec260fffb
Merge branch 'master' into redesign
2024-04-17 11:54:47 +02:00
liamwhite
33a713310a
timeago: migrate to TypeScript ( #226 )
2024-04-16 08:02:12 -04:00
liamwhite
3cba72ec4c
ujs: migrate to TypeScript ( #225 )
...
* ujs: migrate to TypeScript
* Address review comments
2024-04-16 08:02:03 -04:00
Liam
394c23893c
Fix leftover jsdoc
2024-04-15 20:36:57 -04:00
mdashlw
1f440475ed
fix sources block not updating properly after saving ( #216 )
2024-03-24 11:44:48 -04:00
mdashlw
921ad0c59a
Autocomplete fallback ( #215 )
...
* autocomplete: fallback to fetch if local returns no results
* fix: don't show autocomplete if by the time fetch is complete value had already changed
* autocomplete tag controller: lower images count req from 4 to 1
2024-03-24 11:38:23 -04:00