Skip to content

Commit

Permalink
Merge pull request #11 from cletqui/dev
Browse files Browse the repository at this point in the history
v0.8.0 - Dev
  • Loading branch information
cletqui committed Jul 15, 2024
2 parents a7f43ca + 301e762 commit 7189764
Show file tree
Hide file tree
Showing 36 changed files with 1,093 additions and 673 deletions.
2 changes: 1 addition & 1 deletion LICENSE
Original file line number Diff line number Diff line change
Expand Up @@ -18,4 +18,4 @@ FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE
SOFTWARE.
SOFTWARE.
6 changes: 3 additions & 3 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ This project is an adaptation of the [Petit Tube](https://en.wikipedia.org/wiki/
- [Table of Contents πŸ“‹](#table-of-contents-)
- [Features ✨](#features-)
- [How It Works πŸ”](#how-it-works-)
- [Endpoints](#endpoints)
- [Endpoints πŸ“‘](#endpoints-)
- [Main Page](#main-page)
- [Custom API](#custom-api)
- [Getting Started πŸš€](#getting-started-)
Expand Down Expand Up @@ -52,7 +52,7 @@ PetitHub uses the Octokit package to interact with the GitHub API. It browses th

PetitHub is built with [Hono](https://hono.dev/) over a Vite server for a fast user and easy developer experience. It fully integrates most of the features from Hono.

## Endpoints
## Endpoints πŸ“‘

### Main Page

Expand Down Expand Up @@ -172,7 +172,7 @@ Happy exploring! 🌟
- [x] change the document title dynamically (with nested `Suspense`)
- [x] use nested renderer to render multiple components
- [x] use `useRequestContext` to have conditional render
- [ ] implement Swagger with API
- [x] implement Swagger with API
- [x] add profile name + icon when connected + fix UI
- [x] add possibility to logout
- [ ] allow starring repo when connected
Expand Down
Loading

0 comments on commit 7189764

Please sign in to comment.