Skip to content

Commit

Permalink
- [x] Set user-agent : iati-publisher on api calls to registry
Browse files Browse the repository at this point in the history
  • Loading branch information
PG-Momik committed Feb 12, 2025
1 parent 352229e commit 145549b
Show file tree
Hide file tree
Showing 5 changed files with 30 additions and 29 deletions.
1 change: 1 addition & 0 deletions app/IATI/API/CkanClient.php
Original file line number Diff line number Diff line change
Expand Up @@ -114,6 +114,7 @@ private function set_headers()
'Accept-Charset: utf-8',
'Accept-Encoding: gzip',
'Cookie: auth_tkt=foo',
'User-Agent: iati-publisher',
];

if (env('APP_ENV') == 'production') {
Expand Down
10 changes: 5 additions & 5 deletions public/css/app.css

Large diffs are not rendered by default.

10 changes: 5 additions & 5 deletions public/css/webportal-app.css

Large diffs are not rendered by default.

6 changes: 3 additions & 3 deletions public/mix-manifest.json
Original file line number Diff line number Diff line change
@@ -1,10 +1,10 @@
{
"/js/app.js": "/js/app.js?id=f87626548e77fdad534ba62d95b1e6c6",
"/js/app.js": "/js/app.js?id=9f414b5a472e6c33e5bab313b0474603",
"/js/script.js": "/js/script.js?id=5022c99737e05b78f00088f76a8a0f9f",
"/js/webportal-script.js": "/js/webportal-script.js?id=1bcae4271c042a8b79b241f34a1653fc",
"/js/formbuilder.js": "/js/formbuilder.js?id=61b98dc742ffedfa84ee6995cd9691c5",
"/manifest.js": "/manifest.js?id=3ed1124c8f4dcb98acc36de67cb80349",
"/css/webportal-app.css": "/css/webportal-app.css?id=99e38697d1af3004294590d3a35792e7",
"/css/app.css": "/css/app.css?id=74573bbde5f541e98c3e95cdf9add10d",
"/css/webportal-app.css": "/css/webportal-app.css?id=233e23f84c225dfa6046d104b7dcf28a",
"/css/app.css": "/css/app.css?id=7e502fd277f3571e634a0fa2230f6da8",
"/js/vendor.js": "/js/vendor.js?id=1d9dc84f31934bcf90e4083803feee6b"
}
32 changes: 16 additions & 16 deletions resources/assets/sass/component/_input.scss
Original file line number Diff line number Diff line change
Expand Up @@ -256,41 +256,41 @@ label {
}

select.select2.default-value-indicator
+ .select2
.selection
.select2-selection:not(:focus) {
+ .select2
.selection
.select2-selection:not(:focus) {
border: 2px solid #3f9a7c;
background-color: #3f9a7c15;
}

select.select2.default-value-indicator
+ .select2
.selection
.select2-selection:not(:focus) {
+ .select2
.selection
.select2-selection:not(:focus) {
border: 2px solid #3f9a7c;
background-color: #3f9a7c15;
}

select.select2.default-value-indicator
+ .select2
.selection
.select2-selection
.select2-selection__placeholder {
+ .select2
.selection
.select2-selection
.select2-selection__placeholder {
color: var(--bluecoral-50);
}

select.select2.default-value-indicator
+ .select2.select2-container--open
.selection
.select2-selection {
+ .select2.select2-container--open
.selection
.select2-selection {
border: 1px solid #a6b5ba;
background-color: white;
}

select.select2.default-value-indicator
+ .select2
.selection
.select2-selection.select2-selection--clearable {
+ .select2
.selection
.select2-selection.select2-selection--clearable {
border: 1px solid #a6b5ba;
background-color: white;
}
Expand Down

0 comments on commit 145549b

Please sign in to comment.