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
Method
InitializeNew
()
server/InMemoryPlayerViewManager.ts:33
Function
InitiativeField
()
client/StatBlockEditor/components/StatBlockEditorFields.tsx:35
Function
InitiativeList
(props: { encounterState: EncounterState<CombatantState>; selectedCombatantIds: string[]; combatantCount
client/InitiativeList/InitiativeList.tsx:9
Function
InitiativeListHeader
(props: { encounterActive: boolean })
client/InitiativeList/InitiativeListHeader.tsx:5
Function
InitiativeListHost
(props: { tracker: TrackerViewModel })
client/InitiativeList/InitiativeListHost.tsx:9
Function
InitiativePromptComponent
(props: InitiativePromptComponentProps)
client/Prompts/InitiativePrompt.tsx:20
Function
InitiativeSide
(props: { combatants: Combatant[]; sideLabel: "PC" | "Enemy"; sideClassName: string; })
client/Prompts/InitiativePrompt.tsx:41
Function
InnerAutoHideField
( props: AutoHideFieldProps & { fieldApi: FieldProps; } )
client/StatBlockEditor/components/AutoHideField.tsx:22
Function
IsPlayerCharacter
(statBlock: StatBlock)
common/StatBlock.ts:96
Function
KeywordField
(props: KeywordFieldProps)
client/StatBlockEditor/components/KeywordField.tsx:12
Function
KeywordFields
(props: { api: FormApi; keywordType: string })
client/StatBlockEditor/components/StatBlockEditorFields.tsx:92
Function
LeftColumn
(props: { tracker: TrackerViewModel; columnWidth: number; })
client/Layout/LeftColumn.tsx:10
Function
LibrariesCommanderHarness
(props: { librariesCommander: LibrariesCommander; loadingFinished: () => void; })
client/PersistentCharacter/PersistentCharacter.test.tsx:21
Function
LibraryFilter
(props: LibraryFilterProps)
client/Library/Components/LibraryFilter.tsx:9
Function
LibraryHeader
(props: { selectedLibrary: LibraryType })
client/Library/ReferencePane/LibraryReferencePanes.tsx:104
Function
LibraryManager
(props: LibraryManagerProps)
client/Library/Manager/LibraryManager.tsx:32
Function
LibraryManagerInfo
()
client/Library/Manager/SelectedItemsView.tsx:46
Function
LibraryManagerListings
(props: { listings: Listing<Listable>[]; setEditorTarget: (item: Listing<any>) => void; })
client/Library/Manager/LibraryManager.tsx:120
Function
LibraryManagerRow
(props: { listing: Listing<any>; setEditorTarget: (item: Listing<any>) => void; })
client/Library/Manager/LibraryManagerRow.tsx:9
Function
LibraryManagerToolbar
(props: { closeManager: () => void })
client/Library/Manager/LibraryManagerToolbar.tsx:4
Function
LibraryTest
(props: { libraryRef: (library: Library<StatBlock>) => void; loadingFinished: () => void; })
client/Library/StatBlockLibrary.test.tsx:10
Function
List
(listName: string)
client/Utility/LegacySynchronousLocalStore.ts:34
Function
ListingButton
(props: Props)
client/Library/Components/ListingButton.tsx:14
Function
Load
(listName: string, key: string)
client/Utility/LegacySynchronousLocalStore.ts:58
Function
Load
(listName: string, key: string)
client/Utility/Store.ts:36
Function
LoadAllAndUpdateIds
( listName: string, getDefault: () => T )
client/Utility/Store.ts:45
Function
LoadingIndicator
()
client/Components/LoadingIndicator.tsx:3
Method
Maximum
()
client/Rules/RollResult.ts:7
Function
MigrateItemsToStore
()
client/Utility/LegacySynchronousLocalStore.ts:20
Function
MoveEncounterPromptComponent
(props: MoveEncounterPromptProps)
client/Prompts/MoveEncounterPrompt.tsx:18
Function
MovePrompt
(props: { targets: Listing<Listable>[]; library: Library<Listable>; done: () => void; })
client/Library/Manager/MovePrompt.tsx:8
Function
NameAndModifierField
(props: NameAndModifierFieldProps)
client/StatBlockEditor/components/NameAndModifierField.tsx:12
Function
NameAndModifierFields
(props: { api: FormApi; modifierType: string; })
client/StatBlockEditor/components/StatBlockEditorFields.tsx:71
Function
OptionsSettings
(props: { goToEpicInitiativeSettings: () => void; })
client/Settings/components/OptionsSettings.tsx:15
Function
PaneHeader
(props: { title: string; fontAwesomeIcon: string; buttons: React.ReactChild; })
client/Library/Components/PaneHeader.tsx:3
Function
PersistentCharacterLibraryHarness
(props: { setLibrary: (library: Library<PersistentCharacter>) => void; loadingFinished: () => void; })
client/PersistentCharacter/PersistentCharacter.test.tsx:34
Function
PlayerViewCombatantHeader
(props: { portraitColumnVisible: boolean; acColumnVisible: boolean; })
client/PlayerView/components/PlayerViewCombatantHeader.tsx:7
Function
PlayerViewPromptComponent
(props: PlayerViewPromptComponentProps)
client/Prompts/PlayerViewPrompt.tsx:17
Function
PowerField
(props: PowerFieldProps)
client/StatBlockEditor/components/PowerField.tsx:15
Function
PowerFields
(props: { api: FormApi; powerType: string })
client/StatBlockEditor/components/StatBlockEditorFields.tsx:110
Function
PrivacyPolicyComponent
()
client/Prompts/PrivacyPolicyPrompt.tsx:12
Function
ReactMarkdown
(props: { children?: string; components?: Record<string, React.ComponentType<any>>; })
client/test/reactMarkdownMock.tsx:3
Function
ReactionIndicator
(props: { combatantState: CombatantState })
client/InitiativeList/CombatantRow.tsx:216
Function
RestoreCombatants
()
client/InitiativeList/RestoreCombatants.tsx:7
Function
RightColumn
(props: { tracker: TrackerViewModel; columnWidth: number; })
client/Layout/RightColumn.tsx:6
Method
SaveEncounter
(encounter: SavedEncounter)
client/Account/AccountClient.ts:134
Function
SaveEncounterPromptComponent
(props: { autocompletePaths: string[] })
client/Prompts/SaveEncounterPrompt.tsx:17
Method
SavePersistentCharacter
( persistentCharacter: PersistentCharacter )
client/Account/AccountClient.ts:119
Method
SavePlayerCharacter
(playerCharacter: StatBlock)
client/Account/AccountClient.ts:111
Method
SaveSpell
(spell: Spell)
client/Account/AccountClient.ts:142
Method
SaveStatBlock
(statBlock: StatBlock)
client/Account/AccountClient.ts:103
Function
SavedEncounterEditor
(props: { savedEncounter: SavedEncounter; onSave: (newSavedEncounter: SavedEncounter) => void; onClose:
client/StatBlockEditor/SavedEncounterEditor.tsx:10
Function
SelectOptions
(props: { fieldName: string; options: {} })
client/Settings/components/Dropdown.tsx:16
Function
SelectedCombatants
(props: { combatantCommander: CombatantCommander; })
client/Layout/SelectedCombatants.tsx:8
Function
SelectedItemsManager
(props: { activeTab: LibraryType; libraries: Libraries; editListing: (listing: Listing<Listable>) => voi
client/Library/Manager/SelectedItemsManager.tsx:25
Function
SelectedItemsView
(props: { listings: Listing<T>[]; defaultListing: T; renderListing: (item: T) => JSX.Element; })
client/Library/Manager/SelectedItemsView.tsx:6
Function
SelectedItemsViewForActiveTab
({ selection, activeTab }: { selection: Selection<Listing<any>>; activeTab: LibraryType; })
client/Library/Manager/SelectedItemsViewForActiveTab.tsx:15
Function
SettingsPane
(props: SettingsPaneProps)
client/Settings/components/SettingsPane.tsx:39
Function
SortableList
(props: { api: FormApi; listType: string; makeComponent: makeSortableComponent; makeNew: () => any; })
client/StatBlockEditor/components/SortableList.tsx:14
Function
SortableListInner
(props: { api: FormApi; arrayHelpers: ArrayHelpers; listType: string; makeComponent: makeSortableCompo
client/StatBlockEditor/components/SortableList.tsx:29
Function
SourceIndicator
(props: { origin: ListingOrigin; source?: string })
client/Library/Manager/LibraryManagerRow.tsx:61
Function
SpellDetails
(props: { Spell: Spell; isLoading?: boolean })
client/Library/Components/SpellDetails.tsx:19
Function
SpellEditor
(props: SpellEditorProps)
client/StatBlockEditor/SpellEditor.tsx:16
Function
SpellPromptComponent
(props: { spellListing: Listing<Spell>; })
client/Prompts/SpellPrompt.tsx:21
Function
SpentReactionIndicator
()
client/PlayerView/components/SpentReactionIndicator.tsx:4
Function
StandardEditor
()
client/StatBlockEditor/SpellEditor.tsx:98
Function
StandardPromptLayout
(props: Props)
client/Prompts/StandardPromptLayout.tsx:12
Function
StatBlockComponent
(props: StatBlockProps)
client/Components/StatBlock.tsx:21
Function
StatBlockComponentNoError
(props: StatBlockProps)
client/Components/StatBlock.tsx:39
Function
StatBlockCustomFields
()
client/Settings/components/StatBlockCustomFields.tsx:8
Method
String
()
client/Rules/RollResult.ts:13
Function
SubmitButton
( props: ButtonProps & { submitIntent?: [string, any] } )
client/Components/Button.tsx:62
Function
Tabs
(props: { optionNamesById: Record<TKey, string>; selected?: TKey | string; onChoose: (option: TKey) => v
client/Components/Tabs.tsx:3
Function
Tag
(props: { combatantId: string; tag: TagState })
client/InitiativeList/Tags.tsx:22
Function
TagDetails
(props: { tag: Tag })
client/Combatant/CombatantDetails.tsx:94
Function
Tags
(props: { tags: TagState[]; combatantId: string })
client/InitiativeList/Tags.tsx:8
Function
TextField
(props: { label: string; fieldName: string })
client/StatBlockEditor/components/TextField.tsx:4
Function
ThreeColumnLayout
(props: { tracker: TrackerViewModel })
client/Layout/ThreeColumnLayout.tsx:12
Function
Toolbar
(props: ToolbarProps)
client/Commands/Toolbar.tsx:12
Function
ToolbarHost
(props: { tracker: TrackerViewModel })
client/Layout/ToolbarHost.tsx:7
Method
Total
()
client/Rules/RollResult.ts:10
Function
TurnTimerReadout
(props: { observableReadout: KnockoutObservable<string>; })
client/CombatFooter/CombatFooter.tsx:83
Function
Tutorial
(props: { onClose: () => void })
client/Tutorial/Tutorial.tsx:10
Method
UpdateEncounter
(id: string, newState: any)
server/RedisPlayerViewManager.ts:33
Method
UpdateEncounter
(id: string, newState: any)
server/InMemoryPlayerViewManager.ts:23
Function
UpdateNotesPromptComponent
()
client/Prompts/UpdateNotesPrompt.tsx:9
Method
UpdateSettings
( encounterId: string, updatedSettings: PlayerViewSettings )
client/PlayerView/PlayerViewClient.ts:34
Method
UpdateSettings
(id: string, newSettings: any)
server/RedisPlayerViewManager.ts:41
Method
UpdateSettings
(id: string, newSettings: any)
server/InMemoryPlayerViewManager.ts:28
Function
ValueAndNotesField
(props: { label: string; fieldName: string; })
client/StatBlockEditor/components/StatBlockEditorFields.tsx:13
Function
VerticalResizer
(props: { adjustWidth: (widthOffset: number) => void; })
client/Layout/VerticalResizer.tsx:4
Function
abilityScoreField
(abilityName: string)
client/StatBlockEditor/components/StatBlockEditorFields.tsx:60
Method
componentDidCatch
(error: Error, errorInfo: React.ErrorInfo)
client/Components/ErrorBoundary.tsx:28
Method
componentDidCatch
(error, info)
client/StatBlockEditor/StatBlockEditor.tsx:57
Method
componentDidMount
()
client/PlayerView/components/CombatFooter.tsx:39
Method
componentDidMount
()
client/Components/Overlay.tsx:46
Method
componentDidMount
()
client/Prompts/PendingPrompts.tsx:44
Method
componentDidMount
()
client/StatBlockEditor/components/AutocompleteTextInput.tsx:15
Method
componentDidUpdate
(prevProps: PlayerViewState)
client/PlayerView/components/PlayerView.tsx:153
Method
componentDidUpdate
(prevProps: CombatFooterProps)
client/PlayerView/components/CombatFooter.tsx:35
← previous
next →
401–500 of 602, ranked by callers