-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
feat: arema main portal and video indexing (#64)
* feat: added some field hints #56 * feat: upload multiple files #56 * feat: markdown edition support #56 * feat: building fields added #56 * feat: fire classes #56 * fix: building material can have multiple types * feat: clust results in frontend * feat: entity page added to frontend (wip) * feat: entity page added to frontend (wip) * feat: search page state in store (wip) * feat: fire properties have low/high and input suggestions * feat: markdown guide link * feat: use search service to retrieve document from éain portal * feat: FTKG font applied * feat: physical characteristics * feat: search panel, hash path * feat: index page style * feat: relations are indexed * feat: added building relation with tc via be * feat: document images carousel * feat: display images * feat: file can be a url, youtube/vimeo videos handled in a player * fix: ensure taxos before getting tags labels * feat: search link added in doc page * feat: select all terms if none are selected, otherwise clear selections * feat: term btns are smaller than voc ones * fix: taxo labels typo * fix: fire norms * feat: prepare frontend for it lang * feat: map's list is scrollable * feat: styling * chore: tr * chore: close drawer on route update * feat: videos indexed and displayed in a search interface #63 * fix: videos page title * feat: extract viedo links from markdown text #63 * fix: text input model type
- Loading branch information
Showing
75 changed files
with
4,801 additions
and
1,513 deletions.
There are no files selected for viewing
This file contains 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
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,4 +1,13 @@ | ||
{ | ||
"singleQuote": true, | ||
"semi": true | ||
"semi": true, | ||
"printWidth": 120, | ||
"overrides": [ | ||
{ | ||
"files": "src/i18n/**/index.js", | ||
"options": { | ||
"printWidth": 10000 | ||
} | ||
} | ||
] | ||
} |
Large diffs are not rendered by default.
Oops, something went wrong.
This file contains 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
This file contains 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
This file contains 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
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,5 @@ | ||
{ | ||
"@quasar/qmarkdown": { | ||
"import_md": true | ||
} | ||
} |
This file contains 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
Oops, something went wrong.