Skip to content

Commit fa68eae

Browse files
authored
Fix ABS importer (#649)
* feat(frontend): event for adding to collection * feat(frontend): emit new collection event * refactor(frontend): move component to correct module * build(backend): bump version * build(frontend): upgrade dependencies * feat(frontend): upgrade to conform v1 * build(frontend): upgrade `isbot` dep * fix(frontend): remove obsolete script * build(frontend): upgrade dependencies * chore(frontend): apply linter * chore(frontend): follow new linter warnings * docs: specify correct path to put config files * refactor(database): do not nest migrations into separate module * Revert "refactor(database): do not nest migrations into separate module" This reverts commit a112523. * feat(database): add empty module for definitions * refactor(database): move enum definitions out * feat(backend): add migration for adding `is_demo` to user * feat(backend): add `is_demo` field to models * perf(frontend): load some details parallely * feat(frontend): inject umami script if not demo * feat(frontend): return correct scripts * refactor(backend): do not import functions * feat(frontend): inject umami script to dashboard layout * chore(frontend): remove useless script * refactor(frontend): move declaration to file * fix(frontend): emit event correctly * feat(backend): store the actual rest time for in between sets * fix(frontend): add correct conditional * build(backend): bump version
1 parent b487ca0 commit fa68eae

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

43 files changed

+1248
-1207
lines changed

Cargo.lock

+61-59
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

Cargo.toml

+1-1
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ resolver = "2"
44

55
[workspace.dependencies]
66
anyhow = "1.0.79"
7-
async-graphql = { version = "7.0.1", features = [
7+
async-graphql = { version = "7.0.2", features = [
88
"chrono",
99
"decimal",
1010
"log",

0 commit comments

Comments
 (0)