1
1
mirror of https://github.com/ellie/atuin.git synced 2024-09-11 21:18:22 +03:00

chore: update email, gitignore, tweak ui (#2094)

This commit is contained in:
Ellie Huxtable 2024-06-06 15:03:43 +01:00 committed by GitHub
parent d7f77ebfe1
commit eb4a5ab4cd
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
5 changed files with 6 additions and 3 deletions

View File

@ -27,7 +27,7 @@ static HELP_TEMPLATE: &str = "\
/// Magical shell history
#[derive(Parser)]
#[command(
author = "Ellie Huxtable <e@elm.sh>",
author = "Ellie Huxtable <ellie@atuin.sh>",
version = VERSION,
help_template(HELP_TEMPLATE),
)]

1
ui/.gitignore vendored
View File

@ -1,5 +1,6 @@
# Logs
logs
bundle
*.log
npm-debug.log*
yarn-debug.log*

View File

@ -0,0 +1,2 @@
[toolchain]
channel = "1.77"

View File

@ -68,7 +68,7 @@ function Tabs({ current, setCurrent }: TabsProps) {
return (
<div>
<div className="mt-4">
<div>
<nav className="flex space-x-4" aria-label="Tabs">
{tabs.map((tab) => (
<button

View File

@ -22,7 +22,7 @@ function Header() {
trigger={
<button
type="button"
className="inline-flex border-2 items-center hover:shadow-xl rounded-md px-2 py-2 text-sm font-semibold shadow-sm"
className="inline-flex border-2 items-center hover:shadow-xl rounded-md text-sm font-semibold shadow-sm"
>
<svg
xmlns="http://www.w3.org/2000/svg"