Skip to content

Conversation

@CySSoO
Copy link
Contributor

@CySSoO CySSoO commented Sep 8, 2025

Summary

  • merge ever.css styles into everblock.css
  • remove now-redundant ever.css

Testing

  • composer validate --no-check-all --strict

https://chatgpt.com/codex/tasks/task_e_68be8dbc5a1c8322894f22db8f8638db

@CySSoO CySSoO merged commit 5044769 into master Sep 8, 2025
0 of 4 checks passed
Copy link

@chatgpt-codex-connector chatgpt-codex-connector bot left a comment

Choose a reason for hiding this comment

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

Codex Review: Here are some suggestions.

Reply with @codex fix comments to fix any unresolved comments.

About Codex in GitHub

Your team has set up Codex to review pull requests in this repo. Reviews are triggered when you open a pull request for review, mark a draft as ready, or comment "@codex review". If Codex has suggestions, it will comment; otherwise it will react with 👍.

Codex can also answer questions or update the PR. Try commenting "@codex fix this CI failure" or "@codex address that feedback".

Comment on lines -1 to -5
/**
* 2019-2025 Team Ever
*
* NOTICE OF LICENSE
*

Choose a reason for hiding this comment

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

[P1] Update CSS references after file removal

This commit deletes views/css/ever.css, yet the module still enqueues that filename in everblock.php and the admin controllers. After the merge, those addCss(...ever.css) calls will 404 and none of the transferred styles from this file will ever be loaded, leaving the back office pages unstyled. The callers need to be switched to everblock.css (or the old file retained) so the consolidated stylesheet is actually delivered.

Useful? React with 👍 / 👎.

CySSoO added a commit that referenced this pull request Sep 8, 2025
…r.css-to-everblock.css"

This reverts commit 5044769, reversing
changes made to f7442ce.
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants