Freeplay
61d7cb173a
Merge branch 'develop' of https://codeberg.org/calckey/calckey into keyboard-accessability
2023-04-28 19:06:21 -04:00
Free
908765106d
super minor styling stuff ( #9918 )
...
Co-authored-by: Freeplay <Freeplay@duck.com>
Reviewed-on: https://codeberg.org/calckey/calckey/pulls/9918
Co-authored-by: Free <freeplay@duck.com>
Co-committed-by: Free <freeplay@duck.com>
2023-04-26 20:03:32 +00:00
Kainoa Kanter
ae53b4e5d3
refactor
2023-04-06 22:28:44 -07:00
ThatOneCalculator
461678394e
styling
2023-04-02 01:00:40 -07:00
Free
1913648047
note-improvements ( #9734 )
...
Not sure if this is the best way to jump to the post
This also lets you select text w/out clicking to the post (and clicking normally on top of the text opens the post)
Co-authored-by: Freeplay <Freeplay@duck.com>
Reviewed-on: https://codeberg.org/calckey/calckey/pulls/9734
Co-authored-by: Free <freeplay@duck.com>
Co-committed-by: Free <freeplay@duck.com>
2023-03-20 02:31:02 +00:00
Freeplay
9e2bcbbb2b
Merge branch 'develop' of https://codeberg.org/calckey/calckey into note-improvements
2023-03-15 18:40:21 -04:00
ThatOneCalculator
7f81d3c2b8
style: inlie-flex on ph-fw
2023-03-11 13:36:40 -08:00
ThatOneCalculator
8cb2efa186
fix?
2023-03-11 13:07:51 -08:00
Freeplay
e8d11d57e1
change line height
2023-02-25 19:48:10 -05:00
Freeplay
02fe1f270e
add some animations to reactions
2023-02-25 13:50:24 -05:00
Freeplay
6e6a09e024
Fix 'close' button in posts not sticking to bottom
...
thanmk you overlfow clip
2023-02-25 01:18:21 -05:00
Freeplay
d407d355b2
style view thread continuation button + fix link underline
2023-02-24 22:33:21 -05:00
Freeplay
6e8221a62a
Change line-height to w3c recommend
...
https://www.w3.org/TR/WCAG21/#text-spacing
2023-02-10 11:43:47 -05:00
Freeplay
4b8b413c51
Improving keyboard support, part 1™
2023-02-06 15:52:00 -05:00
Freeplay
c9c7a0f162
Change avatar size var to camelCase, more tweaks
2023-01-07 15:53:51 -05:00
Freeplay
30c857bb93
Add reply lines, other tweaks
2023-01-06 18:58:52 -05:00
chimiana
e676692175
Removed tap-highlight-color from style.scsss as it is not a valid css property
2022-12-15 23:19:04 +00:00
ThatOneCalculator
e810ae2269
further simplify tada for reduced motion
2022-11-29 18:51:24 -08:00
ThatOneCalculator
687ae2c74b
reduce motion for tada
2022-11-29 18:29:12 -08:00
ThatOneCalculator
244f4a6cbe
fix: don't do icon transform by default
2022-11-21 21:45:59 -08:00
ThatOneCalculator
28bda77b07
imprv perf
2022-11-08 16:56:37 -08:00
ThatOneCalculator
35eaf74bd6
ease
2022-11-06 20:48:28 -08:00
ThatOneCalculator
e0397126fe
funny link hover attempt 2
2022-11-06 20:47:52 -08:00
ThatOneCalculator
8ee8ab8a7e
disable link hover effect for now
2022-11-06 19:29:42 -08:00
ThatOneCalculator
b09c8d5792
only apply hover effect to link
2022-11-06 19:18:27 -08:00
ThatOneCalculator
3b9fda8f05
underline effect
2022-11-06 19:14:55 -08:00
ThatOneCalculator
a9dce362df
feat: 💄 Phosphor icons!
2022-11-06 17:33:52 -08:00
ThatOneCalculator
144737feb4
rose pine code blocks
2022-07-27 19:32:21 -07:00
ThatOneCalculator
9d93329527
formatting
2022-07-27 19:31:33 -07:00
ThatOneCalculator
d5c635edd6
Merge remote-tracking branch 'pixeldesu/fix/acrylic-firefox' into develop
2022-07-18 20:45:43 -07:00
syuilo
2cb5e792fd
chore(client): tweak ui
2022-07-15 17:01:13 +09:00
syuilo
66ce279232
chore(client): trust ios
2022-07-13 21:41:06 +09:00
syuilo
ed5d81859f
feat: auto nsfw detection ( #8840 )
...
* feat: auto nsfw detection
* ✌️
* 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>
2022-07-07 21:06:37 +09:00
syuilo
5ec6594c48
chore(client): tweak style
2022-07-05 16:19:52 +09:00
syuilo
569cc28025
fix(client): style tweak for ios
2022-07-03 16:17:31 +09:00
syuilo
f5593afcd8
chore(client): tweak client
2022-06-26 19:41:21 +09:00
syuilo
519a97bf61
🎨
2022-06-22 00:48:16 +09:00
Andreas Nedbal
f7e6826e22
fix(client): additional background for acrylic popups if unsupported
2022-05-14 15:00:30 +02:00
syuilo
1ed9f31891
🎨
2022-01-14 01:44:08 +09:00
syuilo
560c4f03f1
enhance(client): tweak ui
2021-12-30 21:47:48 +09:00
syuilo
9c8ca41648
🎨
2021-12-17 16:14:43 +09:00
syuilo
3acf33c387
client: tweak style
2021-12-10 10:46:29 +09:00
syuilo
677f0ad10c
client: refine ui
2021-11-28 20:07:37 +09:00
syuilo
14148f6c4a
refactoring
...
Resolve #7779
2021-11-12 02:02:25 +09:00