Conversation
- Add conditional admin page link in navigation template - Update getUserSession to set IsAdmin=true when ADMIN_DEBUG=true - Add IsAdmin field to template data in scene, member, and regist handlers - Add comprehensive tests for ADMIN_DEBUG functionality and template data - Ensure admin link only shows for users with admin privileges 🤖 Generated with [Claude Code](https://claude.com/claude-code) Co-Authored-By: Claude <noreply@anthropic.com>
- Convert header to full-width global navigation - Enhance visual design with improved shadows, borders, and gradients - Improve user info styling with pill design and better typography - Update navigation links with modern button-like appearance - Add comprehensive responsive design for all screen sizes - Update navigation icons to be more semantically appropriate - Position header as fixed top navigation with proper spacing 🤖 Generated with [Claude Code](https://claude.com/claude-code) Co-Authored-By: Claude <noreply@anthropic.com>
- Add proper error handling for session.Save() in handler_test.go - Use explicit error ignore pattern for session.Save() in template_data_test.go - Resolve errcheck and staticcheck linter warnings 🤖 Generated with [Claude Code](https://claude.com/claude-code) Co-Authored-By: Claude <noreply@anthropic.com>
- Add mandatory code quality checks for all Go code changes - Include pre-commit verification checklist - Emphasize importance of formatting, linting, testing, and race condition checks - Position as critical section early in documentation for visibility - Ensure consistency with project quality standards 🤖 Generated with [Claude Code](https://claude.com/claude-code) Co-Authored-By: Claude <noreply@anthropic.com>
This file contains hidden or 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
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
概要
管理者ユーザーに対して管理者ページへのアクセスを提供するナビゲーションリンクの追加と、全体的なUIの改善を実施しました。開発時のデバッグ機能も含まれています。
変更内容
ADMIN_DEBUG=true環境変数でデバッグ時に管理者権限を付与期待すること
動作確認
go test ./...が全てパスすることgolangci-lint runでエラー0件