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

Character favorites #2415

Draft
wants to merge 4 commits into
base: main
Choose a base branch
from
Draft

Character favorites #2415

wants to merge 4 commits into from

Conversation

Marri
Copy link
Contributor

@Marri Marri commented Jan 26, 2025

Drafting so I can see if main is broken tbh

@@ -59,6 +59,18 @@
= link_to search_replies_path(commit: true, character_id: @character.id, sort: :created_new) do
= image_tag "icons/table_multiple.png", alt: ''
Replies

Copy link
Contributor

Choose a reason for hiding this comment

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

⚠️ [haml-lint] reported by reviewdog 🐶
TrailingWhitespace: Line contains trailing whitespace


@posts = Post.where(id: author_posts).or(Post.where(id: post_favorites)).or(Post.where(board_id: board_favorites))
@posts = Post.where(id: author_posts).or(Post.where(id: post_favorites)).or(Post.where(id: character_posts)).or(Post.where(board_id: board_favorites))
Copy link
Contributor

Choose a reason for hiding this comment

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

📝 [rubocop] <Layout/LineLength> reported by reviewdog 🐶
Line is too long. [154/150]

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.

1 participant