A RetroSearch Logo

Home - News ( United States | United Kingdom | Italy | Germany ) - Football scores

Search Query:

Showing content from https://github.com/signumsoftware/framework/commit/2cf26f9cfe05f8707930bccf3c7427cc1522b99b below:

fix and execute Upgrade_20240327_NamespaceInClients · signumsoftware/framework@2cf26f9 · GitHub

Expand file treeCollapse file tree 260 files changed

+9023

-8814

lines changed Original file line number Diff line number Diff line change

@@ -5,10 +5,10 @@ import { Entity, getToString, is, JavascriptMessage, liteKey, parseLite, toLite

5 5

import { Toast } from 'react-bootstrap'

6 6

import { DateTime } from 'luxon'

7 7

import { useAPIWithReload, useForceUpdate, useThrottle, useUpdatedRef } from '@framework/Hooks';

8 -

import * as AuthClient from '../Signum.Authorization/AuthClient'

8 +

import { AuthClient } from '../Signum.Authorization/AuthClient'

9 9

import { Navigator } from '@framework/Navigator'

10 10

import { FontAwesomeIcon } from '@fortawesome/react-fontawesome'

11 -

import * as AlertsClient from './AlertsClient'

11 +

import { AlertsClient } from './AlertsClient'

12 12

import "./AlertDropdown.css"

13 13

import { Link } from 'react-router-dom';

14 14

import { classes, Dic } from '@framework/Globals'

Original file line number Diff line number Diff line change

@@ -2,7 +2,7 @@ import * as React from 'react'

2 2

import { AutoLine, EntityLine, EntityCombo, FormGroup, TextBoxLine } from '@framework/Lines'

3 3

import { TypeContext } from '@framework/TypeContext'

4 4

import { AlertEntity, AlertMessage } from '../Signum.Alerts'

5 -

import * as AlertsClient from '../AlertsClient'

5 +

import { AlertsClient } from '../AlertsClient'

6 6

import { useForceUpdate } from '@framework/Hooks';

7 7 8 8

export default function Alert(p: { ctx: TypeContext<AlertEntity> }) {

You can’t perform that action at this time.


RetroSearch is an open source project built by @garambo | Open a GitHub Issue

Search and Browse the WWW like it's 1997 | Search results from DuckDuckGo

HTML: 3.2 | Encoding: UTF-8 | Version: 0.7.4