diff --git a/docs/elementIds.md b/docs/elementIds.md index 28bab2b..034daa3 100644 --- a/docs/elementIds.md +++ b/docs/elementIds.md @@ -35,10 +35,6 @@ | `#latest_version` | News tabs for latest version button | | `#newsContent` | Content section of news container | | `#newsCommitsTable` | Commits table of news section | -| `#mewsCommitsAuthor` | Commit author of commit | -| `#newsCommitsCommitMessage` | Commit message of commit | -| `#dividerContainer` | Container for divider line | -| `#dividerLine` | Divider line | | `#downloadMenuContainerGCStable` | Grasscutter stable update container | | `#downloadMenuLabelGCStable` | Label for stable update button | | `#downloadMenuButtonGCStable` | Button container for stable update button | @@ -95,35 +91,4 @@ | `#menuOptionsSelectMenuLang` | Language select menu | | `#DownloadProgress` | Download progress container | | `#bottomSectionContainer` | Bottom section container | -| `#miniDownloadContainer` | Container for mini download | -| `#commonBigButtonContent` | Content of big button component | -| `#commonCheckboxContainer` | Container of common Checkbox component | -| `#commonCheckboxLabel` | Label of common checkbox | -| `#commonCheckboxDisplay` | is checked? section of common checkbox | -| `#commonDirInputContainer` | Container of DirInput component | -| `#commonDirInputText` | Text of DirInput component | -| `#commonDirInputFileSelContainer` | DirInput file selector container | -| `#commonDirInputFileSelIcon` | DirInput file selector icon | -| `#commonDownloadSectionContainer` | DownloadSection component container | -| `#commonDownloadSectionTitle` | Title of download section | -| `#commonDownloadSectionPath` | Path of the download section | -| `#commonDownloadSectionSize` | File size of download section's file | -| `#commonDownloadSectionProgress` | Progressbar of the download section | -| `#commonHelpButtonContainer` | Container for HelpButtons | -| `#commonHelpButtonClosed` | HelpButton closed content container | -| `#commonHelpButtonIcon` | HelpButton icon | -| `#commonHelpButtonContainerOpen` | Container of opened HelpButton | -| `#commonMainProgressContainer` | MainProgressBar container | -| `#commonMainProgress` | Container for inner content of MainProgressBar | -| `#commonMainProgressInner` | MainProgressBar inner | -| `#commonMainProgressText` | Text of MainProgressBar | -| `#commonProgressBarContainer` | ProgressBar container | -| `#commonProgressBar` | ProgressBar container before content | -| `#commonProgressBarContent` | ProgressBar content | -| `#commonProgressbarDownContrContainer` | Container for ProgressBar controls | -| `#commonProgressBarDownStopContainer` | Container for download stop | -| `#commonProgressBarDownStopIcon` | Download stop icon (SVG) | -| `#commonProgressBarText` | Text describing the progress bar's job | -| `#commonTextInputContainer` | Container of TextInput component | -| `#commonTextInputClearableContainer` | Container if TextInput is clearable | -| `#commonTextInputClearableIcon` | TextInput clearable icon (SVG) | \ No newline at end of file +| `#miniDownloadContainer` | Container for mini download | \ No newline at end of file diff --git a/src/ui/components/common/BigButton.tsx b/src/ui/components/common/BigButton.tsx index fdc5690..997e773 100644 --- a/src/ui/components/common/BigButton.tsx +++ b/src/ui/components/common/BigButton.tsx @@ -38,7 +38,7 @@ export default class BigButton extends React.Component { render() { return (
-
{this.props.children}
+
{this.props.children}
) } diff --git a/src/ui/components/common/Checkbox.tsx b/src/ui/components/common/Checkbox.tsx index 517f269..1d591ad 100644 --- a/src/ui/components/common/Checkbox.tsx +++ b/src/ui/components/common/Checkbox.tsx @@ -40,10 +40,10 @@ export default class Checkbox extends React.Component { render() { return ( -
+