text stringlengths 9 39.2M | dir stringlengths 26 295 | lang stringclasses 185
values | created_date timestamp[us] | updated_date timestamp[us] | repo_name stringlengths 1 97 | repo_full_name stringlengths 7 106 | star int64 1k 183k | len_tokens int64 1 13.8M |
|---|---|---|---|---|---|---|---|---|
```php
<?php
declare(strict_types=1);
namespace Functional;
use App\Entity\Enums\StorageLocationAdapters;
use App\Entity\Enums\StorageLocationTypes;
use FunctionalTester;
class Api_Admin_StorageLocationsCest extends CestAbstract
{
/**
* @before setupComplete
* @before login
*/
public function... | /content/code_sandbox/tests/Functional/Api_Admin_StorageLocationsCest.php | php | 2016-04-30T21:41:23 | 2024-08-16T18:27:26 | AzuraCast | AzuraCast/AzuraCast | 2,978 | 180 |
```php
<?php
declare(strict_types=1);
namespace Functional;
use App\Entity\Repository\RolePermissionRepository;
use App\Enums\GlobalPermissions;
use FunctionalTester;
class Api_Admin_RolesCest extends CestAbstract
{
/**
* @before setupComplete
* @before login
*/
public function manageRoles(Fu... | /content/code_sandbox/tests/Functional/Api_Admin_RolesCest.php | php | 2016-04-30T21:41:23 | 2024-08-16T18:27:26 | AzuraCast | AzuraCast/AzuraCast | 2,978 | 316 |
```php
<?php
declare(strict_types=1);
namespace Functional;
use FunctionalTester;
class Frontend_PublicCest extends CestAbstract
{
/**
* @before setupComplete
*/
public function seePublicPage(FunctionalTester $I): void
{
$I->wantTo('Verify that the public page displays.');
// ... | /content/code_sandbox/tests/Functional/Frontend_PublicCest.php | php | 2016-04-30T21:41:23 | 2024-08-16T18:27:26 | AzuraCast | AzuraCast/AzuraCast | 2,978 | 529 |
```php
<?php
declare(strict_types=1);
namespace Functional;
use FunctionalTester;
class Api_Admin_CustomFieldsCest extends CestAbstract
{
/**
* @before setupComplete
* @before login
*/
public function manageCustomFields(FunctionalTester $I): void
{
$I->wantTo('Manage custom fields... | /content/code_sandbox/tests/Functional/Api_Admin_CustomFieldsCest.php | php | 2016-04-30T21:41:23 | 2024-08-16T18:27:26 | AzuraCast | AzuraCast/AzuraCast | 2,978 | 126 |
```yaml
#
# AzuraCast Docker Compose Configuration File
#
# When updating, you will be prompted to replace this file with a new
# version; you should do this whenever possible to take advantage of
# new updates.
#
# If you need to customize this file, you can create a new file named:
# docker-compose.override.yml
# w... | /content/code_sandbox/docker-compose.sample.yml | yaml | 2016-04-30T21:41:23 | 2024-08-16T18:27:26 | AzuraCast | AzuraCast/AzuraCast | 2,978 | 1,910 |
```php
<?php
declare(strict_types=1);
namespace Functional;
use FunctionalTester;
class Station_IndexCest extends CestAbstract
{
/**
* @before setupComplete
* @before login
*/
public function viewIndex(FunctionalTester $I): void
{
$testStation = $this->getTestStation();
$s... | /content/code_sandbox/tests/Functional/Station_IndexCest.php | php | 2016-04-30T21:41:23 | 2024-08-16T18:27:26 | AzuraCast | AzuraCast/AzuraCast | 2,978 | 140 |
```yaml
path: ./
jobs: 10
cache: ../www_tmp/phplint.cache
extensions:
- php
- phtml
exclude:
- vendor
``` | /content/code_sandbox/.phplint.yml | yaml | 2016-04-30T21:41:23 | 2024-08-16T18:27:26 | AzuraCast | AzuraCast/AzuraCast | 2,978 | 37 |
```yaml
actor: UnitTester
suite_namespace: \Unit
modules:
enabled:
- \App\Tests\Module
error_level: "E_ALL & ~E_NOTICE & ~E_STRICT & ~E_DEPRECATED"
``` | /content/code_sandbox/tests/Unit.suite.yml | yaml | 2016-04-30T21:41:23 | 2024-08-16T18:27:26 | AzuraCast | AzuraCast/AzuraCast | 2,978 | 44 |
```php
<?php
declare(strict_types=1);
namespace Functional;
use FunctionalTester;
class Api_Stations_StreamersCest extends CestAbstract
{
/**
* @before setupComplete
* @before login
*/
public function manageStreamers(FunctionalTester $I): void
{
$I->wantTo('Manage station streamer... | /content/code_sandbox/tests/Functional/Api_Stations_StreamersCest.php | php | 2016-04-30T21:41:23 | 2024-08-16T18:27:26 | AzuraCast | AzuraCast/AzuraCast | 2,978 | 404 |
```php
<?php
return [
'defaultIncludes' => [
__DIR__ . '/util/psysh.php',
],
];
``` | /content/code_sandbox/.psysh.php | php | 2016-04-30T21:41:23 | 2024-08-16T18:27:26 | AzuraCast | AzuraCast/AzuraCast | 2,978 | 28 |
```php
<?php
declare(strict_types=1);
namespace Functional;
use FunctionalTester;
class Api_StationsCest extends CestAbstract
{
/**
* @before setupComplete
*/
public function checkApiStation(FunctionalTester $I): void
{
$I->wantTo('Check station API endpoints.');
$testStation ... | /content/code_sandbox/tests/Functional/Api_StationsCest.php | php | 2016-04-30T21:41:23 | 2024-08-16T18:27:26 | AzuraCast | AzuraCast/AzuraCast | 2,978 | 165 |
```php
<?php
namespace PHPSTORM_META {
override(
\Psr\Container\ContainerInterface::get(0),
map(
[
'' => '@',
]
)
);
override(
\DI\Container::get(0),
map(
[
'' => '@',
]
)
);
... | /content/code_sandbox/.phpstorm.meta.php | php | 2016-04-30T21:41:23 | 2024-08-16T18:27:26 | AzuraCast | AzuraCast/AzuraCast | 2,978 | 127 |
```php
<?php
declare(strict_types=1);
namespace Functional;
use App\Acl;
use App\Doctrine\ReloadableEntityManagerInterface;
use App\Entity\ApiKey;
use App\Entity\Repository\SettingsRepository;
use App\Entity\Repository\StationRepository;
use App\Entity\Repository\StorageLocationRepository;
use App\Entity\Role;
use A... | /content/code_sandbox/tests/Functional/CestAbstract.php | php | 2016-04-30T21:41:23 | 2024-08-16T18:27:26 | AzuraCast | AzuraCast/AzuraCast | 2,978 | 1,601 |
```php
<?php
declare(strict_types=1);
// Here you can initialize variables that will be available to your tests
``` | /content/code_sandbox/tests/Unit/_bootstrap.php | php | 2016-04-30T21:41:23 | 2024-08-16T18:27:26 | AzuraCast | AzuraCast/AzuraCast | 2,978 | 24 |
```php
<?php
// This is global bootstrap for autoloading
$autoloader = require __DIR__.'/../vendor/autoload.php';
$autoloader->addClassMap([
'Functional\CestAbstract' => __DIR__ . '/Functional/CestAbstract.php',
]);
if (!function_exists('__')) {
Gettext\TranslatorFunctions::register(new Gettext\Translator());
... | /content/code_sandbox/tests/_bootstrap.php | php | 2016-04-30T21:41:23 | 2024-08-16T18:27:26 | AzuraCast | AzuraCast/AzuraCast | 2,978 | 203 |
```php
<?php
declare(strict_types=1);
namespace Functional;
use FunctionalTester;
class Api_Admin_UsersCest extends CestAbstract
{
/**
* @before setupComplete
* @before login
*/
public function manageUsers(FunctionalTester $I): void
{
$I->wantTo('Manage users via API.');
... | /content/code_sandbox/tests/Functional/Api_Admin_UsersCest.php | php | 2016-04-30T21:41:23 | 2024-08-16T18:27:26 | AzuraCast | AzuraCast/AzuraCast | 2,978 | 135 |
```yaml
base_url: "path_to_url"
project_id_env: CROWDIN_PROJECT_ID
api_token_env: CROWDIN_PERSONAL_TOKEN
preserve_hierarchy: true
files:
- source: /translations/default.pot
translation: /translations/%locale_with_underscore%.UTF-8/LC_MESSAGES/default.po
``` | /content/code_sandbox/crowdin.yaml | yaml | 2016-04-30T21:41:23 | 2024-08-16T18:27:26 | AzuraCast | AzuraCast/AzuraCast | 2,978 | 69 |
```php
<?php
declare(strict_types=1);
namespace Functional;
use FunctionalTester;
class Api_Stations_MountsCest extends CestAbstract
{
/**
* @before setupComplete
* @before login
*/
public function manageMounts(FunctionalTester $I): void
{
$I->wantTo('Manage station mount points v... | /content/code_sandbox/tests/Functional/Api_Stations_MountsCest.php | php | 2016-04-30T21:41:23 | 2024-08-16T18:27:26 | AzuraCast | AzuraCast/AzuraCast | 2,978 | 196 |
```yaml
gitConfig:
core.autocrlf: input
github:
prebuilds:
master: true
branches: true
pullRequests: true
pullRequestsFromForks: true
addCheck: false
addComment: false
addBadge: true
ports:
- name: AzuraCast HTTP
port: 80
onOpen: ignore
- name: AzuraCast HTTPS
port: 443... | /content/code_sandbox/.gitpod.yml | yaml | 2016-04-30T21:41:23 | 2024-08-16T18:27:26 | AzuraCast | AzuraCast/AzuraCast | 2,978 | 306 |
```php
<?php
declare(strict_types=1);
namespace Functional;
use FunctionalTester;
class Api_Frontend_AccountCest extends CestAbstract
{
/**
* @before setupComplete
* @before login
*/
public function checkAccount(FunctionalTester $I): void
{
$I->wantTo('Check frontend account API f... | /content/code_sandbox/tests/Functional/Api_Frontend_AccountCest.php | php | 2016-04-30T21:41:23 | 2024-08-16T18:27:26 | AzuraCast | AzuraCast/AzuraCast | 2,978 | 535 |
```php
<?php
declare(strict_types=1);
namespace Unit;
use App\Entity\Api\StationPlaylistQueue;
use App\Radio\AutoDJ\DuplicatePrevention;
use App\Tests\Module;
use Codeception\Test\Unit;
use UnitTester;
class DuplicatePreventionTest extends Unit
{
protected UnitTester $tester;
protected DuplicatePrevention ... | /content/code_sandbox/tests/Unit/DuplicatePreventionTest.php | php | 2016-04-30T21:41:23 | 2024-08-16T18:27:26 | AzuraCast | AzuraCast/AzuraCast | 2,978 | 482 |
```php
<?php
/**
* Inherited Methods
* @method void wantToTest($text)
* @method void wantTo($text)
* @method void execute($callable)
* @method void expectTo($prediction)
* @method void expect($prediction)
* @method void amGoingTo($argumentation)
* @method void am($role)
* @method void lookForwardTo($achieveV... | /content/code_sandbox/tests/_support/UnitTester.php | php | 2016-04-30T21:41:23 | 2024-08-16T18:27:26 | AzuraCast | AzuraCast/AzuraCast | 2,978 | 152 |
```php
<?php
declare(strict_types=1);
namespace Functional;
use FunctionalTester;
class Frontend_IndexCest extends CestAbstract
{
/**
* @before setupComplete
* @before login
*/
public function seeHomepage(FunctionalTester $I): void
{
$I->wantTo('See the proper data on the homepage... | /content/code_sandbox/tests/Functional/Frontend_IndexCest.php | php | 2016-04-30T21:41:23 | 2024-08-16T18:27:26 | AzuraCast | AzuraCast/AzuraCast | 2,978 | 99 |
```php
<?php
declare(strict_types=1);
namespace Functional;
use App\Webhook\Enums\WebhookTypes;
use FunctionalTester;
class Api_Stations_WebhooksCest extends CestAbstract
{
/**
* @before setupComplete
* @before login
*/
public function manageWebhooks(FunctionalTester $I): void
{
$... | /content/code_sandbox/tests/Functional/Api_Stations_WebhooksCest.php | php | 2016-04-30T21:41:23 | 2024-08-16T18:27:26 | AzuraCast | AzuraCast/AzuraCast | 2,978 | 175 |
```php
<?php
declare(strict_types=1);
namespace Unit;
use App\Entity\Listener;
use Carbon\CarbonImmutable;
use Codeception\Test\Unit;
use DateTimeZone;
class ListenerIntervalTest extends Unit
{
public function testListenerIntervals(): void
{
$utc = new DateTimeZone('UTC');
$intervals = [
... | /content/code_sandbox/tests/Unit/ListenerIntervalTest.php | php | 2016-04-30T21:41:23 | 2024-08-16T18:27:26 | AzuraCast | AzuraCast/AzuraCast | 2,978 | 352 |
```shell
#!/usr/bin/env bash
echo "Ansible installation is now a standalone repository. For more information, visit:"
echo "path_to_url"
exit 0
``` | /content/code_sandbox/update.sh | shell | 2016-04-30T21:41:23 | 2024-08-16T18:27:26 | AzuraCast | AzuraCast/AzuraCast | 2,978 | 34 |
```javascript
import {defineConfig} from 'vite'
import vue from '@vitejs/plugin-vue'
import {glob} from "glob";
import {resolve} from "path";
import eslint from "vite-plugin-eslint";
const inputs = glob.sync('./frontend/js/pages/**/*.js').reduce((acc, path) => {
// vue/pages/Admin/Index becomes AdminIndex
cons... | /content/code_sandbox/vite.config.js | javascript | 2016-04-30T21:41:23 | 2024-08-16T18:27:26 | AzuraCast | AzuraCast/AzuraCast | 2,978 | 573 |
```shell
#!/usr/bin/env bash
# shellcheck disable=SC2145,SC2178,SC2120,SC2162
PODMAN_MODE=0
# Docker and Docker Compose aliases
d() {
if [[ $PODMAN_MODE -ne 0 ]]; then
podman "$@"
else
docker "$@"
fi
}
dc() {
if [[ $PODMAN_MODE -ne 0 ]]; then
podman-compose "$@"
else
if [[ $(docker compose ... | /content/code_sandbox/docker.sh | shell | 2016-04-30T21:41:23 | 2024-08-16T18:27:26 | AzuraCast | AzuraCast/AzuraCast | 2,978 | 7,054 |
```yaml
services:
installer:
container_name: azuracast_installer
image: 'ghcr.io/azuracast/azuracast:${AZURACAST_VERSION:-latest}'
volumes:
- './:/installer'
restart: 'no'
entrypoint: docker_installer
command: install
privileged: true
``` | /content/code_sandbox/docker-compose.installer.yml | yaml | 2016-04-30T21:41:23 | 2024-08-16T18:27:26 | AzuraCast | AzuraCast/AzuraCast | 2,978 | 76 |
```yaml
services:
web:
build:
context: .
environment:
APPLICATION_ENV: 'testing'
LOG_LEVEL: 'debug'
volumes:
- ./vendor:/var/azuracast/www/vendor
- .:/var/azuracast/www
``` | /content/code_sandbox/docker-compose.testing.yml | yaml | 2016-04-30T21:41:23 | 2024-08-16T18:27:26 | AzuraCast | AzuraCast/AzuraCast | 2,978 | 59 |
```php
<?php
declare(strict_types=1);
namespace Functional;
use FunctionalTester;
class Api_Stations_PodcastsCest extends CestAbstract
{
/**
* @before setupComplete
* @before login
*/
public function managePodcasts(FunctionalTester $I): void
{
$I->wantTo('Manage station podcasts v... | /content/code_sandbox/tests/Functional/Api_Stations_PodcastsCest.php | php | 2016-04-30T21:41:23 | 2024-08-16T18:27:26 | AzuraCast | AzuraCast/AzuraCast | 2,978 | 498 |
```php
<?php
declare(strict_types=1);
namespace Unit;
use App\Xml\Reader;
use App\Xml\Writer;
use Codeception\Test\Unit;
use UnitTester;
class XmlTest extends Unit
{
protected UnitTester $tester;
public function testXml(): void
{
$arrayValue = [
'mounts' => [
'mount'... | /content/code_sandbox/tests/Unit/XmlTest.php | php | 2016-04-30T21:41:23 | 2024-08-16T18:27:26 | AzuraCast | AzuraCast/AzuraCast | 2,978 | 279 |
```php
<?php
/**
* Inherited Methods
* @method void wantToTest($text)
* @method void wantTo($text)
* @method void execute($callable)
* @method void expectTo($prediction)
* @method void expect($prediction)
* @method void amGoingTo($argumentation)
* @method void am($role)
* @method void lookForwardTo($achieveV... | /content/code_sandbox/tests/_support/FunctionalTester.php | php | 2016-04-30T21:41:23 | 2024-08-16T18:27:26 | AzuraCast | AzuraCast/AzuraCast | 2,978 | 153 |
```php
<?php
declare(strict_types=1);
namespace Functional;
use Codeception\Util\Shared\Asserts;
use DateInterval;
use DateTime;
use FunctionalTester;
use League\Csv\Reader;
class Api_Stations_ReportsCest extends CestAbstract
{
use Asserts;
/**
* @before setupComplete
* @before login
*/
... | /content/code_sandbox/tests/Functional/Api_Stations_ReportsCest.php | php | 2016-04-30T21:41:23 | 2024-08-16T18:27:26 | AzuraCast | AzuraCast/AzuraCast | 2,978 | 996 |
```php
<?php
declare(strict_types=1);
namespace Functional;
use FunctionalTester;
class Frontend_SetupCest extends CestAbstract
{
/**
* @before setupIncomplete
* @after setupRegister
* @after setupStation
* @after setupSettings
*/
public function setupStart(FunctionalTester $I): voi... | /content/code_sandbox/tests/Functional/Frontend_SetupCest.php | php | 2016-04-30T21:41:23 | 2024-08-16T18:27:26 | AzuraCast | AzuraCast/AzuraCast | 2,978 | 398 |
```php
<?php
namespace Helper;
// here you can define custom actions
// all public methods declared in helper class will be available in $I
class Unit extends \Codeception\Module
{
}
``` | /content/code_sandbox/tests/_support/Helper/Unit.php | php | 2016-04-30T21:41:23 | 2024-08-16T18:27:26 | AzuraCast | AzuraCast/AzuraCast | 2,978 | 40 |
```yaml
services:
web:
image: ghcr.io/azuracast/azuracast:development
build:
context: .
target: development
ports:
- "127.0.0.1:3306:3306" # MariaDB
- "127.0.0.1:6025:6025" # Centrifugo
- "127.0.0.1:6379:6379" # Redis
environment:
VAR_DUMPER_FORMAT: server
VAR... | /content/code_sandbox/docker-compose.dev.yml | yaml | 2016-04-30T21:41:23 | 2024-08-16T18:27:26 | AzuraCast | AzuraCast/AzuraCast | 2,978 | 259 |
```yaml
actor: FunctionalTester
suite_namespace: \Functional
modules:
enabled:
- \App\Tests\Module
- Doctrine2:
depends: \App\Tests\Module
- REST:
depends: \App\Tests\Module
- Cli
``` | /content/code_sandbox/tests/Functional.suite.yml | yaml | 2016-04-30T21:41:23 | 2024-08-16T18:27:26 | AzuraCast | AzuraCast/AzuraCast | 2,978 | 53 |
```php
<?php
declare(strict_types=1);
namespace Functional;
use FunctionalTester;
class Api_Admin_DebugCest extends CestAbstract
{
/**
* @before setupComplete
* @before login
*/
public function syncTasks(FunctionalTester $I)
{
$I->wantTo('Test All Synchronized Tasks');
$I... | /content/code_sandbox/tests/Functional/Api_Admin_DebugCest.php | php | 2016-04-30T21:41:23 | 2024-08-16T18:27:26 | AzuraCast | AzuraCast/AzuraCast | 2,978 | 100 |
```php
<?php
declare(strict_types=1);
namespace Functional;
use FunctionalTester;
class Admin_IndexCest extends CestAbstract
{
/**
* @before setupComplete
* @before login
*/
public function seeAdminHomepage(FunctionalTester $I): void
{
$I->wantTo('See the administration homepage.'... | /content/code_sandbox/tests/Functional/Admin_IndexCest.php | php | 2016-04-30T21:41:23 | 2024-08-16T18:27:26 | AzuraCast | AzuraCast/AzuraCast | 2,978 | 107 |
```yaml
actor: Tester
paths:
tests: tests
output: tests/_output
data: tests/_data
support: tests/_support
envs: tests/_envs
bootstrap: _bootstrap.php
settings:
colors: true
memory_limit: 1024M
error_level: "E_ALL & ~E_NOTICE & ~E_STRICT & ~E_DEPRECATED"
modules:
coverage :
enabled : true
include :
... | /content/code_sandbox/codeception.yml | yaml | 2016-04-30T21:41:23 | 2024-08-16T18:27:26 | AzuraCast | AzuraCast/AzuraCast | 2,978 | 244 |
```php
<?php
declare(strict_types=1);
namespace Functional;
use FunctionalTester;
class Api_IndexCest extends CestAbstract
{
/**
* @before setupComplete
*/
public function checkApiIndex(FunctionalTester $I): void
{
$I->wantTo('Check basic API functions.');
$I->sendGET('/api/st... | /content/code_sandbox/tests/Functional/Api_IndexCest.php | php | 2016-04-30T21:41:23 | 2024-08-16T18:27:26 | AzuraCast | AzuraCast/AzuraCast | 2,978 | 123 |
```php
<?php
declare(strict_types=1);
namespace Functional;
use FunctionalTester;
class Api_Frontend_DashboardCest extends CestAbstract
{
/**
* @before setupComplete
* @before login
*/
public function checkDashboard(FunctionalTester $I): void
{
$I->wantTo('Check dashboard API func... | /content/code_sandbox/tests/Functional/Api_Frontend_DashboardCest.php | php | 2016-04-30T21:41:23 | 2024-08-16T18:27:26 | AzuraCast | AzuraCast/AzuraCast | 2,978 | 173 |
```php
<?php
declare(strict_types=1);
namespace Unit;
use App\Utilities\Strings;
use Codeception\Test\Unit;
use UnitTester;
class UtilitiesTest extends Unit
{
protected UnitTester $tester;
public function testUtilities(): void
{
$testResult = Strings::generatePassword(10);
self::assertE... | /content/code_sandbox/tests/Unit/UtilitiesTest.php | php | 2016-04-30T21:41:23 | 2024-08-16T18:27:26 | AzuraCast | AzuraCast/AzuraCast | 2,978 | 185 |
```php
<?php
declare(strict_types=1);
namespace Functional;
use FunctionalTester;
class Frontend_ErrorCest extends CestAbstract
{
public function seeErrorPages(FunctionalTester $I): void
{
$I->wantTo('Verify error code pages.');
$I->amOnPage('/azurafake');
$I->seeResponseCodeIs(404)... | /content/code_sandbox/tests/Functional/Frontend_ErrorCest.php | php | 2016-04-30T21:41:23 | 2024-08-16T18:27:26 | AzuraCast | AzuraCast/AzuraCast | 2,978 | 92 |
```php
<?php
declare(strict_types=1);
namespace Functional;
use App\Entity\Enums\PlaylistSources;
use App\Entity\Enums\PlaylistTypes;
use FunctionalTester;
class Api_Stations_PlaylistsCest extends CestAbstract
{
/**
* @before setupComplete
* @before login
*/
public function managePlaylists(Fu... | /content/code_sandbox/tests/Functional/Api_Stations_PlaylistsCest.php | php | 2016-04-30T21:41:23 | 2024-08-16T18:27:26 | AzuraCast | AzuraCast/AzuraCast | 2,978 | 211 |
```scss
@import "roboto";
// Include functions first (so you can manipulate colors, SVGs, calc, etc)
@import "bootstrap/scss/functions";
// Include any default variable overrides here
@import 'variables';
@import 'functions';
@import 'mixins';
// Include remainder of required Bootstrap stylesheets (including any sep... | /content/code_sandbox/frontend/scss/style.scss | scss | 2016-04-30T21:41:23 | 2024-08-16T18:27:26 | AzuraCast | AzuraCast/AzuraCast | 2,978 | 333 |
```scss
$primary: #1e88e5;
$red: #dc3545;
$body-bg: #FFF;
$body-bg-dark: #22252f;
$body-color: #595959;
$font-family-sans-serif: "Roboto", system-ui, -apple-system, "Segoe UI", "Helvetica Neue", "Noto Sans", "Liberation Sans", Arial, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color E... | /content/code_sandbox/frontend/scss/_variables.scss | scss | 2016-04-30T21:41:23 | 2024-08-16T18:27:26 | AzuraCast | AzuraCast/AzuraCast | 2,978 | 678 |
```scss
@mixin might-overflow() {
// Pulled from:
// path_to_url
text-overflow: ellipsis;
overflow: hidden;
white-space: nowrap;
&:hover {
text-overflow: clip;
white-space: normal;
word-break: break-all;
}
}
``` | /content/code_sandbox/frontend/scss/_mixins.scss | scss | 2016-04-30T21:41:23 | 2024-08-16T18:27:26 | AzuraCast | AzuraCast/AzuraCast | 2,978 | 66 |
```scss
// Configuration
@import "bootstrap/scss/maps";
@import "bootstrap/scss/mixins";
@import "bootstrap/scss/utilities";
// Layout & components
@import "bootstrap/scss/root";
@import "bootstrap/scss/reboot";
@import "bootstrap/scss/type";
@import "bootstrap/scss/images";
@import "bootstrap/scss/containers";
@impor... | /content/code_sandbox/frontend/scss/_bootstrap-core.scss | scss | 2016-04-30T21:41:23 | 2024-08-16T18:27:26 | AzuraCast | AzuraCast/AzuraCast | 2,978 | 332 |
```scss
@function color-contrast($background, $color-contrast-dark: $color-contrast-dark, $color-contrast-light: $color-contrast-light, $min-contrast-ratio: $min-contrast-ratio) {
$foregrounds: $color-contrast-light, $color-contrast-dark, $white, $black;
$max-ratio: 0;
$max-ratio-color: null;
@if $background =... | /content/code_sandbox/frontend/scss/_functions.scss | scss | 2016-04-30T21:41:23 | 2024-08-16T18:27:26 | AzuraCast | AzuraCast/AzuraCast | 2,978 | 229 |
```scss
@font-face {
font-family: 'Roboto';
src: url('roboto-fontface/fonts/roboto/Roboto-Light.woff2') format('woff2'), url('roboto-fontface/fonts/roboto/Roboto-Light.woff') format('woff');
font-weight: 300;
font-style: normal;
}
@font-face {
font-family: 'Roboto-Light';
src: url('roboto-fontface/fonts/ro... | /content/code_sandbox/frontend/scss/_roboto.scss | scss | 2016-04-30T21:41:23 | 2024-08-16T18:27:26 | AzuraCast | AzuraCast/AzuraCast | 2,978 | 1,065 |
```scss
:root,
[data-bs-theme="light"] {
--public-page-bg: url('/static/img/hexbg.webp');
--scrollbar-color: #{$gray-400};
}
@include color-mode(dark, true) {
color-scheme: unset;
body {
color-scheme: dark;
}
iframe {
// Workaround for Bootstrap 5.3 weirdness with embeds.
color-scheme: light;
... | /content/code_sandbox/frontend/scss/_root.scss | scss | 2016-04-30T21:41:23 | 2024-08-16T18:27:26 | AzuraCast | AzuraCast/AzuraCast | 2,978 | 174 |
```scss
@import '@vuepic/vue-datepicker/dist/main.css';
``` | /content/code_sandbox/frontend/scss/vendors/_vue_datepicker.scss | scss | 2016-04-30T21:41:23 | 2024-08-16T18:27:26 | AzuraCast | AzuraCast/AzuraCast | 2,978 | 12 |
```scss
@import "nprogress/nprogress.css";
#nprogress .bar {
background: #FFF;
}
/* Fancy blur effect */
#nprogress .peg {
box-shadow: 0 0 10px #FFF, 0 0 5px #FFF;
}
``` | /content/code_sandbox/frontend/scss/vendors/_nprogress.scss | scss | 2016-04-30T21:41:23 | 2024-08-16T18:27:26 | AzuraCast | AzuraCast/AzuraCast | 2,978 | 59 |
```scss
.cm-content,
.cm-gutter {
min-height: 200px !important;
}
``` | /content/code_sandbox/frontend/scss/vendors/_codemirror.scss | scss | 2016-04-30T21:41:23 | 2024-08-16T18:27:26 | AzuraCast | AzuraCast/AzuraCast | 2,978 | 19 |
```scss
:root {
--fc-border-color: var(--bs-secondary-bg);
--fc-page-bg-color: var(--bs-body-bg);
}
.fc th {
background: var(--bs-secondary-bg);
}
``` | /content/code_sandbox/frontend/scss/vendors/_fullcalendar.scss | scss | 2016-04-30T21:41:23 | 2024-08-16T18:27:26 | AzuraCast | AzuraCast/AzuraCast | 2,978 | 43 |
```scss
@import 'sweetalert2/src/variables';
$swal2-dark-theme-black: #19191a;
$swal2-dark-theme-white: #e1e1e1;
$swal2-background: var(--bs-body-bg);
$swal2-border: 1px solid var(--bs-tertiary-color);
$swal2-title-color: var(--bs-body-color);
$swal2-backdrop: rgba(var(--bs-tertiary-bg-rgb), .75);
// FOOTER
$swal2-f... | /content/code_sandbox/frontend/scss/vendors/_sweetalert2.scss | scss | 2016-04-30T21:41:23 | 2024-08-16T18:27:26 | AzuraCast | AzuraCast/AzuraCast | 2,978 | 422 |
```scss
textarea.log-viewer {
white-space: pre;
font-family: $font-family-monospace;
font-size: $font-size-sm;
min-height: 300px !important;
max-height: 500px;
overflow-x: auto;
overflow-y: scroll;
}
``` | /content/code_sandbox/frontend/scss/pages/_log_viewer.scss | scss | 2016-04-30T21:41:23 | 2024-08-16T18:27:26 | AzuraCast | AzuraCast/AzuraCast | 2,978 | 62 |
```scss
input[type=search]::-webkit-search-cancel-button {
-webkit-appearance: searchfield-cancel-button;
}
``` | /content/code_sandbox/frontend/scss/pages/_search.scss | scss | 2016-04-30T21:41:23 | 2024-08-16T18:27:26 | AzuraCast | AzuraCast/AzuraCast | 2,978 | 23 |
```scss
@use "sass:math";
body.page-minimal {
background: var(--bs-body-bg) var(--public-page-bg);
background-size: cover;
background-attachment: fixed;
background-position: center center;
footer {
text-shadow: -1px 0 black, 0 1px black, 1px 0 black, 0 -1px black, 0 0 4px #000;
}
.public-page {
... | /content/code_sandbox/frontend/scss/pages/_public.scss | scss | 2016-04-30T21:41:23 | 2024-08-16T18:27:26 | AzuraCast | AzuraCast/AzuraCast | 2,978 | 381 |
```scss
body.embed {
background: transparent !important;
color-scheme: unset;
min-height: auto;
}
body.embed-social {
min-height: auto;
padding: 1rem;
background: var(--bs-card-bg) !important;
}
``` | /content/code_sandbox/frontend/scss/pages/_embed.scss | scss | 2016-04-30T21:41:23 | 2024-08-16T18:27:26 | AzuraCast | AzuraCast/AzuraCast | 2,978 | 55 |
```scss
div.datatable-wrapper {
display: contents;
}
div.datatable-toolbar-top,
div.datatable-toolbar-bottom {
&:empty {
display: none;
}
}
div.datatable-main {
table {
tr > th:first-child,
tr > td:first-child {
padding-left: 1rem;
}
tr > th:last-child,
tr > td:last-child {
... | /content/code_sandbox/frontend/scss/overrides/_tables.scss | scss | 2016-04-30T21:41:23 | 2024-08-16T18:27:26 | AzuraCast | AzuraCast/AzuraCast | 2,978 | 297 |
```scss
.outside-card-header {
h1, h2, h3, h4 {
@include font-size($h2-font-size);
margin: 0;
}
padding: $card-spacer-y $card-spacer-x;
margin: 0;
&:first-child {
padding-top: ($container-padding-x - $card-spacer-x);
}
}
.card {
box-shadow: 0 0 4px 0 rgba(0, 0, 0, .14), 0 3px 4px 0 rgba(0, ... | /content/code_sandbox/frontend/scss/overrides/_card.scss | scss | 2016-04-30T21:41:23 | 2024-08-16T18:27:26 | AzuraCast | AzuraCast/AzuraCast | 2,978 | 582 |
```scss
.btn {
display: inline-flex;
align-items: center;
gap: calc(var(--bs-btn-padding-x) / 2);
font-weight: 500;
text-transform: uppercase;
&.btn-link {
text-decoration: none;
&:hover {
background-image: linear-gradient(to bottom, rgba(0, 0, 0, .12), rgba(0, 0, 0, .12));
}
}
}
.bu... | /content/code_sandbox/frontend/scss/overrides/_buttons.scss | scss | 2016-04-30T21:41:23 | 2024-08-16T18:27:26 | AzuraCast | AzuraCast/AzuraCast | 2,978 | 163 |
```scss
.icon {
min-width: 1em;
width: 1em;
height: 1em;
display: inline-block;
vertical-align: -.125em;
fill: currentcolor;
font-size: $icon-size;
&.sm, .btn-sm & {
font-size: $icon-size-sm;
}
&.lg, .btn-lg & {
font-size: $icon-size-lg;
}
&.xl, .btn-xl & {
font-size: $icon-size-x... | /content/code_sandbox/frontend/scss/overrides/_icons.scss | scss | 2016-04-30T21:41:23 | 2024-08-16T18:27:26 | AzuraCast | AzuraCast/AzuraCast | 2,978 | 117 |
```scss
.nav {
.nav-link {
cursor: pointer;
font-weight: normal;
}
}
``` | /content/code_sandbox/frontend/scss/overrides/_navbar.scss | scss | 2016-04-30T21:41:23 | 2024-08-16T18:27:26 | AzuraCast | AzuraCast/AzuraCast | 2,978 | 22 |
```scss
@use "sass:math";
.modal-content {
box-shadow: 0 4px 5px 0 rgba(0,0,0,0.14), 0 1px 10px 0 rgba(0,0,0,0.12), 0 2px 4px -1px rgba(0,0,0,0.3);
}
.modal-body {
nav.nav-tabs {
background: var(--bs-tertiary-bg);
margin: (0-$modal-inner-padding) (0-$modal-inner-padding) 0 (0-$modal-inner-padding);
p... | /content/code_sandbox/frontend/scss/overrides/_modal.scss | scss | 2016-04-30T21:41:23 | 2024-08-16T18:27:26 | AzuraCast | AzuraCast/AzuraCast | 2,978 | 156 |
```scss
body.page-full {
div.toast-container.top-0 {
top: $header-nav-height !important;
}
}
``` | /content/code_sandbox/frontend/scss/overrides/_toasts.scss | scss | 2016-04-30T21:41:23 | 2024-08-16T18:27:26 | AzuraCast | AzuraCast/AzuraCast | 2,978 | 26 |
```scss
.dropdown-menu {
border: none;
box-shadow: 0 4px 5px 0 rgba(0,0,0,0.14), 0 1px 10px 0 rgba(0,0,0,0.12), 0 2px 4px -1px rgba(0,0,0,0.3);
.form-check {
margin-bottom: 1rem;
}
}
``` | /content/code_sandbox/frontend/scss/overrides/_dropdown.scss | scss | 2016-04-30T21:41:23 | 2024-08-16T18:27:26 | AzuraCast | AzuraCast/AzuraCast | 2,978 | 96 |
```scss
body.page-full {
#main {
padding-top: ($header-nav-height + ($container-padding-x * .5));
}
@include media-breakpoint-down(sm) {
#main {
padding-top: ($container-padding-x * .5);
}
}
}
::-webkit-scrollbar {
width: 12px;
background: var(--bs-body-bg);
}
::-webkit-scrollbar-track ... | /content/code_sandbox/frontend/scss/overrides/_body.scss | scss | 2016-04-30T21:41:23 | 2024-08-16T18:27:26 | AzuraCast | AzuraCast/AzuraCast | 2,978 | 154 |
```scss
// Enables a "sticky" footer that adheres to the bottom but scrolls with larger pages.
#page-wrapper {
display: flex;
flex-direction: column;
min-height: 100vh;
align-items: stretch;
#main {
flex-grow: 1;
}
#footer {
flex-shrink: 1;
}
}
#footer {
opacity: .6;
text-align: center;
... | /content/code_sandbox/frontend/scss/overrides/_footer.scss | scss | 2016-04-30T21:41:23 | 2024-08-16T18:27:26 | AzuraCast | AzuraCast/AzuraCast | 2,978 | 102 |
```scss
.swal2-popup {
border: none;
box-shadow: 0 0 4px 0 rgba(0, 0, 0, .14), 0 3px 4px 0 rgba(0, 0, 0, .12), 0 1px 5px 0 rgba(0, 0, 0, .2);
.swal2-actions {
.swal2-styled {
&.swal2-confirm {
background-color: var(--bs-primary);
}
}
}
}
``` | /content/code_sandbox/frontend/scss/overrides/_sweetalert2.scss | scss | 2016-04-30T21:41:23 | 2024-08-16T18:27:26 | AzuraCast | AzuraCast/AzuraCast | 2,978 | 122 |
```scss
.vue-component {
display: contents;
}
``` | /content/code_sandbox/frontend/scss/overrides/_components.scss | scss | 2016-04-30T21:41:23 | 2024-08-16T18:27:26 | AzuraCast | AzuraCast/AzuraCast | 2,978 | 10 |
```scss
body.page-full {
.notices {
padding: ($header-nav-height + 1rem) 1rem 1rem 1rem;
}
}
article.alert {
button.btn-close {
padding: 0.8rem;
}
.alert-wrapper {
padding-right: 2rem;
}
}
``` | /content/code_sandbox/frontend/scss/overrides/_notifications.scss | scss | 2016-04-30T21:41:23 | 2024-08-16T18:27:26 | AzuraCast | AzuraCast/AzuraCast | 2,978 | 70 |
```scss
div.flow-upload {
div.file-drop-target {
border: 4px dashed var(--bs-secondary-bg);
color: #5e5e5e;
&.drag_over {
border: 4px dashed var(--bs-tertiary-color);
color: $text-muted;
}
}
}
``` | /content/code_sandbox/frontend/scss/overrides/_file-uploads.scss | scss | 2016-04-30T21:41:23 | 2024-08-16T18:27:26 | AzuraCast | AzuraCast/AzuraCast | 2,978 | 69 |
```scss
.progress {
&.h-5 {
height: 5px;
}
&.h-10 {
height: 10px;
}
&.h-15 {
height: 15px;
}
&.h-20 {
height: 20px;
}
}
``` | /content/code_sandbox/frontend/scss/overrides/_progressbar.scss | scss | 2016-04-30T21:41:23 | 2024-08-16T18:27:26 | AzuraCast | AzuraCast/AzuraCast | 2,978 | 68 |
```scss
input, textarea {
&.text-preformatted {
font-family: $font-family-monospace;
}
}
.form-check,
.custom-checkbox {
margin-bottom: 0.35rem;
.form-check-input,
.custom-control-input {
width: 1.5rem;
height: 1.5rem;
cursor: pointer;
margin-top: 0;
}
&.form-switch {
.form-chec... | /content/code_sandbox/frontend/scss/overrides/_forms.scss | scss | 2016-04-30T21:41:23 | 2024-08-16T18:27:26 | AzuraCast | AzuraCast/AzuraCast | 2,978 | 486 |
```scss
header.navbar {
background-image: url('/static/img/header_bg.webp'), linear-gradient(90deg, #0a6fc2 0%, #2196f3 100%);
background-position: top left, center;
background-repeat: no-repeat;
background-size: 500px 100px, cover;
min-height: $header-nav-height;
padding: 1rem;
color: $white !important... | /content/code_sandbox/frontend/scss/overrides/_header.scss | scss | 2016-04-30T21:41:23 | 2024-08-16T18:27:26 | AzuraCast | AzuraCast/AzuraCast | 2,978 | 303 |
```scss
.badges {
& > * {
margin-right: .25rem;
}
& > *:last-child {
margin-right: 0;
}
}
``` | /content/code_sandbox/frontend/scss/overrides/_badges.scss | scss | 2016-04-30T21:41:23 | 2024-08-16T18:27:26 | AzuraCast | AzuraCast/AzuraCast | 2,978 | 37 |
```scss
.offcanvas.navdrawer {
width: $navdrawer-width;
box-shadow: 0 0 4px 0 rgba(0, 0, 0, .14), 0 3px 4px 0 rgba(0, 0, 0, .12), 0 1px 5px 0 rgba(0, 0, 0, .2);
}
@include media-breakpoint-up(lg) {
#page-wrapper.has-sidebar {
margin-left: $navdrawer-width;
}
.offcanvas-backdrop {
display: none;
}
... | /content/code_sandbox/frontend/scss/overrides/_navdrawer.scss | scss | 2016-04-30T21:41:23 | 2024-08-16T18:27:26 | AzuraCast | AzuraCast/AzuraCast | 2,978 | 714 |
```javascript
import '~/scss/style.scss';
import * as bootstrap from 'bootstrap';
const ready = (callback) => {
if (document.readyState !== "loading") callback();
else document.addEventListener("DOMContentLoaded", callback);
}
// Theme setting
const getStoredTheme = () => localStorage.getItem('theme');
cons... | /content/code_sandbox/frontend/js/layout.js | javascript | 2016-04-30T21:41:23 | 2024-08-16T18:27:26 | AzuraCast | AzuraCast/AzuraCast | 2,978 | 425 |
```javascript
import Recover from '~/components/Recover.vue';
import initApp from "~/layout";
import useMinimalLayout from "~/layouts/MinimalLayout";
initApp(useMinimalLayout(Recover));
``` | /content/code_sandbox/frontend/js/pages/Recover.js | javascript | 2016-04-30T21:41:23 | 2024-08-16T18:27:26 | AzuraCast | AzuraCast/AzuraCast | 2,978 | 38 |
```javascript
import initApp from "~/layout";
import {h} from "vue";
import {createRouter, createWebHistory} from "vue-router";
import AdminLayout from "~/components/Admin/AdminLayout.vue";
import useAdminRoutes from "~/components/Admin/routes";
import {useAzuraCast} from "~/vendor/azuracast";
import {installRouter} fr... | /content/code_sandbox/frontend/js/pages/Admin.js | javascript | 2016-04-30T21:41:23 | 2024-08-16T18:27:26 | AzuraCast | AzuraCast/AzuraCast | 2,978 | 151 |
```javascript
import initApp from "~/layout";
import usePanelLayout from "~/layouts/PanelLayout";
import Dashboard from "~/components/Dashboard.vue";
initApp(usePanelLayout(Dashboard));
``` | /content/code_sandbox/frontend/js/pages/Dashboard.js | javascript | 2016-04-30T21:41:23 | 2024-08-16T18:27:26 | AzuraCast | AzuraCast/AzuraCast | 2,978 | 36 |
```javascript
import Account from '~/components/Account';
import initApp from "~/layout";
import usePanelLayout from "~/layouts/PanelLayout";
initApp(usePanelLayout(Account));
``` | /content/code_sandbox/frontend/js/pages/Account.js | javascript | 2016-04-30T21:41:23 | 2024-08-16T18:27:26 | AzuraCast | AzuraCast/AzuraCast | 2,978 | 34 |
```javascript
import initApp from "~/layout";
import useMinimalLayout from "~/layouts/MinimalLayout";
import Login from "~/components/Login.vue";
initApp(useMinimalLayout(Login));
``` | /content/code_sandbox/frontend/js/pages/Login.js | javascript | 2016-04-30T21:41:23 | 2024-08-16T18:27:26 | AzuraCast | AzuraCast/AzuraCast | 2,978 | 34 |
```javascript
import initApp from "~/layout";
import {h} from "vue";
import {createRouter, createWebHistory} from "vue-router";
import StationsLayout from "~/components/Stations/StationsLayout.vue";
import useStationsRoutes from "~/components/Stations/routes";
import {useAzuraCast} from "~/vendor/azuracast";
import {in... | /content/code_sandbox/frontend/js/pages/Stations.js | javascript | 2016-04-30T21:41:23 | 2024-08-16T18:27:26 | AzuraCast | AzuraCast/AzuraCast | 2,978 | 156 |
```javascript
import SetupSettings from '~/components/Setup/Settings.vue';
import initApp from "~/layout";
import usePanelLayout from "~/layouts/PanelLayout";
initApp(usePanelLayout(SetupSettings));
``` | /content/code_sandbox/frontend/js/pages/Setup/Settings.js | javascript | 2016-04-30T21:41:23 | 2024-08-16T18:27:26 | AzuraCast | AzuraCast/AzuraCast | 2,978 | 40 |
```javascript
import SetupRegister from '~/components/Setup/Register.vue';
import initApp from "~/layout";
import useMinimalLayout from "~/layouts/MinimalLayout";
initApp(useMinimalLayout(SetupRegister));
``` | /content/code_sandbox/frontend/js/pages/Setup/Register.js | javascript | 2016-04-30T21:41:23 | 2024-08-16T18:27:26 | AzuraCast | AzuraCast/AzuraCast | 2,978 | 39 |
```javascript
import SetupStation from '~/components/Setup/Station.vue';
import initApp from "~/layout";
import usePanelLayout from "~/layouts/PanelLayout";
initApp(usePanelLayout(SetupStation));
``` | /content/code_sandbox/frontend/js/pages/Setup/Station.js | javascript | 2016-04-30T21:41:23 | 2024-08-16T18:27:26 | AzuraCast | AzuraCast/AzuraCast | 2,978 | 40 |
```javascript
import WebDJ from '~/components/Public/WebDJ.vue';
import initApp from "~/layout";
import useMinimalLayout from "~/layouts/MinimalLayout";
initApp(useMinimalLayout(WebDJ));
``` | /content/code_sandbox/frontend/js/pages/Public/WebDJ.js | javascript | 2016-04-30T21:41:23 | 2024-08-16T18:27:26 | AzuraCast | AzuraCast/AzuraCast | 2,978 | 38 |
```javascript
import Schedule from '~/components/Public/Schedule.vue';
import initApp from "~/layout";
import useMinimalLayout from "~/layouts/MinimalLayout";
initApp(useMinimalLayout(Schedule));
``` | /content/code_sandbox/frontend/js/pages/Public/Schedule.js | javascript | 2016-04-30T21:41:23 | 2024-08-16T18:27:26 | AzuraCast | AzuraCast/AzuraCast | 2,978 | 37 |
```javascript
import Player from '~/components/Public/Player.vue';
import initApp from "~/layout";
import useMinimalLayout from "~/layouts/MinimalLayout";
initApp(useMinimalLayout(Player));
``` | /content/code_sandbox/frontend/js/pages/Public/Player.js | javascript | 2016-04-30T21:41:23 | 2024-08-16T18:27:26 | AzuraCast | AzuraCast/AzuraCast | 2,978 | 36 |
```javascript
import History from '~/components/Public/History.vue';
import initApp from "~/layout";
import useMinimalLayout from "~/layouts/MinimalLayout";
initApp(useMinimalLayout(History));
``` | /content/code_sandbox/frontend/js/pages/Public/History.js | javascript | 2016-04-30T21:41:23 | 2024-08-16T18:27:26 | AzuraCast | AzuraCast/AzuraCast | 2,978 | 37 |
```javascript
import initApp from "~/layout";
import {h} from "vue";
import {createRouter, createWebHistory} from "vue-router";
import {useAzuraCast} from "~/vendor/azuracast";
import {installRouter} from "~/vendor/router";
import PodcastsLayout from "~/components/Public/Podcasts/PodcastsLayout.vue";
import usePodcastR... | /content/code_sandbox/frontend/js/pages/Public/Podcasts.js | javascript | 2016-04-30T21:41:23 | 2024-08-16T18:27:26 | AzuraCast | AzuraCast/AzuraCast | 2,978 | 191 |
```javascript
import FullPlayer from '~/components/Public/FullPlayer.vue';
import initApp from "~/layout";
import useMinimalLayout from "~/layouts/MinimalLayout";
initApp(useMinimalLayout(FullPlayer));
``` | /content/code_sandbox/frontend/js/pages/Public/FullPlayer.js | javascript | 2016-04-30T21:41:23 | 2024-08-16T18:27:26 | AzuraCast | AzuraCast/AzuraCast | 2,978 | 40 |
```javascript
import OnDemand from '~/components/Public/OnDemand.vue';
import initApp from "~/layout";
import useMinimalLayout from "~/layouts/MinimalLayout";
initApp(useMinimalLayout(OnDemand));
``` | /content/code_sandbox/frontend/js/pages/Public/OnDemand.js | javascript | 2016-04-30T21:41:23 | 2024-08-16T18:27:26 | AzuraCast | AzuraCast/AzuraCast | 2,978 | 40 |
```javascript
import Requests from '~/components/Public/Requests.vue';
import initApp from "~/layout";
import useMinimalLayout from "~/layouts/MinimalLayout";
initApp(useMinimalLayout(Requests));
``` | /content/code_sandbox/frontend/js/pages/Public/Requests.js | javascript | 2016-04-30T21:41:23 | 2024-08-16T18:27:26 | AzuraCast | AzuraCast/AzuraCast | 2,978 | 37 |
```vue
<template>
<div class="public-page">
<section
class="card"
role="region"
aria-labelledby="hdr_recover_account"
>
<div class="card-body p-4">
<div class="mb-3">
<h2
id="hdr_recover_accou... | /content/code_sandbox/frontend/components/Recover.vue | vue | 2016-04-30T21:41:23 | 2024-08-16T18:27:26 | AzuraCast | AzuraCast/AzuraCast | 2,978 | 547 |
Subsets and Splits
No community queries yet
The top public SQL queries from the community will appear here once available.