Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/Minds/front
/ functions
Functions
7,671 in github.com/Minds/front
⨍
Functions
7,671
◇
Types & classes
3,512
↓ 4 callers
Method
onButtonClick
* Triggered on button click - attempts to register for web push * notifications by calling service. Handles errors and throws toasts. * @param {
src/app/modules/notifications/v3/enable-push-banner/enable-push-banner.component.ts:37
↓ 4 callers
Method
onDelete
* Called after a post has been deleted. Removes it from the feed * and emits to parent components so they can perform cleanup tasks
src/app/modules/newsfeed/activity/activity.service.ts:761
↓ 4 callers
Method
onEnabledToggle
* On toggle handler - updates whether field is in a enabled/disabled state. * @returns { Promise<void> }
src/app/modules/multi-tenant-network/admin-console/components/config-settings-toggle/config-settings-toggle.component.ts:58
↓ 4 callers
Method
onEnabledToggle
* On toggle handler - updates enabled toggle enabled/disabled state. * @returns { Promise<void> }
src/app/modules/multi-tenant-network/admin-console/tabs/general/enable-walled-garden-toggle/enable-walled-garden-toggle.component.ts:52
↓ 4 callers
Method
onEnabledToggle
* On toggle handler - updates whether digest email is in a enabled/disabled state. * @returns { Promise<void> }
src/app/modules/multi-tenant-network/admin-console/tabs/general/digest-email-toggle/digest-email-toggle.component.ts:46
↓ 4 callers
Method
onEnabledToggle
* On toggle handler - updates enabled toggle enabled/disabled state. * @returns { Promise<void> }
src/app/modules/multi-tenant-network/admin-console/tabs/general/enable-landing-page-toggle/enable-landing-page-toggle.component.ts:52
↓ 4 callers
Method
onJoinMembershipClick
()
src/app/modules/site-memberships/components/join-manage-membership-button/join-manage-membership-button.component.ts:126
↓ 4 callers
Method
onMuteNotificationToggle
* Handle mute notifications toggle. This is a binary toggle initially but in future * we will need to deprecate this, and the toggle system to acco
src/app/modules/chat/components/chat-room/chat-room-details/chat-room-notification-settings/chat-room-notification-settings.component.ts:74
↓ 4 callers
Method
onOnchainAddressChange
()
src/app/modules/wallet/components/wallet-v2.service.ts:450
↓ 4 callers
Method
onPost
* Post intent * @param event
src/app/modules/composer/components/base/base.component.ts:351
↓ 4 callers
Method
onSkipButtonClick
* Step content must handle on skip button behaviour. * @returns { void }
src/app/modules/onboarding-v5/components/steps/step-content.interface.ts:9
↓ 4 callers
Method
onSubmit
* Handle submit button click / message send. * @returns { Promise<void> }
src/app/modules/chat/components/chat-room/chat-room-bottom-bar/chat-room-bottom-bar.component.ts:161
↓ 4 callers
Method
onSuccess
* Called on success. Sets up next panel. * @returns { void }
src/app/modules/settings-v2/security/two-factor-v2/confirm-password/confirm-password.component.ts:132
↓ 4 callers
Method
onUnregisterActivePlayer
* Unregisters the audio player as the active player with the global service, * and pauses the audio. * @returns { AudioPlayerService }
src/app/modules/media/components/audio/services/audio-player.service.ts:100
↓ 4 callers
Method
open
* Open content settings modal. * @param { ModalOptions } options - options to open modal with. * @returns { void }
src/app/modules/content-settings/content-settings-modal.service.ts:32
↓ 4 callers
Method
open
(action: UniswapAction = 'swap')
src/app/modules/blockchain/token-purchase/uniswap/uniswap-modal.service.ts:16
↓ 4 callers
Method
openUpsellModal
* Present upsell modal to users * who just boosted but haven't upgraded yet
src/app/modules/boost/modal-v2/boost-modal-v2-lazy.service.ts:88
↓ 4 callers
Method
parseTableEnumTypeFromString
* Parses the table enum type from a string. * @param { string } typeString - string to parse. * @returns { AnalyticsTableEnum } - parsed enum fr
src/app/modules/multi-tenant-network/admin-console/tabs/analytics/components/table/table.component.ts:133
↓ 4 callers
Method
patchNoticeAttribute
* Patch an individual attribute of a notice in the notices$ array. * @param { NoticeKey } noticeKey - key of notice to replace attribute for. *
src/app/modules/notices/services/feed-notice.service.ts:234
↓ 4 callers
Method
populateCounts
* Get a count of all entries a user could have from the server * and populate instance variables with values. * @returns { void }
src/app/modules/supermind/console/list/list.component.ts:177
↓ 4 callers
Method
post
(e)
src/app/modules/comments/poster/poster.component.ts:132
↓ 4 callers
Function
q
(t)
src/assets/scripts/chatwoot.js:2
↓ 4 callers
Method
recordClick
* Records a click on the group membership button. * @returns { void }
src/app/common/components/group-membership-button/group-membership-button.component.ts:197
↓ 4 callers
Method
registerActiveAudioPlayerService
* Register active audio player service. * @param { AudioPlayerService } service - Audio player service. * @returns { GlobalAudioPlayerService }
src/app/modules/media/components/audio/services/global-audio-player.service.ts:74
↓ 4 callers
Method
removeItem
(index)
src/app/common/components/draggable-list/list.component.ts:69
↓ 4 callers
Method
resetOffsets
()
src/app/common/components/tooltip/tooltip.component.ts:158
↓ 4 callers
Method
save
(guid: number, reason: number = null, subreason: number = null)
src/app/modules/admin/firehose/firehose.component.ts:166
↓ 4 callers
Method
saveToCache
()
src/app/modules/messenger/dockpanes/dockpanes.service.ts:99
↓ 4 callers
Method
scrollToBottom
* Scroll to the bottom of the page. * @param { 'instant' | 'smooth' } behavior - The behavior of the scroll. * @returns { void }
src/app/modules/chat/components/chat-room/chat-room-messages/chat-room-messages.component.ts:154
↓ 4 callers
Method
selectRadioButton
* On radio button select, change form value * @param { BoostGoal } goal - goal selected. * @returns { void }
src/app/modules/boost/modal-v2/panels/goal/goal.component.ts:61
↓ 4 callers
Method
send
(e)
src/app/modules/messenger/conversation/conversation.component.ts:253
↓ 4 callers
Method
serialize
()
src/typings/medium-editor.d.ts:77
↓ 4 callers
Method
setAsCompleted
* Set a storage item exists that indicates that * the user has completed onboarding. * @param { string } guid - the user's guid. * @returns {
src/app/modules/onboarding-v5/services/onboarding-v5-completion-storage.service.ts:24
↓ 4 callers
Method
setContainer
* Sets the container for this instance. * @param { ActivityContainer } container - container to post to. * @returns { this }
src/app/modules/composer/services/composer.service.ts:872
↓ 4 callers
Method
setConversationDisabled
* Set conversation disabled state. * @param { boolean } value - Whether conversation is disabled. * @returns { void }
src/app/modules/groups/v2/group.service.ts:557
↓ 4 callers
Method
setEntity
(entity: any)
src/app/modules/newsfeed/activity/modal/modal.service.ts:74
↓ 4 callers
Method
setEntityOwner
(entityOwner: MindsUser)
src/app/common/components/post-menu/post-menu.service.ts:68
↓ 4 callers
Method
setExportUserCounts
* Sets exportUserCounts * @param { boolean } export - whether or not to export user's subscribers_count and subscriptions_count.
src/app/common/services/feeds.service.ts:250
↓ 4 callers
Method
setFormView
* Determine form view from the item type
src/app/modules/multi-tenant-network/admin-console/tabs/navigation/components/link-form/link-form.component.ts:149
↓ 4 callers
Method
setGiftRecipientUsername
* Sets username of a gift recipient. * @param { string } giftRecipientUsername - username of a gift recipient. * @returns { WireV2Service }
src/app/modules/wire/v2/wire-v2.service.ts:820
↓ 4 callers
Method
setIsSelfGift
* Sets whether a gift is a self gift. * @param { boolean } isSelfGift whether this is a self gift. * @returns { WireV2Service }
src/app/modules/wire/v2/wire-v2.service.ts:807
↓ 4 callers
Method
setPreview
* Updates the preview. Frees resources, if needed. * @param attachment
src/app/modules/composer/services/composer.service.ts:1056
↓ 4 callers
Method
setSavingSize
()
src/app/common/components/button/button.component.ts:155
↓ 4 callers
Method
setStick
(value?: string)
src/app/modules/comments/scroll.ts:121
↓ 4 callers
Method
setWallet
(data)
src/app/modules/blockchain/blockchain.service.ts:36
↓ 4 callers
Method
setupSubscription
* Init sub to fire on list type or filter change that will load / reload feed. * @returns { void }
src/app/modules/supermind/console/list/list.component.ts:100
↓ 4 callers
Method
shouldShowAcceptAndDeclineButtons
* Whether accept and decline buttons should be shown. * @returns { boolean } true if accept and decline buttons should be shown.
src/app/modules/supermind/console/list/list-item/action-bar/action-buttons.component.ts:83
↓ 4 callers
Method
shouldShowBoost
()
src/app/common/components/post-menu/v2/menu.component.ts:78
↓ 4 callers
Method
shouldShowWarningMessage
* Check whether a the user has no permission to interact with something, * and the intent is to show a warning message. * @param { PermissionEnu
src/app/common/services/permission-intents.service.ts:82
↓ 4 callers
Method
show
( comp: number, message: string = '', defaultTxObject: Object = null, extras = {} )
src/app/modules/blockchain/transaction-overlay/transaction-overlay.component.ts:74
↓ 4 callers
Method
showBubble
* Show chatwoot bubble. * @returns { void }
src/app/common/components/chatwoot-widget/chatwoot-widget.service.ts:62
↓ 4 callers
Method
showImproveRecsToast
* Show improve recommendations toast message if appropriate. * @returns { void }
src/app/common/components/thumbs/thumbs-up.component.ts:184
↓ 4 callers
Method
showWalletBalance
* True if wallet balance should be shown. * @returns { boolean } true if balance should be shown.
src/app/common/layout/topbar/topbar-wallet-balance/topbar-wallet-balance.component.ts:64
↓ 4 callers
Method
single
({ entity_guid, guid, parent_path })
src/app/modules/comments/comments.service.ts:114
↓ 4 callers
Method
startPolling
* Start the polling for Bootstrap step progress. * @return { void }
src/app/modules/multi-tenant-network/admin-console/components/bootstrap-progress-splash/bootstrap-progress-splash.service.ts:79
↓ 4 callers
Method
startRecording
* Starts recording audio. * @returns { Promise<void> }
src/app/common/services/audio-recording.service.ts:28
↓ 4 callers
Method
stopPolling
* Stop polling. * @returns { void }
src/app/modules/multi-tenant-network/admin-console/components/bootstrap-progress-splash/bootstrap-progress-splash.service.ts:130
↓ 4 callers
Method
submit
()
src/app/modules/settings-v2/account/email-address/email-address.component.ts:85
↓ 4 callers
Method
submitCode
* Submit code for confirmation. * @returns { Promise<void> }
src/app/modules/onboarding-v5/components/steps/verify-email/verify-email.component.ts:254
↓ 4 callers
Method
syncCount
* Sync count of notifications to class state and meta service * for meta title counter. * @returns { void }
src/app/modules/notifications/notification.service.ts:118
↓ 4 callers
Method
teardownMetricsSocketListener
* Teardown listener for metrics socket for this activity. * @returns { this }
src/app/modules/newsfeed/activity/activity.service.ts:627
↓ 4 callers
Method
thumb
()
src/app/common/components/thumbs/thumbs-down.component.ts:58
↓ 4 callers
Method
toNsfwEnumArray
(nsfw: number[])
src/app/modules/search/search.component.ts:534
↓ 4 callers
Method
toggleComments
* Toggle showing of comments. * @returns { void }
src/app/modules/newsfeed/activity/toolbar/toolbar.component.ts:108
↓ 4 callers
Method
toggleSearchBar
(visible: boolean)
src/app/common/layout/topbar.service.ts:36
↓ 4 callers
Method
trackClick
* Tracks a click event. * @param { string } ref - a string identifying the source of the click action. * @param { SnowplowContext[] } contexts -
src/app/services/analytics.ts:205
↓ 4 callers
Method
transform
* Transforms a string by replacing code fences with <pre><code> blocks and * highlights the contents. * * @param {string} text * @returns
src/app/modules/code-highlight/code-highlight.pipe.ts:42
↓ 4 callers
Method
trigger
(toast: Toast)
src/app/common/services/toaster.service.ts:76
↓ 4 callers
Method
truncate
* @param {string} table * @returns {Promise<void>}
src/app/lib/minds-sync/adapters/DexieStorageAdapter.js:90
↓ 4 callers
Method
unBan
* Unban a user. * @returns { Promise<void> }
src/app/common/components/post-menu/post-menu.service.ts:214
↓ 4 callers
Method
unlisten
()
src/app/services/context.service.ts:55
↓ 4 callers
Method
unregisterActiveAudioPlayerService
* Unregister active audio player service. * @returns { GlobalAudioPlayerService }
src/app/modules/media/components/audio/services/global-audio-player.service.ts:86
↓ 4 callers
Method
updateMembership
* Emits membership changes to subscribed components. * @param { boolean } - whether or not observable should be shown or hidden. * @param { stri
src/app/modules/groups/groups.service.ts:131
↓ 4 callers
Method
updateQueryParams
* Update query params to reflect the user's selection
src/app/modules/boost/console-v2/services/console.service.ts:89
↓ 4 callers
Method
upload
when uploading group banner/avatar image(s)
src/app/modules/groups/groups.service.ts:86
↓ 4 callers
Method
waitForBoostFeedRotator
* Wait for boost feed rotator element to appear. * @returns { void }
e2e/test/fragments/boostRotatorComponent.ts:46
↓ 3 callers
Function
C
(t)
src/assets/scripts/chatwoot.js:2
↓ 3 callers
Function
E
(t)
src/assets/scripts/chatwoot.js:2
↓ 3 callers
Function
R
()
src/assets/scripts/chatwoot.js:2
↓ 3 callers
Method
_emitChange
* Internal method that fires a change event * @private
src/app/common/services/related-content.service.ts:324
↓ 3 callers
Method
_getIndexByPrimaryKey
* @param {string} table * @param {*} value * @returns {number} * @private
src/app/lib/minds-sync/adapters/InMemoryStorageAdapter.js:51
↓ 3 callers
Method
_trim
(s)
src/app/services/login-referrer.service.ts:104
↓ 3 callers
Method
acceptInvitation
* Accept an invitation to join the group * * @returns { void }
src/app/common/services/group-membership.service.ts:244
↓ 3 callers
Method
acceptRequest
* Used by group moderator to accept a join request from targetUserGuid
src/app/common/services/group-membership.service.ts:374
↓ 3 callers
Method
add
(callback)
src/app/utils/optimized-resize.ts:39
↓ 3 callers
Method
addAddOn
* Add an AddOn by key - refetch from the server for summary update. * @param { string } addOnKey - AddOn key to add. * @returns { void }
src/app/modules/networks/checkout/services/checkout.service.ts:220
↓ 3 callers
Method
addScrollEventHandlers
()
src/app/modules/newsfeed/feed/virtual-scroller.ts:1066
↓ 3 callers
Method
addTag
(tag: DiscoveryTag)
src/app/modules/discovery/tags/tags.service.ts:147
↓ 3 callers
Method
anyOf
* @param {String} table * @param {String} index * @param {*[]} values * @returns {Promise<*[]>}
src/app/lib/minds-sync/adapters/DexieStorageAdapter.js:201
↓ 3 callers
Method
approve
* Approves a boost (action taken by admin) * @param boost
src/app/modules/boost/console-v2/services/console.service.ts:180
↓ 3 callers
Function
asyncSleep
(ms: number)
src/app/helpers/async-sleep.ts:1
↓ 3 callers
Method
ban
* Ban a user - note that at present this feature is only available for * tenant network moderators. Calling from a non-tenant will be a no-op. *
src/app/common/components/post-menu/post-menu.service.ts:192
↓ 3 callers
Method
blockUserByChatRoom
* Block user by chat room. (only used for one-to-one chats). * @param { ChatRoomEdge } chatRoom - Chat room to block user from. * @returns { Pro
src/app/modules/chat/services/chat-room-user-actions.service.ts:40
↓ 3 callers
Function
bootstrap
(AppModule)
src/app/utils/bootstrap.ts:10
↓ 3 callers
Method
buildKey
* Builds local storage key * @param key
src/app/modules/hashtags/service/mru.service.ts:47
↓ 3 callers
Method
bulkInsert
* @param {String} table * @param {*[]} rows * @returns {Promise<*>}
src/app/lib/minds-sync/adapters/DexieStorageAdapter.js:99
↓ 3 callers
Method
calculateDimensions
()
src/app/modules/newsfeed/feed/virtual-scroller.ts:1251
↓ 3 callers
Method
calculatePosition
()
src/app/common/components/dropdown-menu/dropdown-menu.component.ts:162
↓ 3 callers
Method
canActivate
* Check if the user should be able to visit a site memberships page. * @returns { boolean }
src/app/modules/site-memberships/guards/site-memberships-route.guard.ts:21
↓ 3 callers
Method
canAssignPermissions
()
src/app/common/services/permissions.service.ts:94
← previous
next →
701–800 of 7,671, ranked by callers