Skip to content

Commit

Permalink
Improved accessibility
Browse files Browse the repository at this point in the history
  • Loading branch information
corrideat committed Sep 24, 2024
1 parent 82696b5 commit 68566d6
Show file tree
Hide file tree
Showing 19 changed files with 383 additions and 415 deletions.
1 change: 1 addition & 0 deletions .github/workflows/integration-tests-browserstack.yml
Original file line number Diff line number Diff line change
Expand Up @@ -17,6 +17,7 @@ jobs:
if: ${{ false }}
name: 'BrowserStack Test on Ubuntu'
runs-on: ubuntu-latest
timeout-minutes: 5
steps:
- name: 'BrowserStack Env Setup'
uses: browserstack/github-actions/setup-env@master
Expand Down
1 change: 1 addition & 0 deletions .github/workflows/integration-tests-github.yml
Original file line number Diff line number Diff line change
Expand Up @@ -28,6 +28,7 @@ jobs:
- os: macos-latest
browser: safari
runs-on: ${{ matrix.os }}
timeout-minutes: 5
steps:
- uses: actions/checkout@a5ac7e51b41094c92402da3b24376905380afc29
- uses: actions/setup-node@60edb5dd545a775178f52524783378180af0d1f8
Expand Down
1 change: 1 addition & 0 deletions .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -8,6 +8,7 @@ on:
jobs:
release:
runs-on: ubuntu-latest
timeout-minutes: 5
permissions:
contents: write
id-token: write
Expand Down
1 change: 1 addition & 0 deletions .github/workflows/virustotal.yml
Original file line number Diff line number Diff line change
Expand Up @@ -8,6 +8,7 @@ on:
jobs:
virustotal:
runs-on: ubuntu-latest
timeout-minutes: 5
steps:
- name: VirusTotal Scan
uses: crazy-max/ghaction-virustotal@92a6081d9aab8f8ef3d9081e8bb264aaccc9e74d
Expand Down
10 changes: 7 additions & 3 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -5,8 +5,8 @@
[![Bugs](https://sonarcloud.io/api/project_badges/measure?project=Exact-Realty_ts-cms-ep-sfx&metric=bugs)](https://sonarcloud.io/summary/new_code?id=Exact-Realty_ts-cms-ep-sfx)
[![Security Rating](https://sonarcloud.io/api/project_badges/measure?project=Exact-Realty_ts-cms-ep-sfx&metric=security_rating)](https://sonarcloud.io/summary/new_code?id=Exact-Realty_ts-cms-ep-sfx)
[![Maintainability Rating](https://sonarcloud.io/api/project_badges/measure?project=Exact-Realty_ts-cms-ep-sfx&metric=sqale_rating)](https://sonarcloud.io/summary/new_code?id=Exact-Realty_ts-cms-ep-sfx)
[![License](https://img.shields.io/badge/License-Apache%202.0%20with%20llvm%20exception-blue.svg)](https://github.com/Exact-Realty/ts-cms-ep-sfx/blob/master/LICENSE)
[![Integration Tests (GitHub Actions)](https://github.com/Exact-Realty/ts-cms-ep-sfx/actions/workflows/integration-tests-github.yml/badge.svg?event=push)](https://github.com/Exact-Realty/ts-cms-ep-sfx/actions/workflows/integration-tests-github.yml)
[![License](https://img.shields.io/badge/License-Apache%202.0%20with%20llvm%20exception-blue.svg)](https://github.com/ApelegHQ/ts-cms-ep-sfx/blob/master/LICENSE)
[![Integration Tests (GitHub Actions)](https://github.com/ApelegHQ/ts-cms-ep-sfx/actions/workflows/integration-tests-github.yml/badge.svg?event=push)](https://github.com/ApelegHQ/ts-cms-ep-sfx/actions/workflows/integration-tests-github.yml)

Welcome to our secure file sharing utility! This HTML-based tool allows you to
easily encrypt, share, and decrypt files using the CMS (Cryptographic Message
Expand Down Expand Up @@ -80,7 +80,7 @@ security updates.
- Internet Explorer: ❌ Not supported
- NetSurf: ❌ Not supported
- Opera: ✅️ 60–
- Pale Moon: ❌ Not supported [yet](https://repo.palemoon.org/MoonchildProductions/UXP/issues/2534)
- Pale Moon: ✅️ 33.3.0–
- Safari: ✅️ 15–
- SeaMonkey: ✅️ 2.53.18–

Expand Down Expand Up @@ -143,6 +143,10 @@ relying on this tool for any sensitive or critical data.
We welcome contributions to this project! If you have any ideas, bug reports,
or feature requests, please feel free to submit them.

## 🧪 Testing

This project is tested with BrowserStack.

## 📜 License

This project is licensed under the Apache 2.0 License with the LLVM exception.
Expand Down
6 changes: 3 additions & 3 deletions esbuild.mjs
Original file line number Diff line number Diff line change
Expand Up @@ -16,8 +16,8 @@
*/

/* eslint-disable @typescript-eslint/naming-convention */
import cc from '@exact-realty/esbuild-plugin-closure-compiler';
import inlineScripts from '@exact-realty/esbuild-plugin-inline-js';
import cc from '@apeleghq/esbuild-plugin-closure-compiler';
import inlineScripts from '@apeleghq/esbuild-plugin-inline-js';
import autoprefixer from 'autoprefixer';
import cssnano from 'cssnano';
import esbuild from 'esbuild';
Expand Down Expand Up @@ -68,7 +68,7 @@ const dev = ['dev', 'development'].includes(MODE);
const exactRealtyBuilderPlugin = (
options = { buildTarget: 'iso', jsOnly: false },
) => ({
name: '@exact-realty/builder',
name: '@apeleghq/builder',

setup(build) {
const buildID = randomUUID();
Expand Down
Loading

0 comments on commit 68566d6

Please sign in to comment.