mirror of
https://codeberg.org/cage/tinmop/
synced 2025-03-03 10:07:36 +01:00
- ensured the focus is on thread window when opening a virtual path fediverse IRI.
This commit is contained in:
parent
6d07aacbe1
commit
11f32bed65
@ -102,6 +102,8 @@
|
||||
((fediverse-virtual-iri-p url)
|
||||
(multiple-value-bind (timeline folder)
|
||||
(parse-fediverse-virtual-iri url)
|
||||
(ui:close-open-message-link-window)
|
||||
(ui:focus-to-thread-window)
|
||||
(program-events:push-event (make-instance 'program-events:refresh-thread-windows-event
|
||||
:new-timeline timeline
|
||||
:new-folder folder))))
|
||||
|
@ -1989,7 +1989,9 @@
|
||||
(let* ((found-statuses (api-client:find-results payload))
|
||||
(found-hashtags (get-results-info payload "hashtags" 2 #'tooter:name))
|
||||
(found-accounts (get-results-info payload "accounts" 1 #'tooter:username))
|
||||
(link-to-results (gemini-parser:geminize-link (link-to-search-results (query-results-folder-name))))
|
||||
(link-to-results (gemini-parser:geminize-link
|
||||
(text-utils:strcat (link-to-search-results (query-results-folder-name))
|
||||
(_ " Matching posts"))))
|
||||
(query-page (text-utils:strcat (gemini-parser:geminize-h1 (format nil
|
||||
(_ "Query results~2%")))
|
||||
(format nil
|
||||
@ -1999,7 +2001,7 @@
|
||||
(length found-statuses)
|
||||
(query-results-folder-name))
|
||||
link-to-results
|
||||
(format nil "~%")
|
||||
(format nil "~2%")
|
||||
(gemini-parser:geminize-h2 (format nil
|
||||
(_ "Query: ~a~2%")
|
||||
payload))
|
||||
|
Loading…
x
Reference in New Issue
Block a user