Skip to content
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

YAML ファイル定義 #13

Merged
merged 1 commit into from
Aug 11, 2024
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
22 changes: 22 additions & 0 deletions actions.yaml
Original file line number Diff line number Diff line change
@@ -0,0 +1,22 @@
- description: ランドマーク一覧画面
class: LandmarkList
value: LandmarkList
actions:
- description: いいねを付けたランドマークのみを表示するスイッチ
class: FavoritesOnlySwitch
value: FavoritesOnlySwitch
parameters:
- variable: favoritesOnly
value: favorites_only
type: boolean
- description: ランドマーク詳細画面
class: LandmarkDetail
value: LandmarkDetail
actions:
- description: いいねを付ける
class: FavoriteOn
value: FavoriteOn
coversion: true
- description: いいねを解除する
class: FavoriteOff
value: FavoriteOff
7 changes: 7 additions & 0 deletions screens.yaml
Original file line number Diff line number Diff line change
@@ -0,0 +1,7 @@
- description: ランドマーク一覧画面
class: LandmarkList
value: LandmarkList
conversion: true
- description: ランドマーク詳細画面
class: LandmarkDetail
value: LandmarkDetail
Loading