Polle Pas
Polle Pas
PR Checklist: - [x] Link to related issues: closes #723, closes #840, closes #837, closes #831, closes #830 - [x] Add changelog entry linking to issue, describe API changes -...
When making a new resource that has a property that links to a file, you need to upload a file beforehand since you can't create a new one like you...
Using Atomics full text search feature with @tomic/lib could be better. Currently it's not very straightforward ```ts const subject = buildSearchSubject( serverUrl, query, ); const searchResource = await this.store.fetchResourceFromServer(subject, {...
@tomic/cli maps properties with a datatype of Timestamp to a string, this should be a number. Should be a simple change in `DatatypeToTSTypeMap.ts`
When a class has a property with a classtype of file it might be confusing when a user is filling out the classes form. If the user has not yet...
When you add a resource to the ontologies list that is not an ontology the cli crashes because it cant read properties or classes (this will likely also happen when...
It should probably create the folder if it does not exist yet
Currently display style is saved on the folder resource. This has some implications: 1) Everyone will have the same view and it will switch for everyone when someone changes the...
The SWC React vite plugin has some nasty constraints on what we can do in our code. [Read more here](https://github.com/vitejs/vite-plugin-react-swc?tab=readme-ov-file#consistent-components-exports) Lots of our component files export things other than components....
## Problem: After a change in how new resources are created in databrowser it always prefers using a name or shortname when it has one while generating a subject instead...