المكوّنات · بطاقة عادة بسلسلة محسوبة
بطاقة عادة بسلسلة محسوبة
السلسلة والنسبة محسوبتان من سجلّ الأيّام لا مخزّنتين
9 تصاميم من هذه العائلة
<div class="ap apch"><div class="ph">
<div class="sb"><span class="tm num"></span>
<span class="r" aria-hidden="true"><span>▲</span><span>◗</span><span class="bt num"></span></span></div>
<div class="scr"><div class="body">
<article class="hb">
<div class="hd"><span class="e" aria-hidden="true">💧</span>
<div><b data-ar="شرب الماء" data-en="Drink water">شرب الماء</b>
<span data-ar="ثمانية أكواب يوميًّا" data-en="Eight glasses daily">ثمانية أكواب يوميًّا</span></div>
<button class="tk tap" aria-pressed="false" aria-label="سجّل اليوم">✓</button></div>
<div class="stats"><div><b class="st num"></b>
<span data-ar="يومًا متتاليًا" data-en="day streak">يومًا متتاليًا</span></div>
<div><b class="rt num"></b><span data-ar="من آخر 30 يومًا" data-en="of last 30 days">من آخر 30 يومًا</span></div>
<div><b class="bs num"></b><span data-ar="أطول سلسلة" data-en="best streak">أطول سلسلة</span></div></div>
<div class="grid" aria-hidden="true"></div>
</article>
</div></div>
<div class="safe"></div>
</div></div>
/* pt-scoped */
/* appcard-habit — تطبيق عادات */
.apch{width:100%;height:100%;display:flex;align-items:center;
justify-content:center;padding:6px;font-size:10px;color:var(--pt-text-secondary);
overflow:hidden}
.apch .ph{position:relative;width:198px;height:100%;max-height:224px;display:flex;
flex-direction:column;overflow:hidden;background:var(--pt-bg-base);
border:1px solid var(--pt-border-default);border-radius:20px;
box-shadow:var(--pt-shadow-3)}
/* شريط الحالة — ليس تزيينًا: يثبت أعلى الشاشة فلا يبدأ المحتوى عند الحافّة */
.apch .sb{flex:none;display:flex;align-items:center;justify-content:space-between;
padding:5px 12px 2px;font-size:7px;color:var(--pt-text-muted);
font-variant-numeric:tabular-nums}
.apch .sb .r{display:flex;gap:3px}
.apch .scr{flex:1;min-height:0;display:flex;flex-direction:column;overflow:hidden}
.apch .body{flex:1;min-height:0;overflow-y:auto;overflow-x:hidden;
-webkit-overflow-scrolling:touch}
.apch .body::-webkit-scrollbar{width:0}
/* المنطقة الآمنة السفلية — شريط الإيماءات يأكل ما تحته */
.apch .safe{flex:none;height:9px;display:grid;place-items:center}
.apch .safe::after{content:'';width:52px;height:3px;border-radius:99px;
background:var(--pt-border-strong)}
.apch h6{margin:0;font-size:10px;color:var(--pt-text-primary);font-weight:600;line-height:1.4}
.apch p{margin:0;font-size:8px;color:var(--pt-text-muted);line-height:1.65}
.apch .num{font-variant-numeric:tabular-nums}
.apch button{font:inherit;cursor:pointer;
transition:background var(--pt-motion-duration-fast) var(--pt-motion-easing-standard),
color var(--pt-motion-duration-fast) var(--pt-motion-easing-standard),
transform var(--pt-motion-duration-fast) var(--pt-motion-easing-standard)}
.apch button:focus-visible, .apch a:focus-visible, .apch input:focus-visible{
outline:2px solid var(--pt-focus-ring);outline-offset:-1px}
/* هدف اللمس: 44 بكسلًا على الشاشات اللمسية، ومساحة نقر ممتدّة على غيرها */
@media(pointer:coarse){.apch .tap{min-width:44px;min-height:44px}
}
.apch .tap{position:relative}
.apch .tap::before{content:'';position:absolute;inset:-6px}
@media(prefers-reduced-motion:reduce){.apch *{transition:none!important;animation:none!important}
}
.apch .body{padding:10px 12px;display:flex;align-items:center}
.apch .hb{width:100%;display:flex;flex-direction:column;gap:9px;padding:11px;
border-radius:16px;background:var(--pt-surface);border:1px solid var(--pt-border-subtle)}
.apch .hd{display:flex;align-items:center;gap:8px}
.apch .hd .e{width:30px;height:30px;border-radius:10px;display:grid;place-items:center;
background:var(--pt-accent-muted);font-size:14px}
.apch .hd > div{flex:1;min-width:0;display:flex;flex-direction:column}
.apch .hd b{font-size:9.5px;color:var(--pt-text-primary)}
.apch .hd span{font-size:7px;color:var(--pt-text-muted)}
.apch .tk{flex:none;width:28px;height:28px;border-radius:50%;
border:1.5px solid var(--pt-border-default);background:transparent;
color:var(--pt-text-muted);font-size:12px;display:grid;place-items:center}
.apch .tk[aria-pressed=true]{background:var(--pt-accent);border-color:var(--pt-accent);
color:var(--pt-color-ink-900)}
.apch .stats{display:grid;grid-template-columns:repeat(3,1fr);gap:6px;text-align:center}
.apch .stats b{display:block;font-size:14px;color:var(--pt-text-primary);font-weight:700}
.apch .stats span{font-size:6.5px;color:var(--pt-text-muted)}
.apch .grid{display:grid;grid-template-columns:repeat(15,1fr);gap:2px}
.apch .grid i{aspect-ratio:1;border-radius:2px;background:var(--pt-bg-inset)}
.apch .grid i.on{background:var(--pt-accent)}
.apch .grid i.today{outline:1px solid var(--pt-text-primary);outline-offset:1px}
/* يعمل داخل إطار معزول — لا يعتمد على شيء خارجه */
/* pt-remount — يعاد التركيب عند تبديل اللغة */
(function () {
var host = document.querySelector('.apch');
if (!host) return;
var snapshot = host.innerHTML;
var timers = [];
var ac = null;
/* الجسم كما كتبه المولِّد. يستقبل بدائل مظلَّلة لـ root وdocument
والمؤقّتات، فينظّف نفسه دون أن يعرف أنه قابل لإعادة التركيب. */
function run(root, document, setTimeout, setInterval) {
var ar = document.documentElement.lang !== 'en';
var n = function (v, d) { return Number(v).toLocaleString('en-US', {
minimumFractionDigits: d || 0, maximumFractionDigits: d || 0 }); };
var money = function (usd, d) {
return ar ? n(usd * 3.75, d) + ' ر.س' : '$' + n(usd, d);
};
var set = function (sel, txt) {
var el = root.querySelector(sel); if (el) el.textContent = txt; return el;
};
/* الساعة بأرقام لاتينية دائمًا — قرار موحّد في المشروع كلّه */
(function clock() {
var t = root.querySelector('.tm');
if (!t) return;
function tick() {
var d = new Date();
t.textContent = String(d.getHours()).padStart(2, '0') + ':' +
String(d.getMinutes()).padStart(2, '0');
setTimeout(tick, 20000);
}
tick();
})();
var bt = root.querySelector('.bt');
if (bt) bt.textContent = '84%';
/* اهتزاز خفيف حيث يوجد — تأكيد لمسيّ لا يعتمد عليه شيء */
var buzz = function (ms) { try { if (navigator.vibrate) navigator.vibrate(ms || 8); } catch (e) {} };
/* السجلّ هو المصدر — والسلسلة والنسبة مشتقّتان منه */
var LOG = [1,1,0,1,1,1,1,0,0,1,1,1,1,1,0,1,1,1,0,1,1,1,1,1,1,0,1,1,1,0];
var todayIdx = LOG.length - 1;
function streakFrom(i) {
var k = 0;
// المشي إلى الوراء والتوقّف عند أوّل فجوة — العدّاد المخزَّن ينحرف بأوّل تعديل رجعي
while (i >= 0 && LOG[i]) { k++; i--; }
return k;
}
function best() {
var k = 0, m = 0;
LOG.forEach(function (v) { k = v ? k + 1 : 0; if (k > m) m = k; });
return m;
}
var grid = root.querySelector('.grid'), tk = root.querySelector('.tk');
function paint() {
set('.st', streakFrom(LOG[todayIdx] ? todayIdx : todayIdx - 1));
set('.rt', Math.round(LOG.reduce(function (a, v) { return a + v; }, 0) / LOG.length * 100) + '%');
set('.bs', best());
grid.innerHTML = LOG.map(function (v, i) {
return '<i class="' + (v ? 'on' : '') + (i === todayIdx ? ' today' : '') + '"></i>';
}).join('');
tk.setAttribute('aria-pressed', String(!!LOG[todayIdx]));
}
tk.addEventListener('click', function () {
LOG[todayIdx] = LOG[todayIdx] ? 0 : 1;
buzz(); paint();
});
paint();
}
function mount() {
ac = new AbortController();
var real = window.document;
/* وسيط يمرّر كل شيء إلى المستند الحقيقي، ويعلّق كل مستمع بإشارة
تُقطع عند إعادة التركيب — فلا يبقى مستمع من نسخة ماتت. */
var doc = new Proxy(real, {
get: function (t, k) {
if (k === 'addEventListener') {
return function (type, fn, opts) {
var o = (opts && typeof opts === 'object') ? Object.assign({}, opts)
: { capture: !!opts };
o.signal = ac.signal;
return t.addEventListener(type, fn, o);
};
}
var v = t[k];
return typeof v === 'function' ? v.bind(t) : v;
}
});
function track(fn) {
return function (f, ms) { var id = fn(f, ms); timers.push(id); return id; };
}
run(host, doc, track(window.setTimeout.bind(window)),
track(window.setInterval.bind(window)));
}
function unmount() {
if (ac) ac.abort();
// المعرّفان يتشاركان فضاءً واحدًا في المتصفّح، فالإلغاء المزدوج آمن
timers.forEach(function (id) { window.clearTimeout(id); window.clearInterval(id); });
timers = [];
host.innerHTML = snapshot;
}
mount();
addEventListener('pt-lang', function () { unmount(); mount(); });
})();
# Habit Card with Computed Streak
**Role:** You are an Arabic-first UI designer and front-end engineer. Read the whole
specification before writing a single line, then follow it literally. If two requirements
conflict, favour usability over visual effect.
**Goal:** Habit Card with Computed Streak — Streak and rate computed from the day log, never stored
**Why this component matters:** Compute the streak by walking backwards from today and stopping at the first gap — a stored counter drifts the moment a day is edited retroactively.
**Direction:** Genuine RTL — not a mirrored Latin layout. Use logical properties
(`margin-inline-start`, `padding-inline`, `inset-inline-start`, `text-align: start`),
never physical ones (`margin-left`, `left`). The layout must flip with `dir` on its own,
with no duplicated rules.
**Typography:** Cairo for Arabic, IBM Plex Sans for Latin. Arabic line-height must be
`0.18` higher than the Latin equivalent — dots, hamzas and maddas need more vertical room.
Arabic font-size runs `1.06×` the Latin size at the same optical weight.
**Numerals:** Western digits in both languages (`1,234.50`). Only the currency changes:
`ر.س` **after** the number in Arabic, `$` **before** it in English. Jordanian dinar
uses **three** decimal places, not two.
**Colors:** Dark mode — background `#0D142B` · surfaces `#211F54` · borders `#545C91` · text `#918FC2`.
Accent `#ADA9E8` must never exceed 8% of the screen area.
**Language:** Bilingual — every string carries both Arabic and English, and the layout
flips with `dir` automatically.
**States:** `default` · `hover` · `focus` · `active` · `disabled` · `loading` · `error`.
Do not design the resting state alone.
**Accessibility:** Contrast ratio at least `4.5:1`, complete keyboard navigation,
visible focus rings, and honour `prefers-reduced-motion`.
**Output:** Clean HTML and CSS in two separate files. No frameworks, no libraries,
no external dependencies.