MCPcopy Create free account

hub / github.com/LemmyNet/lemmy-ui-leptos / functions

Functions112 in github.com/LemmyNet/lemmy-ui-leptos

↓ 14 callersFunctionget_client_and_session
( )
src/utils/get_client_and_session.rs:7
↓ 13 callersMethodget_jwt
(&self)
src/utils.rs:35
↓ 10 callersFunctioncreateProject
( name: string, use: UseOptions, screen: "desktop" | "mobile", )
end2end/playwright.config.ts:16
↓ 8 callersFunctionassertUrl
(path: string)
end2end/tests/desktop/navigation.spec.ts:6
↓ 5 callersFunctionssr
(def: ProjectDefinition)
end2end/playwright.config.ts:26
↓ 4 callersFunctionassertUrl
(path: string)
end2end/tests/mobile/navigation.spec.ts:8
↓ 3 callersFunctionderive_user_is_logged_in
(site_signal: SiteResource)
src/utils/derive_user_is_logged_in.rs:4
↓ 2 callersFunctioncreate_community_apub_name
(name: &str, actor_id: &str)
src/utils/apub_name.rs:8
↓ 2 callersFunctioncreate_user_apub_name
(name: &str, actor_id: &str)
src/utils/apub_name.rs:4
↓ 2 callersFunctionderive_link_type
( site_resource: SiteResource, key: &'static str, get_user_default: impl Fn(&LocalUser) -> T + Send + Sy
src/utils/derive_query_param_type.rs:11
↓ 2 callersFunctionderive_listing_type
(site_resource: SiteResource)
src/utils/derive_query_param_type.rs:57
↓ 2 callersFunctionderive_sort_type
(site_resource: SiteResource)
src/utils/derive_query_param_type.rs:48
↓ 2 callersFunctionis_filetype
(url: &str, exts: &[&str])
src/utils/filetype.rs:12
↓ 2 callersFunctionis_image
(url: &str)
src/utils/filetype.rs:4
↓ 1 callersFunctioncreate_block_user_action
()
src/serverfns/users/block_user.rs:29
↓ 1 callersFunctioncreate_hide_post_action
()
src/serverfns/posts/hide_post.rs:30
↓ 1 callersFunctioncreate_login_action
()
src/serverfns/auth/login.rs:29
↓ 1 callersFunctioncreate_logout_action
()
src/serverfns/auth/logout.rs:19
↓ 1 callersFunctioncreate_report_comment_action
()
src/serverfns/comments/report_comment.rs:29
↓ 1 callersFunctioncreate_report_post_action
()
src/serverfns/posts/report_post.rs:29
↓ 1 callersFunctioncreate_save_post_action
()
src/serverfns/posts/save_post.rs:27
↓ 1 callersFunctioncreate_set_theme_action
()
src/serverfns/theme/set_theme.rs:26
↓ 1 callersFunctioncreate_vote_post_action
()
src/serverfns/posts/vote_post.rs:28
↓ 1 callersFunctionget_host
()
src/host.rs:21
↓ 1 callersFunctionget_site
()
src/serverfns/get_site.rs:5
↓ 1 callersFunctionget_theme
()
src/serverfns/theme/get_theme.rs:6
↓ 1 callersFunctionget_time_since
(date_time: &DateTime<Utc>)
src/utils/get_time_since.rs:4
↓ 1 callersFunctionis_video
(url: &str)
src/utils/filetype.rs:8
↓ 1 callersFunctionprovide_site_resource_context
()
src/contexts/site_resource_context.rs:7
↓ 1 callersFunctionprovide_theme_resource_context
()
src/contexts/theme_resource_context.rs:6
↓ 1 callersFunctionreport_content
(creator: &'a Person, post_or_comment_id: PostOrCommentId)
src/ui/components/common/content_actions/report_button.rs:9
↓ 1 callersFunctionshould_use_https
()
src/host.rs:41
FunctionApp
()
src/lib.rs:128
FunctionAppRoutes
()
src/lib.rs:60
FunctionAuthDropdown
()
src/ui/components/layouts/base_layout/top_nav/auth_dropdown.rs:12
FunctionBaseLayout
()
src/ui/components/layouts/base_layout.rs:18
FunctionCommentNode
(#[prop(into)] comment_view: Signal<CommentView>)
src/ui/components/comment/comment_node.rs:5
FunctionCommentNodes
(#[prop(into)] _comments: Signal<Vec<CommentView>>)
src/ui/components/comment/comment_nodes.rs:6
FunctionCommunitiesPage
()
src/ui/components/communities/communities_page.rs:5
FunctionCommunityForm
()
src/ui/components/communities/community_form.rs:6
FunctionCommunityListing
(community: Community)
src/ui/components/common/community_listing.rs:10
FunctionContentActions
( post_or_comment_id: PostOrCommentId, saved: Signal<bool>, save_action: ServerAction<SA>, #[prop(into
src/ui/components/common/content_actions.rs:25
FunctionCreateCommunityPage
()
src/ui/components/communities/create_community_page.rs:5
FunctionCreatorListing
(#[prop(into)] creator: Signal<Person>)
src/ui/components/common/creator_listing.rs:7
FunctionFedilink
(#[prop(into)] href: TextProp)
src/ui/components/common/fedilink.rs:6
FunctionFilterBar
()
src/ui/components/common/filter_bar.rs:12
FunctionHidePostButton
(id: PostId)
src/ui/components/common/content_actions/hide_post_button.rs:11
FunctionHomePage
()
src/ui/components/home/home_page.rs:21
FunctionI18n
(children: Children)
src/lib.rs:44
FunctionIcon
( #[prop(into)] icon: Signal<IconType>, #[prop(into, default = TextProp::from(""))] class: TextProp, #[p
src/ui/components/common/icon.rs:66
FunctionInner
( image_url: Memo<Option<Arc<str>>>, thumbnail_data: Signal<ThumbnailData>, )
src/ui/components/post/post_listing/thumbnail.rs:112
FunctionInstanceName
()
src/ui/components/layouts/base_layout/top_nav.rs:20
FunctionListingTypeLink
(link_listing_type: ListingType, text: Signal<String>)
src/ui/components/common/filter_bar/listing_type_link.rs:10
FunctionLoginForm
()
src/ui/components/login/login_form.rs:10
FunctionLoginPage
()
src/ui/components/login/login_page.rs:5
FunctionMarkdownContent
(#[prop(into)] content: TextProp)
src/ui/components/common/markdown_content.rs:5
FunctionMobileNav
()
src/ui/components/layouts/base_layout/mobile_nav.rs:7
FunctionNavLink
(href: &'static str, icon: IconType, text: Signal<String>)
src/ui/components/layouts/base_layout/side_nav.rs:51
FunctionNavLink
(href: &'static str, icon: IconType, text: Signal<String>)
src/ui/components/layouts/base_layout/mobile_nav.rs:23
FunctionNotFound
()
src/lib.rs:141
FunctionNotificationBell
()
src/ui/components/layouts/base_layout/top_nav/notification_bell.rs:11
FunctionPostListing
(post_view: PostView)
src/ui/components/post/post_listing.rs:29
FunctionPostListings
(posts: Vec<PostView>)
src/ui/components/post/post_listings.rs:6
FunctionPostPage
()
src/ui/components/post/post_page.rs:20
FunctionReportButton
( #[prop(into)] creator: Signal<Person>, post_or_comment_id: PostOrCommentId, )
src/ui/components/common/content_actions/report_button.rs:25
FunctionReportForm
( creator_name: Signal<String>, creator_actor_id: Signal<String>, post_or_comment_id: Signal<PostOrComme
src/ui/components/modals/report_modal.rs:20
FunctionReportModal
( dialog_ref: NodeRef<Dialog>, modal_data: ReadSignal<ReportModalData>, )
src/ui/components/modals/report_modal.rs:76
FunctionSideNav
()
src/ui/components/layouts/base_layout/side_nav.rs:7
FunctionSidebar
(data: SidebarData)
src/ui/components/common/sidebar.rs:14
FunctionSortTypeLink
(link_sort_type: SortType, text: Signal<String>)
src/ui/components/common/filter_bar/sort_type_link.rs:10
FunctionTeamMemberCard
(person: Person)
src/ui/components/common/sidebar/team_member_card.rs:7
FunctionTextInput
( #[prop(optional, into)] disabled: MaybeProp<bool>, #[prop(optional, into)] required: MaybeProp<bool>,
src/ui/components/common/text_input.rs:15
FunctionThemeSelect
()
src/ui/components/layouts/base_layout/top_nav/theme_select.rs:13
FunctionThumbnail
( url: Memo<Option<Arc<str>>>, image_url: Memo<Option<Arc<str>>>, #[prop(into)] has_embed_url: Signal<bo
src/ui/components/post/post_listing/thumbnail.rs:37
FunctionTopNav
()
src/ui/components/layouts/base_layout/top_nav.rs:37
FunctionUserStatRow
(count: i64, text: Signal<String>)
src/ui/components/common/sidebar/user_stat_row.rs:5
FunctionVoteButton
( vote_action: ServerAction<VA>, id: PostOrCommentId, is_voted: Signal<bool>, user_is_logged_in: Signa
src/ui/components/common/vote_buttons/vote_button.rs:18
FunctionVoteButtons
( my_vote: Signal<Option<i16>>, id: PostOrCommentId, score: Signal<i64>, vote_action: ServerAction<VA>
src/ui/components/common/vote_buttons.rs:18
Functionblock_user
(id: PersonId, block: bool)
src/serverfns/users/block_user.rs:11
Functionchange_theme
(theme: String)
src/serverfns/theme/set_theme.rs:4
Functioncookie_middleware
()
src/cookie_middleware.rs:8
Functioncreate_apub_name
(name: &str, actor_id: &str)
src/utils/apub_name.rs:16
Functioncreate_community
( body: CreateCommunityBody, )
src/serverfns/communities/create_community.rs:8
Methoddefault
()
src/utils/types/content_action_types.rs:20
Functionformat_apub_name
(name: &str, instance: &str)
src/utils/apub_name.rs:12
Functionformats_community_apub_correctly
()
src/utils/apub_name.rs:44
Functionformats_user_apub_correctly
()
src/utils/apub_name.rs:38
Functionget_client
()
src/host.rs:55
Functionget_external_host
()
src/host.rs:11
Functionget_https
()
src/host.rs:31
Methodget_id
(&self)
src/utils/types/content_action_types.rs:11
Functionget_internal_host
()
src/host.rs:6
Functionget_post
(body: GetPostBody)
src/serverfns/posts/get_post.rs:5
Functionhide_post
(id: PostId, hide: bool)
src/serverfns/posts/hide_post.rs:12
Functionhydrate
()
src/lib.rs:153
Methodinto_attribute_value
(self)
src/utils/types/theme.rs:18
Functionis_image_test
(#[case] url: &str)
src/utils/filetype.rs:38
Functionis_not_image_test
(#[case] url: &str)
src/utils/filetype.rs:48
Functionis_not_video_test
(#[case] url: &str)
src/utils/filetype.rs:67
Functionis_video_test
(#[case] url: &str)
src/utils/filetype.rs:57
next →1–100 of 112, ranked by callers