From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: X-Spam-Checker-Version: SpamAssassin 3.4.2 (2018-09-13) on dcvr.yhbt.net X-Spam-Level: X-Spam-ASN: AS3215 2.0.0.0/16 X-Spam-Status: No, score=-3.3 required=3.0 tests=AWL,BAYES_00,DKIM_SIGNED, DKIM_VALID,DKIM_VALID_AU,DKIM_VALID_EF,RCVD_IN_DNSWL_NONE, SPF_HELO_PASS,SPF_PASS,T_SCC_BODY_TEXT_LINE shortcircuit=no autolearn=ham autolearn_force=no version=3.4.2 Received: from out1.migadu.com (out1.migadu.com [IPv6:2001:41d0:2:863f::]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (4096 bits) server-digest SHA256) (No client certificate requested) by dcvr.yhbt.net (Postfix) with ESMTPS id 718761F59D for ; Wed, 24 Aug 2022 01:09:23 +0000 (UTC) Authentication-Results: dcvr.yhbt.net; dkim=pass (2048-bit key; unprotected) header.d=kyleam.com header.i=@kyleam.com header.b="CKao5OtS"; dkim-atps=neutral X-Report-Abuse: Please report any abuse attempt to abuse@migadu.com and include these headers. DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=kyleam.com; s=key1; t=1661303359; h=from:from:reply-to:subject:subject:date:date:message-id:message-id: to:to:cc:cc:mime-version:mime-version:content-type:content-type: in-reply-to:in-reply-to:references:references; bh=EiXqLH7axn2ZuRoEd7U11NzdcB87LO011D/lk8SBbIw=; b=CKao5OtSvk+KLcB7KAoHR+egJqMaBmWLQCciRj9aZGiDWrEs4puS03MFl/c0mVIwZcJyT4 mIkIQvexM7soNiwWb9r7CxELFVsnCAGY1NNLPzSSd1eWGGaC3XtawPWfOSlwQr16jYnVMV OCjBYJgeUiE7D0en7LYsp6zFwjvHATD7FooQIVViglHXp6NzTxFjxITzi2XcdmvvGEBYNJ nfigBQ2xw9ImvTSCMBu1Ia4OUFb+Ts8MKRWrGWyXv/CdKgqEJQfuCb9lctG17Epz33Hjo6 uiLjsGeiMFITFlZA3GAE45NJ73TK1BVB7hc4RXM4N8n4T7I5wvNiX+KavCd8LA== From: Kyle Meyer To: Eric Wong Cc: meta@public-inbox.org Subject: Re: [PATCH 1/8] view: generate query in single-message and commit views In-Reply-To: <20220823083203.1128993-2-e@80x24.org> References: <20220823083203.1128993-1-e@80x24.org> <20220823083203.1128993-2-e@80x24.org> Date: Tue, 23 Aug 2022 21:09:17 -0400 Message-ID: <87zgfuo3b6.fsf@kyleam.com> MIME-Version: 1.0 Content-Type: text/plain X-Migadu-Flow: FLOW_OUT X-Migadu-Auth-User: kyleam.com List-Id: Eric Wong writes: > Behavior changes are as follows: "changed" in the diffstat > jumps to the bottom of the message. For /T/ and /t/, it > goes to the "related" anchor which is just above the reply > instructions in the single-message view. For the single > message view, it'll jump to the textarea search form. This is a very nice addition. Thank you!