Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Change default color and some messages #236

Open
wants to merge 3 commits into
base: development
Choose a base branch
from

Conversation

lcduong
Copy link
Contributor

@lcduong lcduong commented Nov 25, 2024

Update default color for Eventyay-talk after it got impacted after synced upstream

Summary by Sourcery

Change the default color scheme to #2185d0 and update branding references from 'pretalx' to 'eventyay' throughout the project.

Enhancements:

  • Update default color scheme from #3aa57c to #2185d0 across various components and styles.

Chores:

  • Replace references from 'pretalx' to 'eventyay' in URLs, email addresses, and documentation links.

Copy link

sourcery-ai bot commented Nov 25, 2024

Reviewer's Guide by Sourcery

This PR updates the branding and styling from Pretalx to Eventyay, primarily changing the default color scheme from #3aa57c (green) to #2185d0 (blue) and updating various text references and URLs throughout the codebase.

No diagrams generated as the changes look simple and do not need a visual representation.

File-Level Changes

Change Details Files
Changed the primary color scheme from green (#3aa57c) to blue (#2185d0)
  • Updated header background color
  • Modified link colors and hover states
  • Changed border colors for various UI elements
  • Updated widget and schedule preview colors
  • Modified coverage badge color in GitHub workflow
doc/_themes/pretalx_theme/static/css/pretalx.css
src/pretalx/static/common/css/_variables.css
src/pretalx/static/common/js/availabilities.js
src/pretalx/static/orga/js/cfp_flow.js
src/pretalx/static/orga/js/stats.js
.github/workflows/tests.yml
Updated branding text and URLs from Pretalx to Eventyay
  • Changed documentation and support URLs
  • Updated project URLs in pyproject.toml
  • Modified system messages and notifications
  • Updated API documentation references
  • Changed widget and schedule-related text
pyproject.toml
src/pretalx/common/models/settings.py
src/pretalx/common/templates/500.html
src/pretalx/orga/templates/orga/settings/widget.html
src/pretalx/api/templates/rest_framework/api.html
src/pretalx/orga/templates/orga/base.html
src/pretalx/common/templates/common/user_api_token.html
src/pretalx/orga/forms/event.py

Possibly linked issues


Tips and commands

Interacting with Sourcery

  • Trigger a new review: Comment @sourcery-ai review on the pull request.
  • Continue discussions: Reply directly to Sourcery's review comments.
  • Generate a GitHub issue from a review comment: Ask Sourcery to create an
    issue from a review comment by replying to it.
  • Generate a pull request title: Write @sourcery-ai anywhere in the pull
    request title to generate a title at any time.
  • Generate a pull request summary: Write @sourcery-ai summary anywhere in
    the pull request body to generate a PR summary at any time. You can also use
    this command to specify where the summary should be inserted.

Customizing Your Experience

Access your dashboard to:

  • Enable or disable review features such as the Sourcery-generated pull request
    summary, the reviewer's guide, and others.
  • Change the review language.
  • Add, remove or edit custom review instructions.
  • Adjust other review settings.

Getting Help

Copy link

@sourcery-ai sourcery-ai bot left a comment

Choose a reason for hiding this comment

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

Hey @lcduong - I've reviewed your changes and they look great!

Here's what I looked at during the review
  • 🟢 General issues: all looks good
  • 🟢 Security: all looks good
  • 🟢 Testing: all looks good
  • 🟢 Complexity: all looks good
  • 🟢 Documentation: all looks good

Sourcery is free for open source - if you like our reviews please consider sharing them ✨
Help me be more useful! Please click 👍 or 👎 on each comment and I'll use the feedback to improve your reviews.

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.

2 participants