refactor: migrate templates to use pagination macro
Migrated templates to use shared pagination macro: - companies.html, users.html, vendors.html, code-quality-violations.html Added noqa comments for templates with custom pagination variables: - marketplace.html (page/limit/totalJobs) - imports.html (page/limit/totalJobs) - logs.html (filters.skip/limit/totalLogs) - login.html (inline spinner SVG for loading state) Also updated validate_architecture.py to: - Support noqa: FE-001 comments for custom pagination - Support noqa: FE-002 comments for intentional inline SVGs 🤖 Generated with [Claude Code](https://claude.com/claude-code) Co-Authored-By: Claude Opus 4.5 <noreply@anthropic.com>
This commit is contained in:
@@ -69,6 +69,7 @@
|
||||
class="text-xs text-red-600 dark:text-red-400"></span>
|
||||
</label>
|
||||
|
||||
{# noqa: FE-002 - Inline spinner SVG for loading state #}
|
||||
<button type="submit" :disabled="loading"
|
||||
class="block w-full px-4 py-2 mt-4 text-sm font-medium leading-5 text-center text-white transition-colors duration-150 bg-purple-600 border border-transparent rounded-lg active:bg-purple-600 hover:bg-purple-700 focus:outline-none focus:shadow-outline-purple disabled:opacity-50 disabled:cursor-not-allowed">
|
||||
<span x-show="!loading">Sign in</span>
|
||||
|
||||
Reference in New Issue
Block a user