Skip to content

Commit

Permalink
chore: small ui changes
Browse files Browse the repository at this point in the history
  • Loading branch information
jbrodriguez committed Jan 9, 2024
1 parent 7c4c1e3 commit 63947db
Show file tree
Hide file tree
Showing 2 changed files with 13 additions and 8 deletions.
17 changes: 11 additions & 6 deletions ui/src/flows/settings/flags.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -31,14 +31,19 @@ export const Flags: React.FunctionComponent = () => {
<span className="text-lime-600 dark:text-lime-700">unbalanced</span>{' '}
uses rsync to transfer files across disks. <br />
By default, rsync is invoked with{' '}
<span className="font-bold">-avPRX</span> flags. Note that the{' '}
<span className="font-bold">X</span> flag is customizable, so you can
remove it if needed. <br />
<span className="font-bold text-blue-900 dark:text-blue-600">
-avPRX
</span>{' '}
flags. Note that the{' '}
<span className="font-bold text-blue-900 dark:text-blue-600">X</span>{' '}
flag is customizable, so you can remove it if needed. <br />
You can add custom flags, except for the dry run flag which will be
automatically added, if needed. <br />
Be careful with the flags you choose, since it can drastically alter the
expected behaviour of rsync under{' '}
<span className="text-lime-600 dark:text-lime-700">unbalanced</span>.
<span className="text-red-900 dark:text-red-700 font-bold">
NOTE: These settings are meant to be changed by advanced users only.
No validation is currently performed on the flags you manually enter
here, so you need to know what you're doing before changing them.
</span>
</h1>
<div className="pb-4" />

Expand Down
4 changes: 2 additions & 2 deletions ui/src/flows/settings/settings.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -80,8 +80,8 @@ export const Settings: React.FunctionComponent = () => {
</span>
</div>
<p className="mb-3 text-sm">
Donate to the support fund to encourage continuous development and
receive heartfelt thanks from the developer ! 😀 🙌
Donate to encourage continuous development and receive heartfelt
thanks from the developer ! 😀 🙌
</p>
<a
className="text-sm text-blue-800 underline font-medium hover:text-blue-900 dark:text-blue-400 dark:hover:text-blue-300"
Expand Down

0 comments on commit 63947db

Please sign in to comment.