Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/cynicaloptimist/improved-initiative
/ functions
Functions
602 in github.com/cynicaloptimist/improved-initiative
⨍
Functions
602
◇
Types & classes
251
↓ 1 callers
Method
resetTimerIfCombatantChanged
(prevActiveCombatantId)
client/PlayerView/components/CombatFooter.tsx:53
↓ 1 callers
Function
sanitizeItems
(items: Listable[])
client/Account/AccountClient.ts:231
↓ 1 callers
Function
save
(listName: string, key: string, value)
client/Utility/Store.ts:179
↓ 1 callers
Method
scrollToActiveCombatant
()
client/PlayerView/components/PlayerView.tsx:203
↓ 1 callers
Function
selectCombatant
(mouseEvent?: React.MouseEvent)
client/InitiativeList/CombatantRow.tsx:42
↓ 1 callers
Function
setupLocalDefaultUser
(session: Express.Session)
server/routes.ts:183
↓ 1 callers
Method
showCombatStatsIfNeeded
(prevStats: CombatStats)
client/PlayerView/components/PlayerView.tsx:191
↓ 1 callers
Method
showPrivacyNotificationAfterTutorial
()
client/TrackerViewModel.tsx:447
↓ 1 callers
Function
spellsCallback
(spells: Spell[])
client/Utility/Store.ts:147
↓ 1 callers
Method
splashPortraitIfNeeded
(previousActiveCombatantId)
client/PlayerView/components/PlayerView.tsx:159
↓ 1 callers
Function
startNewsUpdates
(app: express.Application)
server/patreon.ts:242
↓ 1 callers
Function
statBlocksCallback
(statBlocks: StatBlock[])
client/Utility/Store.ts:139
↓ 1 callers
Function
submit
()
client/Library/Manager/MovePrompt.tsx:14
↓ 1 callers
Function
transferLocalStorageToCanonicalUrl
(canonicalUrl: string)
client/Utility/TransferLocalStorage.ts:3
↓ 1 callers
Function
updatePersistentCharactersIfNeeded
( user: User, users: mongo.Collection<User> )
server/dbconnection.ts:148
↓ 1 callers
Function
updateSession
(session: Express.Session)
server/routes.ts:218
↓ 1 callers
Function
upgradeMessage
()
client/Settings/components/EpicInitiativeSettings.tsx:106
↓ 1 callers
Function
upsertUser
( patreonId: string, accountStatus: AccountStatus, emailAddress: string )
server/dbconnection.ts:31
↓ 1 callers
Function
useAsyncListing
( listing: Listing<T> )
client/Utility/useAsyncListing.tsx:5
↓ 1 callers
Function
useCopyableText
()
client/Prompts/PlayerViewPrompt.tsx:90
↓ 1 callers
Function
useRequest
(url: string, method: "get" | "post" = "get")
client/Utility/useRequest.ts:4
↓ 1 callers
Function
useSaveListing
( addListing: (newListing: any) => void, storeName: string, accountRoute: string, callbacks: { cre
client/Library/useLibrary.ts:218
↓ 1 callers
Function
verifySignature
( signature: string, secret: string, postBodyJSON: string )
server/patreon.ts:337
Function
ActiveCombatant
(props: { activeCombatantViewModel: CombatantViewModel; })
client/Layout/LeftColumn.tsx:47
Function
ActivePrompt
(props: { promptTypeAndTargets: PromptTypeAndTargets; library: Library<Listable>; done: () => void; })
client/Library/Manager/SelectedItemsManager.tsx:123
Function
App
(props: { tracker: TrackerViewModel })
client/App.tsx:28
Method
ApplyDamage
(inputDamage: string)
client/Combatant/CombatantViewModel.ts:46
Method
ApplyTemporaryHP
(newTemporaryHP: number)
client/Combatant/CombatantViewModel.ts:70
Function
AutoHideField
(props: AutoHideFieldProps)
client/StatBlockEditor/components/AutoHideField.tsx:5
Function
AutocompleteTextInput
(props: { fieldName: string; options: string[]; autoFocus?: boolean; })
client/StatBlockEditor/components/AutocompleteTextInput.tsx:49
Function
BannerHost
()
client/Layout/BannerHost.tsx:6
Function
BeanCounter
(props: { current: number; maximum: number; onChange: (newValue: number) => void; })
client/TextEnricher/Counter.tsx:5
Function
Button
(props: ButtonProps)
client/Components/Button.tsx:19
Function
CenterColumn
(props: { tracker: TrackerViewModel; })
client/Layout/CenterColumn.tsx:13
Function
CombatFooter
(props: CombatFooterProps)
client/CombatFooter/CombatFooter.tsx:14
Function
CombatantColorPicker
(props: { combatantState: CombatantState })
client/InitiativeList/CombatantRow.tsx:244
Function
CombatantDetails
(props: CombatantDetailsProps)
client/Combatant/CombatantDetails.tsx:18
Function
CombatantRow
(props: CombatantRowProps)
client/InitiativeList/CombatantRow.tsx:27
Function
CommandButton
(props: { command: Command })
client/InitiativeList/CombatantRow.tsx:293
Function
CommandButton
(props: { command: Command; showLabel: boolean })
client/Commands/CommandButton.tsx:7
Function
CommandSettingRow
(props: CommandSettingRowProps)
client/Settings/components/CommandsSettings.tsx:18
Function
Commands
()
client/InitiativeList/CombatantRow.tsx:281
Function
CommandsSettings
(props: CommandsSettingsProps)
client/Settings/components/CommandsSettings.tsx:52
Function
ContentSettings
()
client/Settings/components/ContentSettings.tsx:7
Function
Count
(listName: string)
client/Utility/Store.ts:40
Function
Counter
(props: { current: number; maximum: number; onChange: (newValue: number) => void; })
client/TextEnricher/Counter.tsx:30
Function
CustomEncounterId
(props: { encounterId: string; requestCustomEncounterId: (requestedId: string) => Promise<boolean>; setE
client/Prompts/PlayerViewPrompt.tsx:109
Function
Default
()
common/StatBlock.ts:99
Function
Default
()
common/Spell.ts:26
Function
Default
()
common/PersistentCharacter.ts:30
Function
Default
()
common/EncounterState.ts:10
Function
Default
()
common/SavedEncounter.ts:14
Function
Delete
(listName: string, key: string)
client/Utility/Store.ts:66
Function
DeleteAll
()
client/Utility/LegacySynchronousLocalStore.ts:89
Function
DeleteAll
()
client/Utility/Store.ts:72
Method
DeleteEncounter
(encounterId: string)
client/Account/AccountClient.ts:138
Method
DeletePersistentCharacter
( persistentCharacterId: string )
client/Account/AccountClient.ts:128
Method
DeletePlayerCharacter
(statBlockId: string)
client/Account/AccountClient.ts:115
Function
DeletePrompt
(props: { targets: Listing<Listable>[]; library: Library<Listable>; done: () => void; })
client/Library/Manager/DeletePrompt.tsx:8
Method
DeleteSpell
(spellId: string)
client/Account/AccountClient.ts:146
Method
DeleteStatBlock
(statBlockId: string)
client/Account/AccountClient.ts:107
Function
DescriptionField
()
client/StatBlockEditor/components/StatBlockEditorFields.tsx:129
Method
Destroy
(id: string)
server/RedisPlayerViewManager.ts:61
Method
Destroy
(id: string)
server/InMemoryPlayerViewManager.ts:56
Function
DisplaysToggle
(props: { children: React.ReactNode; fieldName: string; requireEpicTierForPlayerViewToggle?: boolean; })
client/Settings/components/DisplaysToggle.tsx:6
Function
DisplaysToggleHeader
()
client/Settings/components/DisplaysToggle.tsx:42
Function
DropZone
(props: { dragDropType: string; index: number; move: (from: number, to: number) => void; })
client/StatBlockEditor/components/UseDragDrop.tsx:10
Function
Dropdown
(props: { fieldName: string; options: {}; children: any; })
client/Settings/components/Dropdown.tsx:5
Function
EditorView
(props: EditorViewProps)
client/Library/Manager/EditorView.tsx:20
Function
EpicInitiativeSettings
()
client/Settings/components/EpicInitiativeSettings.tsx:10
Function
EventLogItem
(props: { eventMarkdown: string })
client/CombatFooter/CombatFooter.tsx:91
Function
ExportAll
(additionalKeys: { [key: string]: any })
client/Utility/LegacySynchronousLocalStore.ts:93
Function
ExportListings
( listings: Listing<Listable>[], listName: string )
client/Utility/Store.ts:158
Function
FieldRow
(props: { label: string; name: string })
client/StatBlockEditor/SpellEditor.tsx:120
Function
FileUploadButton
(props: { handleFile: (file: File) => void; acceptFileType: string; fontAwesomeIcon: string; })
client/Settings/components/FileUploadButton.tsx:3
Function
FilterDimensions
(statBlock: StatBlock)
common/StatBlock.ts:87
Function
Folder
(props: { name: string; children: React.ReactNode })
client/Library/Components/Folder.tsx:4
Method
FormattedString
()
client/Rules/RollResult.ts:23
Function
FullEventLog
(props: { eventsTail: string[] })
client/CombatFooter/CombatFooter.tsx:62
Method
Get
(id: string)
server/RedisPlayerViewManager.ts:12
Method
Get
(id: string)
server/InMemoryPlayerViewManager.ts:15
Function
GetAllKeyPairs
()
client/Utility/Store.ts:79
Function
GetContextualCommandSuggestion
( encounterEmpty: boolean, librariesVisible: boolean, encounterActive: boolean )
client/GetContextualCommandSuggestion.tsx:1
Function
GetFilterDimensions
(spell: Spell)
common/Spell.ts:21
Function
GetFilterDimensions
(character: PersistentCharacter)
common/PersistentCharacter.ts:52
Function
GetSearchHint
(statBlock: StatBlock)
common/StatBlock.ts:84
Function
GetSearchHint
(spell: Spell)
common/Spell.ts:18
Function
GetSearchHint
(character: PersistentCharacter)
common/PersistentCharacter.ts:32
Function
GetSearchHint
(encounterState: SavedEncounter)
common/SavedEncounter.ts:11
Method
IdAvailable
(id: string)
server/RedisPlayerViewManager.ts:28
Method
IdAvailable
(id: string)
server/InMemoryPlayerViewManager.ts:19
Function
ImportAll
(file: File)
client/Utility/LegacySynchronousLocalStore.ts:103
Function
ImportAll
(file: File)
client/Utility/Store.ts:90
Function
ImportAllAndReplace
(file: File)
client/Utility/LegacySynchronousLocalStore.ts:147
Function
ImportFromDnDAppFile
(file: File)
client/Utility/Store.ts:138
Function
ImportOpen5eSpell
(open5eSpell: Record<string, any>)
client/Importers/Open5eImporter.ts:63
Function
ImportOpen5eStatBlock
( open5eStatBlock: Record<string, any> )
client/Importers/Open5eImporter.ts:11
Function
ImportOpen5eV2StatBlock
( open5eStatBlock: Record<string, any> )
client/Importers/Open5eImporter.ts:179
Function
Info
(props: { children: React.ReactChild; tippyProps?: Omit<TippyProps, "content" | "children">; })
client/Components/Info.tsx:4
Method
InitializeNew
()
server/RedisPlayerViewManager.ts:49
← previous
next →
301–400 of 602, ranked by callers