Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Modify viewing tables for organisations #1176

Merged
merged 53 commits into from Jul 27, 2021
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
Show all changes
53 commits
Select commit Hold shift + click to select a range
60bf9af
Initialize Organisation table with more functionalities
hoseinmirian Jul 14, 2021
2c85b23
Add updateUserOrganisation action in store
hoseinmirian Jul 14, 2021
bf0f731
Autogenerated documentation files
hoseinmirian Jul 14, 2021
813c72b
Structured OrganisationsTable properly so it reacts to different routes
hoseinmirian Jul 15, 2021
48d92b6
Complete users being able to delete organisation
hoseinmirian Jul 15, 2021
8a44c53
Merge branch 'Hossein-link-userorganisation-#1098' of https://github.…
hoseinmirian Jul 15, 2021
85e3ede
Autogenerated documentation files
hoseinmirian Jul 15, 2021
4e7cc8c
Merge branch 'dev' into Hossein-link-userorganisation-#1098
hoseinmirian Jul 15, 2021
24814e6
Autogenerated documentation files
hoseinmirian Jul 15, 2021
629f231
Complete test for OrganisationTable so far
hoseinmirian Jul 16, 2021
83dd856
Autogenerated documentation files
hoseinmirian Jul 16, 2021
7206f1c
try fixing bug with github
hoseinmirian Jul 16, 2021
6e3c5f6
Merge branch 'Hossein-link-userorganisation-#1098' of https://github.…
hoseinmirian Jul 16, 2021
c5838d4
Autogenerated documentation files
hoseinmirian Jul 16, 2021
6a4b8e7
Add await for record test
hoseinmirian Jul 16, 2021
57311b0
Merge branch 'Hossein-link-userorganisation-#1098' of https://github.…
hoseinmirian Jul 16, 2021
330892b
Autogenerated documentation files
hoseinmirian Jul 16, 2021
1a183c8
Load all organisations
hoseinmirian Jul 19, 2021
b98359c
Add proper margin for Public Profile
hoseinmirian Jul 19, 2021
00f91db
More responsiveness for profile
hoseinmirian Jul 19, 2021
020666a
Add organisations functionality
hoseinmirian Jul 19, 2021
431b76b
Autogenerated documentation files
hoseinmirian Jul 19, 2021
b76c96a
Complete test for organisationTable plus adding snackbars
hoseinmirian Jul 20, 2021
842600c
Organisations add functionality and layout completed
hoseinmirian Jul 20, 2021
5eeaeac
Merge branch 'Hossein-associating-org-users-#1154' of https://github.…
hoseinmirian Jul 20, 2021
939d745
Autogenerated documentation files
hoseinmirian Jul 20, 2021
6973ef0
Complete creating new org and test
hoseinmirian Jul 21, 2021
9c5e4c8
Merge branch 'Hossein-associating-org-users-#1154' of https://github.…
hoseinmirian Jul 21, 2021
2091842
Autogenerated documentation files
hoseinmirian Jul 21, 2021
0e98ae4
Merge pull request #1157 from FAIRsharing/Hossein-associating-org-use…
hoseinmirian Jul 21, 2021
172fb2a
Apply dev changes
hoseinmirian Jul 21, 2021
0836693
Fix codeAc
hoseinmirian Jul 21, 2021
e9cacfc
Complete the OrganisationTable task
hoseinmirian Jul 22, 2021
1a5438e
Autogenerated documentation files
hoseinmirian Jul 22, 2021
45f9998
Apply Milo's comments
hoseinmirian Jul 22, 2021
c8719ac
Complete test
hoseinmirian Jul 22, 2021
04f28f5
Delete docs
hoseinmirian Jul 22, 2021
03310a4
Update doc
hoseinmirian Jul 22, 2021
7efecfc
Autogenerated documentation files
hoseinmirian Jul 22, 2021
3fe90f7
Update EditProfile
hoseinmirian Jul 22, 2021
b53ca24
fix github test
hoseinmirian Jul 22, 2021
66a7de4
Add max-width to restrict the increasment of width due to multiple au…
hoseinmirian Jul 23, 2021
3f9db3f
Autogenerated documentation files
hoseinmirian Jul 23, 2021
045e89a
Try fixing the responsiveness issue
hoseinmirian Jul 26, 2021
ececf6c
Autogenerated documentation files
hoseinmirian Jul 26, 2021
10a6e14
Apply latest Milo's comments
hoseinmirian Jul 26, 2021
dd618d2
Merge branch 'Hossein-link-userorganisation-#1098' of https://github.…
hoseinmirian Jul 26, 2021
df82a14
Changed size of organisations table on private profile.
knirirr Jul 26, 2021
6d4c070
Viewing table for organisations added, put in private profile.
knirirr Jul 26, 2021
2d85b08
Attempted fix for 'v-slot' directive doesn't support any modifier.
knirirr Jul 26, 2021
3c6a7a9
v-slot still a problem.
knirirr Jul 26, 2021
ceb49ae
Modified .eslintrc.js due to Codacy complaints.
knirirr Jul 26, 2021
090692d
Trying to disable a specific line rather than modify .eslintrc.js.
knirirr Jul 26, 2021
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Jump to
Jump to file
Failed to load files.
Diff view
Diff view
4 changes: 2 additions & 2 deletions .eslintrc.js
Expand Up @@ -9,8 +9,8 @@ module.exports = {
"eslint:recommended"
],
rules: {
"no-console": process.env.NODE_ENV === "production" ? "error" : "off",
"no-debugger": process.env.NODE_ENV === "production" ? "error" : "off"
'no-console': process.env.NODE_ENV === "production" ? "error" : "off",
'no-debugger': process.env.NODE_ENV === "production" ? "error" : "off"
},
parser: "vue-eslint-parser",
parserOptions: {
Expand Down
2 changes: 1 addition & 1 deletion documentation/html/ExternalRESTClients.html
Expand Up @@ -414,7 +414,7 @@ <h4 class="modal-title">Search results</h4>
<span class="jsdoc-message">
Documentation generated by <a href="https://github.com/jsdoc3/jsdoc">JSDoc 3.6.7</a>

on Thu Jul 22nd 2021
on Mon Jul 26th 2021

using the <a href="https://github.com/docstrap/docstrap">DocStrap template</a>.
</span>
Expand Down
2 changes: 1 addition & 1 deletion documentation/html/GraphQLClient.html
Expand Up @@ -912,7 +912,7 @@ <h4 class="modal-title">Search results</h4>
<span class="jsdoc-message">
Documentation generated by <a href="https://github.com/jsdoc3/jsdoc">JSDoc 3.6.7</a>

on Thu Jul 22nd 2021
on Mon Jul 26th 2021

using the <a href="https://github.com/docstrap/docstrap">DocStrap template</a>.
</span>
Expand Down
2 changes: 1 addition & 1 deletion documentation/html/RESTClient.html
Expand Up @@ -7089,7 +7089,7 @@ <h4 class="modal-title">Search results</h4>
<span class="jsdoc-message">
Documentation generated by <a href="https://github.com/jsdoc3/jsdoc">JSDoc 3.6.7</a>

on Thu Jul 22nd 2021
on Mon Jul 26th 2021

using the <a href="https://github.com/docstrap/docstrap">DocStrap template</a>.
</span>
Expand Down
2 changes: 1 addition & 1 deletion documentation/html/Static.html
Expand Up @@ -391,7 +391,7 @@ <h4 class="modal-title">Search results</h4>
<span class="jsdoc-message">
Documentation generated by <a href="https://github.com/jsdoc3/jsdoc">JSDoc 3.6.7</a>

on Thu Jul 22nd 2021
on Mon Jul 26th 2021

using the <a href="https://github.com/docstrap/docstrap">DocStrap template</a>.
</span>
Expand Down
2 changes: 1 addition & 1 deletion documentation/html/classes.list.html
Expand Up @@ -233,7 +233,7 @@ <h4 class="modal-title">Search results</h4>
<span class="jsdoc-message">
Documentation generated by <a href="https://github.com/jsdoc3/jsdoc">JSDoc 3.6.7</a>

on Thu Jul 22nd 2021
on Mon Jul 26th 2021

using the <a href="https://github.com/docstrap/docstrap">DocStrap template</a>.
</span>
Expand Down
Expand Up @@ -301,7 +301,7 @@ <h4 class="modal-title">Search results</h4>
<span class="jsdoc-message">
Documentation generated by <a href="https://github.com/jsdoc3/jsdoc">JSDoc 3.6.7</a>

on Thu Jul 22nd 2021
on Mon Jul 26th 2021

using the <a href="https://github.com/docstrap/docstrap">DocStrap template</a>.
</span>
Expand Down
Expand Up @@ -311,7 +311,7 @@ <h4 class="modal-title">Search results</h4>
<span class="jsdoc-message">
Documentation generated by <a href="https://github.com/jsdoc3/jsdoc">JSDoc 3.6.7</a>

on Thu Jul 22nd 2021
on Mon Jul 26th 2021

using the <a href="https://github.com/docstrap/docstrap">DocStrap template</a>.
</span>
Expand Down
Expand Up @@ -243,7 +243,7 @@ <h4 class="modal-title">Search results</h4>
<span class="jsdoc-message">
Documentation generated by <a href="https://github.com/jsdoc3/jsdoc">JSDoc 3.6.7</a>

on Thu Jul 22nd 2021
on Mon Jul 26th 2021

using the <a href="https://github.com/docstrap/docstrap">DocStrap template</a>.
</span>
Expand Down
Expand Up @@ -250,7 +250,7 @@ <h4 class="modal-title">Search results</h4>
<span class="jsdoc-message">
Documentation generated by <a href="https://github.com/jsdoc3/jsdoc">JSDoc 3.6.7</a>

on Thu Jul 22nd 2021
on Mon Jul 26th 2021

using the <a href="https://github.com/docstrap/docstrap">DocStrap template</a>.
</span>
Expand Down
Expand Up @@ -215,7 +215,7 @@ <h4 class="modal-title">Search results</h4>
<span class="jsdoc-message">
Documentation generated by <a href="https://github.com/jsdoc3/jsdoc">JSDoc 3.6.7</a>

on Thu Jul 22nd 2021
on Mon Jul 26th 2021

using the <a href="https://github.com/docstrap/docstrap">DocStrap template</a>.
</span>
Expand Down
Expand Up @@ -314,7 +314,7 @@ <h4 class="modal-title">Search results</h4>
<span class="jsdoc-message">
Documentation generated by <a href="https://github.com/jsdoc3/jsdoc">JSDoc 3.6.7</a>

on Thu Jul 22nd 2021
on Mon Jul 26th 2021

using the <a href="https://github.com/docstrap/docstrap">DocStrap template</a>.
</span>
Expand Down
Expand Up @@ -278,7 +278,7 @@ <h4 class="modal-title">Search results</h4>
<span class="jsdoc-message">
Documentation generated by <a href="https://github.com/jsdoc3/jsdoc">JSDoc 3.6.7</a>

on Thu Jul 22nd 2021
on Mon Jul 26th 2021

using the <a href="https://github.com/docstrap/docstrap">DocStrap template</a>.
</span>
Expand Down
Expand Up @@ -280,7 +280,7 @@ <h4 class="modal-title">Search results</h4>
<span class="jsdoc-message">
Documentation generated by <a href="https://github.com/jsdoc3/jsdoc">JSDoc 3.6.7</a>

on Thu Jul 22nd 2021
on Mon Jul 26th 2021

using the <a href="https://github.com/docstrap/docstrap">DocStrap template</a>.
</span>
Expand Down
2 changes: 1 addition & 1 deletion documentation/html/global.html
Expand Up @@ -1968,7 +1968,7 @@ <h4 class="modal-title">Search results</h4>
<span class="jsdoc-message">
Documentation generated by <a href="https://github.com/jsdoc3/jsdoc">JSDoc 3.6.7</a>

on Thu Jul 22nd 2021
on Mon Jul 26th 2021

using the <a href="https://github.com/docstrap/docstrap">DocStrap template</a>.
</span>
Expand Down
2 changes: 1 addition & 1 deletion documentation/html/index.html
Expand Up @@ -176,7 +176,7 @@ <h4 class="modal-title">Search results</h4>
<span class="jsdoc-message">
Documentation generated by <a href="https://github.com/jsdoc3/jsdoc">JSDoc 3.6.7</a>

on Thu Jul 22nd 2021
on Mon Jul 26th 2021

using the <a href="https://github.com/docstrap/docstrap">DocStrap template</a>.
</span>
Expand Down
2 changes: 1 addition & 1 deletion documentation/html/lib_Client_ExternalClients.js.html
Expand Up @@ -216,7 +216,7 @@ <h4 class="modal-title">Search results</h4>
<span class="jsdoc-message">
Documentation generated by <a href="https://github.com/jsdoc3/jsdoc">JSDoc 3.6.7</a>

on Thu Jul 22nd 2021
on Mon Jul 26th 2021

using the <a href="https://github.com/docstrap/docstrap">DocStrap template</a>.
</span>
Expand Down
2 changes: 1 addition & 1 deletion documentation/html/lib_Client_RESTClient.js.html
Expand Up @@ -882,7 +882,7 @@ <h4 class="modal-title">Search results</h4>
<span class="jsdoc-message">
Documentation generated by <a href="https://github.com/jsdoc3/jsdoc">JSDoc 3.6.7</a>

on Thu Jul 22nd 2021
on Mon Jul 26th 2021

using the <a href="https://github.com/docstrap/docstrap">DocStrap template</a>.
</span>
Expand Down
2 changes: 1 addition & 1 deletion documentation/html/lib_GraphClient_GraphClient.js.html
Expand Up @@ -281,7 +281,7 @@ <h4 class="modal-title">Search results</h4>
<span class="jsdoc-message">
Documentation generated by <a href="https://github.com/jsdoc3/jsdoc">JSDoc 3.6.7</a>

on Thu Jul 22nd 2021
on Mon Jul 26th 2021

using the <a href="https://github.com/docstrap/docstrap">DocStrap template</a>.
</span>
Expand Down
2 changes: 1 addition & 1 deletion documentation/html/module-Curator.html
Expand Up @@ -228,7 +228,7 @@ <h4 class="modal-title">Search results</h4>
<span class="jsdoc-message">
Documentation generated by <a href="https://github.com/jsdoc3/jsdoc">JSDoc 3.6.7</a>

on Thu Jul 22nd 2021
on Mon Jul 26th 2021

using the <a href="https://github.com/docstrap/docstrap">DocStrap template</a>.
</span>
Expand Down
2 changes: 1 addition & 1 deletion documentation/html/module-Home.html
Expand Up @@ -220,7 +220,7 @@ <h4 class="modal-title">Search results</h4>
<span class="jsdoc-message">
Documentation generated by <a href="https://github.com/jsdoc3/jsdoc">JSDoc 3.6.7</a>

on Thu Jul 22nd 2021
on Mon Jul 26th 2021

using the <a href="https://github.com/docstrap/docstrap">DocStrap template</a>.
</span>
Expand Down
2 changes: 1 addition & 1 deletion documentation/html/module-Login.html
Expand Up @@ -220,7 +220,7 @@ <h4 class="modal-title">Search results</h4>
<span class="jsdoc-message">
Documentation generated by <a href="https://github.com/jsdoc3/jsdoc">JSDoc 3.6.7</a>

on Thu Jul 22nd 2021
on Mon Jul 26th 2021

using the <a href="https://github.com/docstrap/docstrap">DocStrap template</a>.
</span>
Expand Down
2 changes: 1 addition & 1 deletion documentation/html/module-NewRecord.html
Expand Up @@ -220,7 +220,7 @@ <h4 class="modal-title">Search results</h4>
<span class="jsdoc-message">
Documentation generated by <a href="https://github.com/jsdoc3/jsdoc">JSDoc 3.6.7</a>

on Thu Jul 22nd 2021
on Mon Jul 26th 2021

using the <a href="https://github.com/docstrap/docstrap">DocStrap template</a>.
</span>
Expand Down
2 changes: 1 addition & 1 deletion documentation/html/module-Pagination.html
Expand Up @@ -527,7 +527,7 @@ <h4 class="modal-title">Search results</h4>
<span class="jsdoc-message">
Documentation generated by <a href="https://github.com/jsdoc3/jsdoc">JSDoc 3.6.7</a>

on Thu Jul 22nd 2021
on Mon Jul 26th 2021

using the <a href="https://github.com/docstrap/docstrap">DocStrap template</a>.
</span>
Expand Down
2 changes: 1 addition & 1 deletion documentation/html/module-PublicProfile.html
Expand Up @@ -228,7 +228,7 @@ <h4 class="modal-title">Search results</h4>
<span class="jsdoc-message">
Documentation generated by <a href="https://github.com/jsdoc3/jsdoc">JSDoc 3.6.7</a>

on Thu Jul 22nd 2021
on Mon Jul 26th 2021

using the <a href="https://github.com/docstrap/docstrap">DocStrap template</a>.
</span>
Expand Down
2 changes: 1 addition & 1 deletion documentation/html/module-Signup.html
Expand Up @@ -220,7 +220,7 @@ <h4 class="modal-title">Search results</h4>
<span class="jsdoc-message">
Documentation generated by <a href="https://github.com/jsdoc3/jsdoc">JSDoc 3.6.7</a>

on Thu Jul 22nd 2021
on Mon Jul 26th 2021

using the <a href="https://github.com/docstrap/docstrap">DocStrap template</a>.
</span>
Expand Down
2 changes: 1 addition & 1 deletion documentation/html/module-User.html
Expand Up @@ -228,7 +228,7 @@ <h4 class="modal-title">Search results</h4>
<span class="jsdoc-message">
Documentation generated by <a href="https://github.com/jsdoc3/jsdoc">JSDoc 3.6.7</a>

on Thu Jul 22nd 2021
on Mon Jul 26th 2021

using the <a href="https://github.com/docstrap/docstrap">DocStrap template</a>.
</span>
Expand Down
2 changes: 1 addition & 1 deletion documentation/html/modules.list.html
Expand Up @@ -233,7 +233,7 @@ <h4 class="modal-title">Search results</h4>
<span class="jsdoc-message">
Documentation generated by <a href="https://github.com/jsdoc3/jsdoc">JSDoc 3.6.7</a>

on Thu Jul 22nd 2021
on Mon Jul 26th 2021

using the <a href="https://github.com/docstrap/docstrap">DocStrap template</a>.
</span>
Expand Down
2 changes: 1 addition & 1 deletion documentation/html/namespaces.list.html
Expand Up @@ -233,7 +233,7 @@ <h4 class="modal-title">Search results</h4>
<span class="jsdoc-message">
Documentation generated by <a href="https://github.com/jsdoc3/jsdoc">JSDoc 3.6.7</a>

on Thu Jul 22nd 2021
on Mon Jul 26th 2021

using the <a href="https://github.com/docstrap/docstrap">DocStrap template</a>.
</span>
Expand Down
2 changes: 1 addition & 1 deletion documentation/html/quicksearch.html

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion documentation/html/store_introspector.js.html
Expand Up @@ -297,7 +297,7 @@ <h4 class="modal-title">Search results</h4>
<span class="jsdoc-message">
Documentation generated by <a href="https://github.com/jsdoc3/jsdoc">JSDoc 3.6.7</a>

on Thu Jul 22nd 2021
on Mon Jul 26th 2021

using the <a href="https://github.com/docstrap/docstrap">DocStrap template</a>.
</span>
Expand Down
2 changes: 1 addition & 1 deletion documentation/html/store_recordData.js.html
Expand Up @@ -734,7 +734,7 @@ <h4 class="modal-title">Search results</h4>
<span class="jsdoc-message">
Documentation generated by <a href="https://github.com/jsdoc3/jsdoc">JSDoc 3.6.7</a>

on Thu Jul 22nd 2021
on Mon Jul 26th 2021

using the <a href="https://github.com/docstrap/docstrap">DocStrap template</a>.
</span>
Expand Down
2 changes: 1 addition & 1 deletion documentation/html/store_recordSearch.js.html
Expand Up @@ -304,7 +304,7 @@ <h4 class="modal-title">Search results</h4>
<span class="jsdoc-message">
Documentation generated by <a href="https://github.com/jsdoc3/jsdoc">JSDoc 3.6.7</a>

on Thu Jul 22nd 2021
on Mon Jul 26th 2021

using the <a href="https://github.com/docstrap/docstrap">DocStrap template</a>.
</span>
Expand Down
2 changes: 1 addition & 1 deletion documentation/html/store_searchFilters.js.html
Expand Up @@ -284,7 +284,7 @@ <h4 class="modal-title">Search results</h4>
<span class="jsdoc-message">
Documentation generated by <a href="https://github.com/jsdoc3/jsdoc">JSDoc 3.6.7</a>

on Thu Jul 22nd 2021
on Mon Jul 26th 2021

using the <a href="https://github.com/docstrap/docstrap">DocStrap template</a>.
</span>
Expand Down
2 changes: 1 addition & 1 deletion documentation/html/utils_recordTabUtils.js.html
Expand Up @@ -217,7 +217,7 @@ <h4 class="modal-title">Search results</h4>
<span class="jsdoc-message">
Documentation generated by <a href="https://github.com/jsdoc3/jsdoc">JSDoc 3.6.7</a>

on Thu Jul 22nd 2021
on Mon Jul 26th 2021

using the <a href="https://github.com/docstrap/docstrap">DocStrap template</a>.
</span>
Expand Down
2 changes: 1 addition & 1 deletion documentation/html/utils_rules.js.html
Expand Up @@ -211,7 +211,7 @@ <h4 class="modal-title">Search results</h4>
<span class="jsdoc-message">
Documentation generated by <a href="https://github.com/jsdoc3/jsdoc">JSDoc 3.6.7</a>

on Thu Jul 22nd 2021
on Mon Jul 26th 2021

using the <a href="https://github.com/docstrap/docstrap">DocStrap template</a>.
</span>
Expand Down
2 changes: 1 addition & 1 deletion documentation/html/views_CreateRecord_NewRecord.vue.html
Expand Up @@ -286,7 +286,7 @@ <h4 class="modal-title">Search results</h4>
<span class="jsdoc-message">
Documentation generated by <a href="https://github.com/jsdoc3/jsdoc">JSDoc 3.6.7</a>

on Thu Jul 22nd 2021
on Mon Jul 26th 2021

using the <a href="https://github.com/docstrap/docstrap">DocStrap template</a>.
</span>
Expand Down
2 changes: 1 addition & 1 deletion documentation/html/views_Home_Home.vue.html
Expand Up @@ -249,7 +249,7 @@ <h4 class="modal-title">Search results</h4>
<span class="jsdoc-message">
Documentation generated by <a href="https://github.com/jsdoc3/jsdoc">JSDoc 3.6.7</a>

on Thu Jul 22nd 2021
on Mon Jul 26th 2021

using the <a href="https://github.com/docstrap/docstrap">DocStrap template</a>.
</span>
Expand Down
3 changes: 1 addition & 2 deletions documentation/html/views_Records_Record.vue.html
Expand Up @@ -442,7 +442,6 @@ <h1 class="page-title">Source: views/Records/Record.vue</h1>
await this.getMenuButtons();
},
async userIsLoggedIn() {
await this.canEditRecord();
await this.canEditRecord();
await this.checkClaimStatus();
await this.getMenuButtons();
Expand Down Expand Up @@ -839,7 +838,7 @@ <h4 class="modal-title">Search results</h4>
<span class="jsdoc-message">
Documentation generated by <a href="https://github.com/jsdoc3/jsdoc">JSDoc 3.6.7</a>

on Thu Jul 22nd 2021
on Mon Jul 26th 2021

using the <a href="https://github.com/docstrap/docstrap">DocStrap template</a>.
</span>
Expand Down
2 changes: 1 addition & 1 deletion documentation/html/views_Records_Records.vue.html
Expand Up @@ -449,7 +449,7 @@ <h4 class="modal-title">Search results</h4>
<span class="jsdoc-message">
Documentation generated by <a href="https://github.com/jsdoc3/jsdoc">JSDoc 3.6.7</a>

on Thu Jul 22nd 2021
on Mon Jul 26th 2021

using the <a href="https://github.com/docstrap/docstrap">DocStrap template</a>.
</span>
Expand Down
Expand Up @@ -627,7 +627,7 @@ <h4 class="modal-title">Search results</h4>
<span class="jsdoc-message">
Documentation generated by <a href="https://github.com/jsdoc3/jsdoc">JSDoc 3.6.7</a>

on Thu Jul 22nd 2021
on Mon Jul 26th 2021

using the <a href="https://github.com/docstrap/docstrap">DocStrap template</a>.
</span>
Expand Down
2 changes: 1 addition & 1 deletion documentation/html/views_Static_Timeline_Timeline.vue.html
Expand Up @@ -154,7 +154,7 @@ <h4 class="modal-title">Search results</h4>
<span class="jsdoc-message">
Documentation generated by <a href="https://github.com/jsdoc3/jsdoc">JSDoc 3.6.7</a>

on Thu Jul 22nd 2021
on Mon Jul 26th 2021

using the <a href="https://github.com/docstrap/docstrap">DocStrap template</a>.
</span>
Expand Down
2 changes: 1 addition & 1 deletion documentation/html/views_Users_Login_Login.vue.html
Expand Up @@ -384,7 +384,7 @@ <h4 class="modal-title">Search results</h4>
<span class="jsdoc-message">
Documentation generated by <a href="https://github.com/jsdoc3/jsdoc">JSDoc 3.6.7</a>

on Thu Jul 22nd 2021
on Mon Jul 26th 2021

using the <a href="https://github.com/docstrap/docstrap">DocStrap template</a>.
</span>
Expand Down
2 changes: 1 addition & 1 deletion documentation/html/views_Users_Signup.vue.html
Expand Up @@ -150,7 +150,7 @@ <h4 class="modal-title">Search results</h4>
<span class="jsdoc-message">
Documentation generated by <a href="https://github.com/jsdoc3/jsdoc">JSDoc 3.6.7</a>

on Thu Jul 22nd 2021
on Mon Jul 26th 2021

using the <a href="https://github.com/docstrap/docstrap">DocStrap template</a>.
</span>
Expand Down