Skip to content

Commit

Permalink
Finish "Made with Dioxus", add "Our projects", etc., refactor code (#3)
Browse files Browse the repository at this point in the history
* Finish "Made with Dioxus", add "Our projects", refactor code

* Fix project card flexbox styling

* Remove top padding from main content. Huge gap

* Swap routes

Co-authored-by: Marc Espín <[email protected]>

* Fixed two cols on project *grid* (renamed from flexbox)

* Add `OUR_PROJECTS` const, remove reqwest and serde, add categories to projects

* Double side padding on project grid (48)

* Make it responsive

* Fix width

* Fix navigation on mobile

* Improve navigation layout on mobile

* Use full rounded in navigation on medium screens

* Add 404 route and remove made with dioxus (it will be in the offical site)

Also fix some warnings

* Add instructions how to add your project to the organization in the "our project" page

* Add active link class

* Add star count at runtime

* Add error reporting to fetching stars

* Fix clippy

* Add underline on dioxus discord link

* Add project status (Stable/Experimental)

* Remove star content layout shift

* Add dioxus-charts and "beta" project stats

Also updated deps and changed some of the project descriptions

---------

Co-authored-by: Marc Espín <[email protected]>
  • Loading branch information
tigerros and marc2332 authored Nov 30, 2023
1 parent 0d9d874 commit 7ace2f2
Show file tree
Hide file tree
Showing 26 changed files with 1,160 additions and 817 deletions.
10 changes: 9 additions & 1 deletion .github/workflows/gh-pages.yml
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
name: github pages
name: GitHub Pages

on:
push:
Expand Down Expand Up @@ -26,6 +26,14 @@ jobs:
- uses: cargo-bins/cargo-binstall@main
- uses: Swatinem/rust-cache@v1

- name: Setup Node
uses: actions/[email protected]
with:
cache: 'npm'

- name: NPM install
run: npm install -D tailwindcss

- name: Install CLI
run: cargo binstall --no-confirm dioxus-cli --locked --force

Expand Down
4 changes: 3 additions & 1 deletion .gitignore
Original file line number Diff line number Diff line change
@@ -1,3 +1,5 @@
target/
**/*.rs.bk
dist/
dist/
.idea
.vscode
Loading

0 comments on commit 7ace2f2

Please sign in to comment.