daml/.prettierignore
Stefano Baghino a49c321902
Add party identifier autocompletion to Navigator (#12923)
Fixes #12789

Adds a new query endpoint to Navigator's GraphQL backend that
lists all the parties registered by Navigator. The parties are
filtered on the server based on a query from the frontend and
served back. The frontend uses this to provide suggestion and
autocompletion features whenever a party identifier input is
required.

changelog_begin
[Navigator] Whenever you have to input a party identifier you
are now offered suggestions and the possibility to
autocomplete. See #12789.
changelog_end
2022-02-14 20:55:46 +00:00

27 lines
624 B
Plaintext

# Autogenerated json files, which are not intended to be read by humans (and which shouldn't be formatted either).
maven_install.json
maven_install_2.13.json
ghcide_snapshot.json
stackage_snapshot_windows.json
stackage_snapshot.json
dev-env/windows/manifests/*.json
# The html files in the docs have content that needs to stay the same and reformatting them breaks it.
docs/**/*.html
docs/theme
# Usual stuff
node_modules
# ignore bazel
.bazel-cache
bazel_tools
bazel-bin
bazel-daml
bazel-out
bazel-testlogs
# ignore generated code
navigator/frontend/src/api/Queries.ts
navigator/frontend/src/ui-core/src/api/Queries.ts