mirror of
https://github.com/ankitects/anki.git
synced 2025-11-24 21:47:13 -05:00
* Update TrueRetention.svelte adding description * Update statistics.ftl to add additional info * Swap TR with DR * Change string to 'Is expected to' * Add help modal to TR table * Add tooltip slot to Graph.svelte (thanks @Luc-Mcgrady) * Fix lint warning and failing test * Remove unused code * removedd on:mount to make eslint happy * ADD back on:mount * ADD back code needed for on:mount * REMOVE openHelpModal() as I couldn't figure out how to make the title clickable * attempt to ADD clickable title (BROKEN\!) * Update ts/lib/components/TitledContainer.svelte Co-authored-by: Luc Mcgrady <lucmcgrady@gmail.com> * Update ts/routes/graphs/Graph.svelte Co-authored-by: Luc Mcgrady <lucmcgrady@gmail.com> * Update ts/routes/graphs/TrueRetention.svelte Co-authored-by: Luc Mcgrady <lucmcgrady@gmail.com> * ADD exported onTitleClick as @Luc-Mcgrady suggested * REMOVE vite.config.ts file --------- Co-authored-by: Luc Mcgrady <lucmcgrady@gmail.com> |
||
|---|---|---|
| .. | ||
| Absolute.svelte | ||
| BackendProgressIndicator.svelte | ||
| Badge.svelte | ||
| ButtonGroup.svelte | ||
| ButtonGroupItem.svelte | ||
| ButtonToolbar.svelte | ||
| CheckBox.svelte | ||
| Col.svelte | ||
| Collapsible.svelte | ||
| ConfigInput.svelte | ||
| Container.svelte | ||
| context-keys.ts | ||
| DropdownDivider.svelte | ||
| DropdownItem.svelte | ||
| DynamicallySlottable.svelte | ||
| EnumSelector.svelte | ||
| EnumSelectorRow.svelte | ||
| ErrorPage.svelte | ||
| FloatingArrow.svelte | ||
| helpers.ts | ||
| HelpModal.svelte | ||
| HelpSection.svelte | ||
| Icon.svelte | ||
| IconButton.svelte | ||
| IconConstrain.svelte | ||
| icons.ts | ||
| Item.svelte | ||
| Label.svelte | ||
| LabelButton.svelte | ||
| Popover.svelte | ||
| Portal.svelte | ||
| RenderChildren.svelte | ||
| resizable.ts | ||
| RevertButton.svelte | ||
| Row.svelte | ||
| ScrollArea.svelte | ||
| Select.svelte | ||
| SelectOption.svelte | ||
| SettingTitle.svelte | ||
| Shortcut.svelte | ||
| Spacer.svelte | ||
| SpinBox.svelte | ||
| StickyContainer.svelte | ||
| Switch.svelte | ||
| SwitchRow.svelte | ||
| TitledContainer.svelte | ||
| types.ts | ||
| VirtualTable.svelte | ||
| WithContext.svelte | ||
| WithFloating.svelte | ||
| WithOverlay.svelte | ||
| WithState.svelte | ||
| WithTooltip.svelte | ||