-
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.
Merge pull request #32 from oarepo/corovcam/fe-149-request-landing-page
Request landing page and other API fixes
- Loading branch information
Showing
58 changed files
with
6,769 additions
and
1,666 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 |
---|---|---|
@@ -0,0 +1,32 @@ | ||
module.exports = { | ||
"overrides": [ | ||
{ | ||
"files": ["oarepo_requests/ui/theme/assets/semantic-ui/js/oarepo_requests_ui/**/*"], | ||
"env": { | ||
"browser": true, | ||
"es2021": true | ||
}, | ||
"extends": [ | ||
"eslint:recommended", | ||
"plugin:react/recommended", | ||
"plugin:react-hooks/recommended", | ||
"plugin:jsx-a11y/recommended" | ||
], | ||
"parserOptions": { | ||
"sourceType": "module", | ||
"ecmaFeatures": { | ||
"jsx": true | ||
} | ||
}, | ||
"settings": { | ||
"react": { | ||
"version": "detect" | ||
} | ||
}, | ||
"plugins": ["react", "react-hooks", "jsx-a11y"], | ||
"rules": { | ||
"react/prop-types": "off", | ||
} | ||
} | ||
] | ||
} |
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
Binary file not shown.
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
Binary file not shown.
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 |
---|---|---|
|
@@ -8,7 +8,7 @@ msgid "" | |
msgstr "" | ||
"Project-Id-Version: PROJECT VERSION\n" | ||
"Report-Msgid-Bugs-To: EMAIL@ADDRESS\n" | ||
"POT-Creation-Date: 2024-06-19 14:40+0200\n" | ||
"POT-Creation-Date: 2024-07-15 09:46+0200\n" | ||
"PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n" | ||
"Last-Translator: FULL NAME <EMAIL@ADDRESS>\n" | ||
"Language-Team: LANGUAGE <[email protected]>\n" | ||
|
@@ -38,7 +38,7 @@ msgid "Cancelled" | |
msgstr "" | ||
|
||
#: /Users/miroslavbauer/Code/github.com/oarepo/oarepo-requests/oarepo_requests/invenio_patches.py:100 | ||
msgid "Status" | ||
msgid "Request status" | ||
msgstr "" | ||
|
||
#: /Users/miroslavbauer/Code/github.com/oarepo/oarepo-requests/oarepo_requests/invenio_patches.py:106 | ||
|
@@ -193,7 +193,14 @@ msgstr "" | |
msgid "Request publishing of a draft" | ||
msgstr "" | ||
|
||
msgid "Loading request types" | ||
#: /Users/miroslavbauer/Code/github.com/oarepo/oarepo-requests/oarepo_requests/ui/templates/semantic-ui/oarepo_requests_ui/RequestDetail.jinja:3 | ||
msgid "Request" | ||
msgstr "" | ||
|
||
msgid "Cancel request" | ||
msgstr "" | ||
|
||
msgid "Requests" | ||
msgstr "" | ||
|
||
msgid "Error loading request types" | ||
|
@@ -205,20 +212,71 @@ msgstr "" | |
msgid "No status" | ||
msgstr "" | ||
|
||
msgid "Requests" | ||
msgid "Pending" | ||
msgstr "" | ||
|
||
msgid "Error loading requests" | ||
msgstr "" | ||
|
||
msgid "Loading requests" | ||
msgid "Close" | ||
msgstr "" | ||
|
||
msgid "Cannot send request. Please try again later." | ||
msgid "request" | ||
msgstr "" | ||
|
||
msgid "Cancel request" | ||
msgid "Error while submitting comment." | ||
msgstr "" | ||
|
||
msgid "Close" | ||
msgid "Add comment" | ||
msgstr "" | ||
|
||
msgid "optional" | ||
msgstr "" | ||
|
||
msgid "Your comment here..." | ||
msgstr "" | ||
|
||
msgid "Comment was not created successfully." | ||
msgstr "" | ||
|
||
msgid "Comment" | ||
msgstr "" | ||
|
||
msgid "Error while submitting the comment" | ||
msgstr "" | ||
|
||
msgid "Back to requests" | ||
msgstr "" | ||
|
||
msgid "Record" | ||
msgstr "" | ||
|
||
msgid "preview" | ||
msgstr "" | ||
|
||
msgid "to top" | ||
msgstr "" | ||
|
||
msgid "Status" | ||
msgstr "" | ||
|
||
msgid "Loading timeline..." | ||
msgstr "" | ||
|
||
msgid "Error while fetching timeline events" | ||
msgstr "" | ||
|
||
msgid "commented" | ||
msgstr "" | ||
|
||
msgid "icon" | ||
msgstr "" | ||
|
||
msgid "this request" | ||
msgstr "" | ||
|
||
msgid "Comment must be at least 1 character long." | ||
msgstr "" | ||
|
||
msgid "Invalid format." | ||
msgstr "" |
File renamed without changes.
Oops, something went wrong.