mirror of
https://github.com/atuinsh/atuin.git
synced 2025-06-25 04:11:53 +02: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
|
/// Magical shell history
|
||||||
#[derive(Parser)]
|
#[derive(Parser)]
|
||||||
#[command(
|
#[command(
|
||||||
author = "Ellie Huxtable <e@elm.sh>",
|
author = "Ellie Huxtable <ellie@atuin.sh>",
|
||||||
version = VERSION,
|
version = VERSION,
|
||||||
help_template(HELP_TEMPLATE),
|
help_template(HELP_TEMPLATE),
|
||||||
)]
|
)]
|
||||||
|
1
ui/.gitignore
vendored
1
ui/.gitignore
vendored
@ -1,5 +1,6 @@
|
|||||||
# Logs
|
# Logs
|
||||||
logs
|
logs
|
||||||
|
bundle
|
||||||
*.log
|
*.log
|
||||||
npm-debug.log*
|
npm-debug.log*
|
||||||
yarn-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 (
|
return (
|
||||||
<div>
|
<div>
|
||||||
<div className="mt-4">
|
<div>
|
||||||
<nav className="flex space-x-4" aria-label="Tabs">
|
<nav className="flex space-x-4" aria-label="Tabs">
|
||||||
{tabs.map((tab) => (
|
{tabs.map((tab) => (
|
||||||
<button
|
<button
|
||||||
|
@ -22,7 +22,7 @@ function Header() {
|
|||||||
trigger={
|
trigger={
|
||||||
<button
|
<button
|
||||||
type="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
|
<svg
|
||||||
xmlns="http://www.w3.org/2000/svg"
|
xmlns="http://www.w3.org/2000/svg"
|
||||||
|
Loading…
x
Reference in New Issue
Block a user