mirror of
https://github.com/atuinsh/atuin.git
synced 2025-02-26 23:31:52 +01:00
chore: update email, gitignore, tweak ui (#2094)
This commit is contained in:
parent
d7f77ebfe1
commit
eb4a5ab4cd
@ -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
1
ui/.gitignore
vendored
@ -1,5 +1,6 @@
|
||||
# Logs
|
||||
logs
|
||||
bundle
|
||||
*.log
|
||||
npm-debug.log*
|
||||
yarn-debug.log*
|
||||
|
2
ui/backend/rust-toolchain.toml
Normal file
2
ui/backend/rust-toolchain.toml
Normal file
@ -0,0 +1,2 @@
|
||||
[toolchain]
|
||||
channel = "1.77"
|
@ -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
|
||||
|
@ -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"
|
||||
|
Loading…
Reference in New Issue
Block a user