Skip to content

Commit

Permalink
API home rewrite in progress - all btn label to rewrite but fonctionn…
Browse files Browse the repository at this point in the history
…alities is ok
  • Loading branch information
quentinovega committed Nov 14, 2024
1 parent cce2f46 commit e549bc6
Show file tree
Hide file tree
Showing 15 changed files with 490 additions and 279 deletions.
3 changes: 2 additions & 1 deletion daikoku/app/utils/generators.scala
Original file line number Diff line number Diff line change
@@ -1,7 +1,8 @@
package fr.maif.otoroshi.daikoku.utils

import java.util.concurrent.atomic.AtomicLong
import org.apache.pekko.http.scaladsl.ConnectionContext.https

import java.util.concurrent.atomic.AtomicLong
import scala.util.Random

class IdGenerator(generatorId: Long) {
Expand Down
12 changes: 12 additions & 0 deletions daikoku/javascript/package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

1 change: 1 addition & 0 deletions daikoku/javascript/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -37,6 +37,7 @@
"es6-shim": "0.35.8",
"get-value": "3.0.1",
"graphql": "^16.9.0",
"graphql-request": "^7.1.2",
"highlight.js": "11.10.0",
"history": "^5.3.0",
"jquery": "3.7.1",
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -219,11 +219,6 @@ export const teamApiInfoForm = (translate: any, team: ITeamSimple, tenant: ITena
label: translate('Visibility'),
flow: ['visibility', 'authorizedTeams'].filter((entry) => simpleOrExpertMode(entry, expert)),
collapsed: true,
},
{
label: translate('Description'),
flow: ['description'],
collapsed: true
}
];

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -4,11 +4,10 @@ import { useContext } from 'react';
import { useNavigate } from 'react-router-dom';
import { toast } from 'sonner';

import { I18nContext, ModalContext, useApiBackOffice } from '../../../contexts';
import { I18nContext, ModalContext } from '../../../contexts';
import * as Services from '../../../services';
import { IApi, isError, ITeamSimple } from '../../../types';
import { FeedbackButton } from '../../utils/FeedbackButton';
import { Spinner } from '../../utils/Spinner';

type TeamApiSettingsProps = {
api: IApi,
Expand Down
Loading

0 comments on commit e549bc6

Please sign in to comment.