Skip to content

Commit

Permalink
Update JS assets, allow local atomic ontologies #604
Browse files Browse the repository at this point in the history
  • Loading branch information
joepio committed Mar 3, 2023
1 parent d273724 commit 27dfd72
Show file tree
Hide file tree
Showing 9 changed files with 135 additions and 123 deletions.
1 change: 1 addition & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -19,6 +19,7 @@ See [STATUS.md](server/STATUS.md) to learn more about which features will remain
- Add `POST` + `body` support for Endpoints #592
- Refactor `Endpoint` handlers, uses a Context now #592
- Re-build store + invite when adjusting server url #607
- Use local atomic-server for properties and classes, improves atomic-server #604

## [v0.34.1] - 2023-02-11

Expand Down
2 changes: 1 addition & 1 deletion lib/src/populate.rs
Original file line number Diff line number Diff line change
Expand Up @@ -210,7 +210,7 @@ pub fn populate_default_store(store: &impl Storelike) -> AtomicResult<()> {
Ok(())
}

/// Generates some nice collections for classes, such as `/agent` and `/collection`.
/// Generates collections for classes, such as `/agent` and `/collection`.
/// Requires a `self_url` to be set in the store.
pub fn populate_collections(store: &impl Storelike) -> AtomicResult<()> {
let mut query = Query::new_class(urls::CLASS);
Expand Down
238 changes: 119 additions & 119 deletions server/app_assets/assets/index.js

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion server/app_assets/assets/index.js.map

Large diffs are not rendered by default.

1 change: 1 addition & 0 deletions server/app_assets/assets/index2.css

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

Loading

0 comments on commit 27dfd72

Please sign in to comment.