Skip to content

Commit

Permalink
[sea-orm-pro] SeaORM Pro Architecture
Browse files Browse the repository at this point in the history
  • Loading branch information
billy1624 committed Jan 8, 2025
1 parent 3778884 commit 9dbfa17
Show file tree
Hide file tree
Showing 3 changed files with 17 additions and 0 deletions.
2 changes: 2 additions & 0 deletions sea-orm-pro/docs/01-introduction/01-sea-orm-pro.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,8 @@ SeaORM Pro is an admin panel solution ...

## Architecture

<img src="/sea-orm-pro/img/SeaORM Pro Architecture.png" className="dark-mode" />

The tech stack is **RRLS** (pronounced release!): React, Rust, Loco, SeaQL. These four technologies form a full-stack solution for building data-centric applications.

+ Frontend: Ant Design React
Expand Down
15 changes: 15 additions & 0 deletions sea-orm-pro/src/css/custom.css
Original file line number Diff line number Diff line change
Expand Up @@ -86,3 +86,18 @@ div[class^=announcementBar_] {
code span.token.table {
display:inline;
}

html[data-theme='dark'] canvas.chart-js,
html[data-theme='dark'] .badge-dark-mode,
html[data-theme='dark'] img.dark-mode
{
filter: invert(1) hue-rotate(180deg);
}

[data-theme='light'] img[src$='dark'],
[data-theme='dark'] img[src$='light'],
[data-theme='light'] video[data-theme='dark'],
[data-theme='dark'] video[data-theme='light']
{
display: none;
}
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.

0 comments on commit 9dbfa17

Please sign in to comment.