-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Reorganize LiveView modules into a consistent and maintainable struct…
…ure (#5) Reorganize LiveView modules into logical directories with consistent naming patterns to improve code organization and maintainability.
- Loading branch information
1 parent
4d7b1d4
commit 8298af7
Showing
19 changed files
with
64 additions
and
53 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,14 @@ | ||
For a fitness-focused application, I'd suggest the following design philosophy: | ||
Color Scheme: | ||
Primary: A strong, energetic color like deep blue (#2563eb) - represents trust, strength, and professionalism | ||
Secondary: A vibrant accent like coral (#f97316) - adds energy and motivation | ||
Supporting colors: | ||
Dark gray (#1f2937) for text | ||
Light gray (#f3f4f6) for backgrounds | ||
White for cards and contrast | ||
Design Principles: | ||
Bold and confident typography | ||
Clean, structured layouts | ||
High contrast for readability | ||
Subtle shadows and elevation for depth | ||
Smooth transitions for interactivity |
2 changes: 1 addition & 1 deletion
2
...ve/user_confirmation_instructions_live.ex → ...th/user_confirmation_instructions_live.ex
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
2 changes: 1 addition & 1 deletion
2
...m_live_web/live/user_confirmation_live.ex → ...e_web/live/auth/user_confirmation_live.ex
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
2 changes: 1 addition & 1 deletion
2
...ive_web/live/user_forgot_password_live.ex → ...eb/live/auth/user_forgot_password_live.ex
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
2 changes: 1 addition & 1 deletion
2
lib/gym_live_web/live/user_login_live.ex → ...gym_live_web/live/auth/user_login_live.ex
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
2 changes: 1 addition & 1 deletion
2
...m_live_web/live/user_registration_live.ex → ...e_web/live/auth/user_registration_live.ex
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
2 changes: 1 addition & 1 deletion
2
...live_web/live/user_reset_password_live.ex → ...web/live/auth/user_reset_password_live.ex
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
2 changes: 1 addition & 1 deletion
2
lib/gym_live_web/live/user_settings_live.ex → ..._live_web/live/auth/user_settings_live.ex
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
2 changes: 1 addition & 1 deletion
2
lib/gym_live_web/live/app/view_charts.ex → lib/gym_live_web/live/charts/view_charts.ex
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
5 changes: 3 additions & 2 deletions
5
lib/gym_live_web/live/nav.ex → ...ym_live_web/live/components/layout/nav.ex
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
File renamed without changes.
2 changes: 1 addition & 1 deletion
2
lib/gym_live_web/live/app/edit_workout.ex → ...ym_live_web/live/workouts/edit_workout.ex
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
2 changes: 1 addition & 1 deletion
2
lib/gym_live_web/live/app/view_workout.ex → ...ym_live_web/live/workouts/view_workout.ex
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
2 changes: 1 addition & 1 deletion
2
lib/gym_live_web/live/app/view_workouts.ex → ...m_live_web/live/workouts/view_workouts.ex
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters