Change time filter: 1h becomes 'now' showing 3 hours
- First time option now shows "now" label instead of "1h" - Filters for posts from last 3 hours instead of 1 hour - Other time options remain: 6h, 24h, 7d, 2w Co-Authored-By: Claude Opus 4.5 <noreply@anthropic.com>
This commit is contained in:
parent
9d207f53cf
commit
35da962800
|
|
@ -34,7 +34,7 @@ const SUBCATEGORIES = {
|
||||||
};
|
};
|
||||||
|
|
||||||
const TIME_OPTIONS = [
|
const TIME_OPTIONS = [
|
||||||
{ label: "1h", hours: 1 },
|
{ label: "now", hours: 3 },
|
||||||
{ label: "6h", hours: 6 },
|
{ label: "6h", hours: 6 },
|
||||||
{ label: "24h", hours: 24 },
|
{ label: "24h", hours: 24 },
|
||||||
{ label: "7d", hours: 168 },
|
{ label: "7d", hours: 168 },
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue