Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Feature/UI overhaul #1766

Merged
merged 13 commits into from
Apr 18, 2021
Merged
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Prev Previous commit
Next Next commit
replace UI!
ozkatz committed Apr 16, 2021

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
commit 3f24ee68d96fb9be447cac22b9887d31a6f6478b
2 changes: 1 addition & 1 deletion Makefile
Original file line number Diff line number Diff line change
@@ -33,7 +33,7 @@ GO_TEST_MODULES=$(shell $(GOCMD) list ./... | grep -v 'lakefs/pkg/api/gen/')
LAKEFS_BINARY_NAME=lakefs
LAKECTL_BINARY_NAME=lakectl

UI_DIR=webui
UI_DIR=ui
UI_BUILD_DIR=$(UI_DIR)/build

DOCKER_IMAGE=lakefs
4 changes: 2 additions & 2 deletions ui/src/lib/components/repository/layout.js
Original file line number Diff line number Diff line change
@@ -9,8 +9,8 @@ import {Link} from "../nav";

const RepoNav = () => {
const { repo } = useRefs();
const repoId = (!!repo) ? repo.id : '';

const repoId = (!!repo) ? repo.id : '#';
return (
<Breadcrumb>
<Link href={{pathname: '/repositories'}} component={Breadcrumb.Item}>
23 changes: 0 additions & 23 deletions webui/.gitignore

This file was deleted.

68 changes: 0 additions & 68 deletions webui/README.md

This file was deleted.

Loading