Skip to content

Conversation

@david
Copy link
Owner

@david david commented Jul 30, 2025

Closes #41

david added 4 commits July 30, 2025 12:00
Extends the development philosophy to include a rule against starting servers directly. This is to ensure that the development environment is consistent and that all server interactions are managed through the appropriate channels.
Introduces a structured development process centered around the decomposition of GitHub issues into manageable, vertical-slice sub-tasks.

This includes:
- A sub-issue template to ensure clarity and consistency.
- A workflow guide for junior developers.
- A prompt for senior developers to facilitate issue decomposition.
Adds a new prompt, 'prompts/logical_commit_workflow.md', that defines a rigorous, verification-based process for committing changes.

This workflow ensures that all changes are analyzed and grouped into distinct, logical commits based on their content and purpose, rather than on assumptions.
@david david force-pushed the feature/standardize-z-index branch from 1d93da1 to 674c1b9 Compare July 30, 2025 11:18
<.drawer show={false} />
<.bottom_dock current_scope={@current_scope} />
</div>
<div id="sidebar-container" class="drawer-side z-80" phx-hook="Sidebar">
Copy link
Owner Author

Choose a reason for hiding this comment

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

If this was previously at z-80, why did you use z-drawer, rather than z-modal?


def hamburger_button(assigns) do
~H"""
<label for="sidebar-drawer" class="btn btn-ghost mx-1 px-2 z-100 print:hidden">
Copy link
Owner Author

Choose a reason for hiding this comment

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

Same question as above.

<div
id="settings-drawer"
class={"print:hidden fixed bottom-0 left-0 right-0 bg-base-200 p-4 pb-20 transform transition-transform duration-300 ease-in-out z-30" <> if(@show, do: " translate-y-0", else: " translate-y-full")}
class={"print:hidden fixed bottom-0 left-0 right-0 bg-base-200 p-4 pb-20 transform transition-transform duration-300 ease-in-out z-drawer" <> if(@show, do: " translate-y-0", else: " translate-y-full")}
Copy link
Owner Author

Choose a reason for hiding this comment

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

Shouldn't this be z-sticky?

@david david force-pushed the feature/standardize-z-index branch from 674c1b9 to ca0a22b Compare July 30, 2025 11:32
@david david merged commit 8373376 into main Jul 30, 2025
1 check failed
@david david deleted the feature/standardize-z-index branch July 30, 2025 11:34
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

Standardize z-index usage across components

2 participants