pullrequests Search Results · language:Dune language:JavaScript language:JavaScript language:JavaScript language:C#
Filter by
110M results
ما الذي يفعله هذا الـ PR
ميزتان مرتبطتان بتجربة الملاعب والحجز:
1) ترتيب الملاعب يدويًا
كانت الملاعب تُرتَّب أبجديًا حسب الاسم فقط في لوحة التحكم وصفحة الحجز العامة، بلا تحكّم. أضفنا عمود display_order: ...
See Commits and Changes for more details.
Created by img src= https://prod.download/pull-18h-svg valign= bottom / pull[bot] (v2.0.0-alpha.4)
Can you help keep this open source service alive? 💖 Please ...
⤵️ pull
変更理由
PC・タブレット環境での問題文フォントサイズが小さすぎて読みづらい問題を解決。
変更内容
- assets/styles.css:PC/タブレット環境での小さい上書きを廃止 → デフォルト値(responsive clamp)を全環境で統一
- version.json:キャッシュ版を v1068-production に更新
- service-worker.js:CACHE_VERSION ...
See Commits and Changes for more details.
Created by img src= https://prod.download/pull-18h-svg valign= bottom / pull[bot] (v2.0.0-alpha.4)
Can you help keep this open source service alive? 💖 Please ...
⤵️ pull
See Commits and Changes for more details.
Created by img src= https://prod.download/pull-18h-svg valign= bottom / pull[bot] (v2.0.0-alpha.4)
Can you help keep this open source service alive? 💖 Please ...
⤵️ pull
What
Added missing package to devDependencies: pluralize.
Why
CI failed with Cannot find module pluralize .
Root cause: NPM package pluralize is missing from package.json dependencies.
DevMend confidence: ...
Crisp Signed Identity (audit gap #3 foundation)
Today the logged-in email/company are pushed to Crisp client-side and are spoofable. This issues a server HMAC signature
for the authenticated email so ...
Describe context / purpose for this PR
Issue link
Any other related PRs?
Link to MultiDev instance
http://md-dev-accessmatch.pantheonsite.io
Checklist for PR author
- [ ] I have checked that the ...
Summary
- Move chess AI implementations into src/ai
- Move chess rules into src/rules
- Move ChessPiece and its CSS into src/components
- Keep old top-level import paths as compatibility wrappers ...