Skip to content

add /mmagazine/#1902

Open
adachi-a wants to merge 13 commits intomasterfrom
20260306-mail-magazine
Open

add /mmagazine/#1902
adachi-a wants to merge 13 commits intomasterfrom
20260306-mail-magazine

Conversation

@adachi-a
Copy link
Copy Markdown
Contributor

@adachi-a adachi-a commented Mar 19, 2026

@github-actions
Copy link
Copy Markdown

github-actions bot commented Mar 19, 2026

🚀 Deployed on https://deploy-preview-1902--utelecon.netlify.app

Comment on lines +71 to +72
width: 10rem;
color: color.$heading-color;
Copy link
Copy Markdown
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

こちらも同様にnoticeにあわせる形にするのが良いと考えます。

Suggested change
width: 10rem;
color: color.$heading-color;
width: 6rem;
color: color.$heading-color;

---
import type { MarkdownInstance } from "astro";
import type { Lang } from "@components/types";
import { getLocaleDateString } from "src/lib/util";
Copy link
Copy Markdown
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

noticeに揃える形でYYYY-MM-DD形式とした方がutlecon上での日付表記が統一されて良いと考えます。

Suggested change
import { getLocaleDateString } from "src/lib/util";
import { getISODateString } from "src/lib/util";

<ul class="date_list">
{yearItems.map(({ date, title, url }) => (
<li>
<span class="date">{getLocaleDateString(date, displayLang, "medium")}</span>
Copy link
Copy Markdown
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

noticeに揃える形でYYYY-MM-DD形式とした方がutlecon上での日付表記が統一されて良いと考えます。

Suggested change
<span class="date">{getLocaleDateString(date, displayLang, "medium")}</span>
<span class="date">{getISODateString(date)}</span>

const date = dateMatch ? new Date(`${dateMatch[1]}-${dateMatch[2]}-${dateMatch[3]}`) : new Date(0);
return {
date,
title: archive.frontmatter.breadcrumb.title,
Copy link
Copy Markdown
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

バックナンバー一覧に表示される各配信のタイトルはパンくずリストのもので良いのでしょうか?意図したものであれば問題ないです。

adachi-a and others added 3 commits March 21, 2026 17:17
@seieric seieric requested review from cm-ayf and haxibami March 22, 2026 00:42
@dokonosuke dokonosuke added the pr label Mar 23, 2026
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Projects

None yet

Development

Successfully merging this pull request may close these issues.

4 participants