FazBrowse GitHub Viewer | Trending |
URL:
| Home
Tools: [Download Repo ZIP]   [Original HTTPS Page]

Add tabs & table by levkk · Pull Request #982 · postgresml/postgresml · GitHub

Add tabs & table - #982

Merged
levkk merged 4 commits into
masterfrom
levkk-manage-components
Sep 5, 2023
Merged

Add tabs & table#982
levkk merged 4 commits into
masterfrom
levkk-manage-components

Conversation

levkk commented Sep 5, 2023
edited
Loading

Copy link
Copy Markdown
Contributor

Table

Tabs

levkk requested a review from chillenberger September 5, 2023 22:26
Comment thread pgml-dashboard/build.rs

fn main() {
println!("cargo:rerun-if-changed=migrations");
println!("cargo:rerun-if-changed=src");

levkk Sep 5, 2023
edited
Loading

Copy link
Copy Markdown
Contributor Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Choose a reason Spam Abuse Off Topic Outdated Duplicate Resolved Low Quality

@chillenberger This rebuilt the app every time we changed css which was kinda slow. Instead, I'm running:

cargo watch \
 --exec 'pgml-components bundle' \
 --watch src/  \
--watch static/  \
--ignore bundle.*.*

in a separate terminal.

levkk merged commit 7750ed2 into master Sep 5, 2023
levkk deleted the levkk-manage-components branch September 5, 2023 22:36
SilasMarvin pushed a commit that referenced this pull request Oct 5, 2023
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters. Learn more about bidirectional Unicode characters
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant


Back | FazBrowse Home | New Git URL