summaryrefslogtreecommitdiff
path: root/packages/client/src/scripts (follow)
Commit message (Collapse)AuthorAgeFilesLines
* rename: client -> frontendsyuilo2022-12-2771-5199/+0
|
* enhance(client): Add link to copy RSS feed in user profile menu (#9419)Sam Smucny2022-12-271-0/+6
| | | | | | | * add link to RSS feed * update changelog and locale file Co-authored-by: syuilo <Syuilotan@yahoo.co.jp>
* feat: introduce fluent emojisyuilo2022-12-262-12/+20
|
* :art:syuilo2022-12-261-2/+6
|
* encodeURIComponent for static image proxy filename (#9410)tamaina2022-12-251-1/+4
|
* enhance(client): show Unicode emoji tooltip with its name (#9399)Kagami Sascha Rosylight2022-12-251-0/+4
| | | | | | | | | | * enhance(client): show Unicode emoji tooltip with its name * Update CHANGELOG.md * Update CHANGELOG.md Co-authored-by: tamaina <tamaina@hotmail.co.jp> Co-authored-by: syuilo <Syuilotan@yahoo.co.jp>
* :art:syuilo2022-12-241-1/+1
|
* enhance(client): enhance dashboard of control panelsyuilo2022-12-231-0/+21
|
* style: add missing trailing commas (#9387)Kagami Sascha Rosylight2022-12-2216-45/+45
|
* enhance(client): update emoji picker immediately on all input (#9385)Kagami Sascha Rosylight2022-12-221-1/+5
| | | | | | | | | * enhance: update emoji picker immediately on all input * refactor: remove reference to window.clipboardData * refactor: done() receives a string * refactor: typescript-favored `.char` access
* enhance(client): improve ux of sound settingssyuilo2022-12-221-0/+32
|
* :art:syuilo2022-12-201-2/+2
|
* Use tabler icons (#9354)syuilo2022-12-195-50/+50
| | | | | | | | | | | | | | | | | * wip * wip * wip * Update style.scss * wip * wip * wip * wip
* Revert "wip"syuilo2022-12-194-21/+21
| | | | This reverts commit f83bd31fd5fee0bb2209ad0e5359ffa473ffb30e.
* wipsyuilo2022-12-194-21/+21
|
* enhance(client): Compress non-animated PNG files (#9334)Kagami Sascha Rosylight2022-12-182-24/+46
| | | | | | | | | | | | | | | | | | | | | * style: fix TS lint errors about `ev.target` * enhance: compress non-animated PNG * PNG to PNG? * defer jest things (add it later) * Delete jest.config.cjs * check the compressed file size * log compression stats * use ?? * handle if ($i == null) Co-authored-by: tamaina <tamaina@hotmail.co.jp>
* refactor(client): add proper types to `never[]` (#9340)Kagami Sascha Rosylight2022-12-183-18/+38
|
* enhance: Implement the toggle to (or not to) close push notifications when ↵tamaina2022-12-181-55/+0
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | notifications or messages are read (#9219) * create file * wip * fix * wip * tabun dekita * :v: * implement subscribe push notification button to tutorial * check-exists→show-registration * add column sendReadMessage * fix migration file * sw api * change PushNotificationService * wip * :v: * fix tutorial footer flex
* Fix lint errors (except `@typescript-eslint/prefer-nullish-coalescing`) (#9311)Kagami Sascha Rosylight2022-12-121-3/+3
| | | | | | | | | * `yarn workspace client run lint --fix` * `eslint-disable-next-line no-var` for service worker self * A few more manual sw fixes * word change
* enhance: fallback option for media proxysyuilo2022-12-081-1/+2
|
* enhance: Modify MkInstanceTicker (#9236)tamaina2022-11-271-3/+4
| | | | | | | | | | | | | | | | | * fix and enhance MkNoteDetailed * change instanceticker * :art: * fix * :art: * fix * :art: * revert MkNoteDetailed
* Revert #8098tamaina2022-11-241-0/+1
|
* Merge branch 'develop' into pizzax-indexeddbtamaina2022-11-241-1/+1
|\
| * Fix typo in keycode.ts (#9224)Ikko Ashimine2022-11-241-1/+1
| | | | | | Programatically -> Programmatically
* | Merge branch 'develop' into pizzax-indexeddbtamaina2022-11-1732-248/+616
|\|
| * improve performancesyuilo2022-11-172-1/+20
| |
| * ノートの詳細ボタンを...に追加 (#9166)nenohi2022-11-131-3/+13
| | | | | | | | | | | | | | | | | | | | | | * noteの詳細を追加 * add detail option to note menu * add detailed , fix typo * delete button Co-authored-by: Gray Olson <gray@grayolson.com>
| * fix(client): ↵syuilo2022-11-121-0/+13
| | | | | | | | インスタンスティッカーのfaviconを読み込む際に偽サイト警告が出ることがあるのを修正
| * fix typesyuilo2022-09-241-17/+2
| |
| * なんかもうめっちゃ変えたsyuilo2022-09-182-6/+8
| |
| * refactor(client): align filename to component namesyuilo2022-08-316-6/+6
| |
| * enhance(client): add html color-schema supportsyuilo2022-08-271-0/+5
| |
| * enhance(client): improve clock widgetssyuilo2022-08-051-0/+49
| |
| * enhance(client): add some themessyuilo2022-07-221-0/+2
| |
| * enhance(client): tweak uisyuilo2022-07-171-0/+158
| |
| * chore(client): tweak user-info routingsyuilo2022-07-161-3/+4
| |
| * enhance(client): ↵syuilo2022-07-151-0/+19
| | | | | | | | RSSティッカーで表示順序をシャッフルできるように
| * lit fixessyuilo2022-07-131-1/+1
| |
| * fix: add `es2017` build target (#8931)Johann1502022-07-132-7/+8
| | | | | | | | | | | | | | * remove top level awaits * add es2017 target * refactor: use setup and ref sugar
| * fix(client): fix url encoded string handling of niraxsyuilo2022-07-131-0/+7
| | | | | | | | Fix #8878
| * :art:syuilo2022-07-131-2/+2
| |
| * chore: fix lint errors (#8981)yzhe8192022-07-101-1/+1
| |
| * enhance(client): update themessyuilo2022-07-101-4/+4
| |
| * feat: auto nsfw detection (#8840)syuilo2022-07-072-19/+40
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | * feat: auto nsfw detection * :v: * Update ja-JP.yml * Update ja-JP.yml * ポルノ判定のしきい値を高めに * エラーハンドリングちゃんとした * Update ja-JP.yml * 感度設定を強化 * refactor * feat: add video support for auto nsfw detection * rename: image -> media * .js * fix: add missing error handling * fix: use valid pathname instead of using filename due to invalid usage * perf(nsfw-detection): decode frames * disable detection of video for some reasons * perf(nsfw-detection): streamify detection process for video * disable disallowUploadWhenPredictedAsPorn option * fix(nsfw-detection): improve reliability * fix(nsfw-detection): use Math.ceil instead of Math.round * perf(nsfw-detection): delete tmp frames after used * fix(nsfw-detection): FSWatcher does not emit ready event * perf(nsfw-detection): skip black frames * refactor: strip exists check * Update package.json * めっちゃ変えた * lint * Update COPYING * オプションで動画解析できるように * Update yarn.lock * Update CHANGELOG.md Co-authored-by: Acid Chicken (硫酸鶏) <root@acid-chicken.com>
| * refactor: use overflow-y to determine scroll containerJohann1502022-07-061-6/+2
| | | | | | | | | | | | By using `overflow-y` instead of `overflow` using `endsWith` can be avoided and represents the data we are actually interested in here more accurately.
| * chore: fix client lint errors (#8934)Kainoa Kanter2022-07-052-46/+48
| | | | | | | | | | | | | | | | | | * Fix client lint * Hide no-v-html * Ignore banned type * Update page-editor.vue
| * fix lint @typescript-eslint/ban-typesJohann1502022-07-043-5/+7
| |
| * fix lint no-prototype-builtinsJohann1502022-07-041-1/+1
| |
| * fix lint padded-blocksJohann1502022-07-043-3/+0
| |
| * chore(client): tweak uisyuilo2022-07-021-0/+2
| |