Pavilion Header Search Theme Component

Same here. I can repro this on theme creator and discourse development.

「いいね!」 3

@angus perhaps the component needs to be improved? In light of recent changes:

There is some strange behavior in the drop-down menu.

「いいね!」 7

Broken.

「いいね!」 1

Thanks @Stranik and @nexo. I’ve added support for the new event added by UX: Do not close login modal and search menu on outside mouse up even… · discourse/discourse@58fe45f · GitHub.

The theme will continue to work with older Discourse versions as well.

「いいね!」 8

User and tags go off of the search modal. Could you check if this happens to your instance?

It’s probably something wrong with your other themes. Long usernames are cut off with “…” when only using this component.
29%20PM

「いいね!」 4

Testing this theme component now and I see that once a search is executed the top of the results are getting cut off, whole element is getting shifted up or something. Anyone else seeing this?

It seems to happen even when I switch to a default theme…but @angus I don’t see this active in your sandbox at the moment so not 100% sure if it’s a bug or something weird with my setup.

「いいね!」 1

モバイルでは検索バーを配置するスペースがありません。ヘッダーではなく、フォーラム自体に検索バーを統合している例はありますか?あるいはフッターに検索バーを置くことも考えられますが。

このコンポーネントをご覧になりましたか?

「いいね!」 7

まさに探していたものです。@Johani さん、ありがとうございます。

現在、ほぼすべてのプラグインで同じように動作するタグページ用に修正します。

「いいね!」 3

私もこの問題に気づきました。いくつかの更新を含む PR を作成しました

「いいね!」 7

ありがとうございます!マージしました :tada:

「いいね!」 5

良い設定としては、それをヘッダーの真ん中に配置することですね :slight_smile:

「いいね!」 1

こんにちは、@angus さん

テーマコンポーネントの更新に関する予定はありますか?テーマプレビューでは、いくつかのレイアウト問題が見受けられます。

ユーザーが検索機能をより頻繁に利用するように促すアニメーション機能は、とても素晴らしいと思います。

「いいね!」 4

このPRを提出しました: FIX: deprecations for ember-cli by pfaffman · Pull Request #4 · paviliondev/discourse-header-search-theme · GitHub

これが、この廃止が存在することの通知以上のものとなることを願っています。 :man_shrugging:

「いいね!」 3

レイアウトの問題を修正するPRを作成しました。

「いいね!」 4

この#theme-componentと、以下でリンクされているコンポーネントとの違いは何ですか?

「いいね!」 1

ヘッダーの下に検索バーを移動させようとしているのですが、うまくいきません。何か提案はありますか?ヘッダー後のHTMLで作成したdivクラス内にネストしようとしていました。

よろしくお願いします。

Jacob

こんにちは。

素晴らしいコンポーネントをありがとうございます。

検索ボックスの色を変更するにはどうすればよいですか?

白くしたいです。

ありがとうございます。

Screenshot from 2023-02-25 05-14-34

このコンポーネントがまだ基本的に機能していることにいつも驚かされます :slight_smile: 最新の Discourse に合わせていくつか更新しました。

このコンポーネントを使用しているかどうかわかりませんが、使用している場合は、テーマ CSS に以下を追加してください。

title .search-header #search-term {
  background-color: pink;
}

Screenshot 2023-03-02 at 09.54.36

「いいね!」 2