diff --git a/README.md b/README.md index 09116bf..dc5c331 100644 --- a/README.md +++ b/README.md @@ -73,14 +73,9 @@ npm run dev ## Contributing -Guidelines for contributing to the project. - -1. Fork the repository. -2. Create a new branch (`git checkout -b feature-branch`). -3. Make your changes. -4. Commit your changes (`git commit -m 'Add some feature'`). -5. Push to the branch (`git push origin feature-branch`). -6. Open a pull request. +This app uses [@lakekeeper/console-components](https://github.com/lakekeeper/console-components) as its shared component library. For the full contributing guide — including local development setup, linking the library, and starting the backend — see: + +**[console-components/CONTRIBUTING.md](https://github.com/lakekeeper/console-components/blob/main/CONTRIBUTING.md)** ## License diff --git a/package-lock.json b/package-lock.json index bfa0720..f2dbf3d 100644 --- a/package-lock.json +++ b/package-lock.json @@ -8,7 +8,7 @@ "name": "catalog", "version": "0.10.3", "dependencies": { - "@lakekeeper/console-components": "github:lakekeeper/console-components#v0.2.31", + "@lakekeeper/console-components": "github:lakekeeper/console-components#v0.3.0", "@mdi/font": "7.4.47", "json-bigint": "^1.0.0", "oidc-client-ts": "^3.3.0", @@ -972,8 +972,8 @@ "license": "MIT" }, "node_modules/@lakekeeper/console-components": { - "version": "0.2.31", - "resolved": "git+ssh://git@github.com/lakekeeper/console-components.git#c15a6d0347c2131e418240afd32f84730fbdb3e0", + "version": "0.3.0", + "resolved": "git+ssh://git@github.com/lakekeeper/console-components.git#5632980b9728029cda13bd8c47c91f2c7a06d8d0", "license": "Apache-2.0", "dependencies": { "@codemirror/commands": "^6.10.0", diff --git a/package.json b/package.json index b53c661..7f0911f 100644 --- a/package.json +++ b/package.json @@ -23,7 +23,7 @@ "unlink": "npm unlink --no-save @lakekeeper/console-components 2>/dev/null; rm -rf node_modules package-lock.json && npm install" }, "dependencies": { - "@lakekeeper/console-components": "github:lakekeeper/console-components#v0.2.31", + "@lakekeeper/console-components": "github:lakekeeper/console-components#v0.3.0", "@mdi/font": "7.4.47", "json-bigint": "^1.0.0", "oidc-client-ts": "^3.3.0", diff --git a/src/components/Home.vue b/src/components/Home.vue index f6ee877..f32cc82 100644 --- a/src/components/Home.vue +++ b/src/components/Home.vue @@ -30,87 +30,72 @@ - - - - - - mdi-tag-outline - {{ version }} - - - mdi-star-outline - {{ formatCount(starCount) }} - - - mdi-source-fork - {{ formatCount(forksCount) }} - - - + + + - ⭐ us on GitHub - - - - - - - - - - mdi-warehouse - Warehouses - Manage data warehouses - - - - - - - mdi-shield-account - Roles - Configure access control + target="_blank"> + + + mdi-github + + + Star us on GitHub + Show your support + - - - - mdi-console - - LoQE - Beta + + + + + mdi-hand-heart + + + Contribute + Help build Lakekeeper - Query your data lake - + - - mdi-book-open-page-variant - Documentation - Learn how to use it + + + mdi-linkedin + + + Share on LinkedIn + Spread the word + - + + + + + + + + @@ -316,9 +301,14 @@