-
Notifications
You must be signed in to change notification settings - Fork 0
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
🎸 feat: 全ページ共通のレイアウトとする #356
base: main
Are you sure you want to change the base?
Conversation
PR Reviewer Guide 🔍Here are some key observations to aid the review process:
|
User description
変更箇所
PR Type
Enhancement
Description
App.vue
で全体のレイアウトを中央揃えに変更。Changes walkthrough 📝
11 files
App.vue
Unified layout structure in App.vue
src/App.vue
main
element styles for consistent layout.AdminPage.vue
Simplified layout structure in AdminPage.vue
src/pages/AdminPage.vue
GroupDetailPage.vue
Simplified layout and organized imports in GroupDetailPage.vue
src/pages/GroupDetailPage.vue
GroupsPage.vue
Simplified layout and improved grid structure in GroupsPage.vue
src/pages/GroupsPage.vue
NewGroupPage.vue
Simplified layout and organized imports in NewGroupPage.vue
src/pages/NewGroupPage.vue
NewRequestPage.vue
Simplified layout structure in NewRequestPage.vue
src/pages/NewRequestPage.vue
NewTransactionPage.vue
Simplified layout structure in NewTransactionPage.vue
src/pages/NewTransactionPage.vue
RequestDetailPage.vue
Simplified layout and organized imports in RequestDetailPage.vue
src/pages/RequestDetailPage.vue
RequestsPage.vue
Simplified layout structure in RequestsPage.vue
src/pages/RequestsPage.vue
TransactionDetailPage.vue
Simplified layout structure in TransactionDetailPage.vue
src/pages/TransactionDetailPage.vue
TransactionsPage.vue
Simplified layout and improved pagination in TransactionsPage.vue
src/pages/TransactionsPage.vue