Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/dotnet/spa-templates.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
AgeCommit message (Collapse)Author
2022-11-07Sync shared code from arcade (#92)HEADmaingithub-actions[bot]
Co-authored-by: dougbu <dougbu@users.noreply.github.com>
2022-10-31Sync shared code from arcade (#91)github-actions[bot]
Co-authored-by: dougbu <dougbu@users.noreply.github.com>
2022-10-26Fix Angular tests + update React and Angular JavaScript dependencies (#90)Mackinnon Buck
2022-10-24Sync shared code from arcade (#89)github-actions[bot]
Co-authored-by: dougbu <dougbu@users.noreply.github.com>
2022-10-17Sync shared code from arcade (#88)github-actions[bot]
Co-authored-by: dougbu <dougbu@users.noreply.github.com>
2022-10-10Sync shared code from arcade (#87)github-actions[bot]
Co-authored-by: dougbu <dougbu@users.noreply.github.com>
2022-10-03Sync shared code from arcade (#85)github-actions[bot]
Co-authored-by: dougbu <dougbu@users.noreply.github.com>
2022-09-26Sync shared code from arcade (#84)github-actions[bot]
Co-authored-by: dougbu <dougbu@users.noreply.github.com>
2022-09-23Localized file check-in by OneLocBuild Task: Build definition ID 1161: Build ↵dotnet bot
ID 2001158 (#83)
2022-09-19Sync shared code from arcade (#82)github-actions[bot]
Co-authored-by: dougbu <dougbu@users.noreply.github.com>
2022-09-12Sync shared code from arcade (#81)github-actions[bot]
Co-authored-by: dougbu <dougbu@users.noreply.github.com>
2022-09-05Sync shared code from arcade (#79)github-actions[bot]
Co-authored-by: dougbu <dougbu@users.noreply.github.com>
2022-08-31Update React and Angular template JavaScript dependencies (#77)Mackinnon Buck
2022-08-29Sync shared code from arcade (#78)github-actions[bot]
Co-authored-by: dougbu <dougbu@users.noreply.github.com>
2022-08-22Sync shared code from arcade (#76)github-actions[bot]
Co-authored-by: dougbu <dougbu@users.noreply.github.com>
2022-08-16Add .sscignore (#75)Doug Bunting
2022-08-15Sync shared code from arcade (#74)github-actions[bot]
Co-authored-by: dougbu <dougbu@users.noreply.github.com>
2022-08-11Apply accessiblity focus fixes to identity ui controls tooHao Kung
Apply accessiblity focus fixes to identity ui controls too
2022-08-10Update custom.csshaok/cssHao Kung
2022-08-10Update styles.cssHao Kung
2022-08-08Sync shared code from arcade (#72)github-actions[bot]
Co-authored-by: dougbu <dougbu@users.noreply.github.com>
2022-08-04Increase color contrast on focus highlight for counter button. Fixes ↵Steve Sanderson
https://github.com/dotnet/aspnetcore/issues/42367
2022-08-04Define 'main' landmarks. Fixes numerous reported issues.Steve Sanderson
https://github.com/dotnet/aspnetcore/issues/42341 https://github.com/dotnet/aspnetcore/issues/42366 https://github.com/dotnet/aspnetcore/issues/42368
2022-08-04On FetchData pages, show date only (not time). Fixes ↵Steve Sanderson
https://github.com/dotnet/aspnetcore/issues/42345
2022-08-01Sync shared code from arcade (#69)github-actions[bot]
Co-authored-by: dougbu <dougbu@users.noreply.github.com>
2022-07-30Localized file check-in by OneLocBuild Task: Build definition ID 1161: Build ↵dotnet bot
ID 1913742 (#64) * Localized file check-in by OneLocBuild Task: Build definition ID 1161: Build ID 1881620 * Localized file check-in by OneLocBuild Task: Build definition ID 1161: Build ID 1909677 * Localized file check-in by OneLocBuild Task: Build definition ID 1161: Build ID 1911997 * Localized file check-in by OneLocBuild Task: Build definition ID 1161: Build ID 1913742
2022-07-27Bump terser from 5.14.1 to 5.14.2 in /src/content/React-CSharp/ClientApp (#67)dependabot[bot]
Bumps [terser](https://github.com/terser/terser) from 5.14.1 to 5.14.2. - [Release notes](https://github.com/terser/terser/releases) - [Changelog](https://github.com/terser/terser/blob/master/CHANGELOG.md) - [Commits](https://github.com/terser/terser/commits) --- updated-dependencies: - dependency-name: terser dependency-type: indirect ... Signed-off-by: dependabot[bot] <support@github.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2022-07-26Sync shared code from arcade (#68)github-actions[bot]
Co-authored-by: dougbu <dougbu@users.noreply.github.com>
2022-07-18Sync shared code from arcade (#66)github-actions[bot]
Co-authored-by: dougbu <dougbu@users.noreply.github.com>
2022-07-15Add use of onelocbuild.yml (#65)Doug Bunting
- part 4/4 of dotnet/aspnetcore#36998 in this repo - use Loc Package Id provided in loc ticket 656173
2022-07-09Prepare for localization automation (#57)Doug Bunting
- Cleanup SPA templates slightly - add missing `description`s - add `id` for `postActions` - add and correct `$schema` properties - generalize vs-2017.3.host.json filename to ide.host.json - Add templatestrings.*.json files - step 3/4 (yeah, not just of 3) for dotnet/aspnetcore#36998 in this repo - without this, id's are **not** automatically kept up to date - see <https://github.com/dotnet/templating/wiki/Localization> - see also dotnet/aspnetcore#38867 (a similar update in dotnet/aspnetcore) - Move existing translations from old files to new - {lang}/strings.json to templatestrings.{lang}.json - Remove redundant strings.json files - templatestrings.{lang}.json files are enough - see also dotnet/aspnetcore#40128 (a similar update in dotnet/aspnetcore) - Clean up ide.host.json files - per PR review comments
2022-07-08Fix expression in Code sync YAML and add reviewers (#61)Doug Bunting
- move repo checks down into `steps` - cannot use the `env` context above `steps` - this means the action will run in forks more often (if enabled) but do nothing - add reviewers to created PR, if any
2022-07-08Revert "Improve multi-stage image build support. (#58)" (#63)Javier Calvarro Nelson
This reverts commit a20ae680a7d009a1441dc63b64f0c936af81090e.
2022-07-08Improve multi-stage image build support. (#58)Tom Deseyn
* Improve multi-stage image build support
2022-07-08Sync shared code from arcade (#60)github-actions[bot]
Co-authored-by: dougbu <dougbu@users.noreply.github.com>
2022-07-08Add synchronization of eng/common/ (#59)Doug Bunting
- keep files needed for `spa-templates-localization` pipeline up to date - step 2/4 (yeah, not just of 3) for dotnet/aspnetcore#36998 in this repo - copied from the runtime synchronization in dotnet/aspnetcore but simplified - work in only one direction - avoid needing an issue to coordinate sync in both directions - put the repo names in environment variables for use in the scripts
2022-07-05[empty] Test code mirroringDoug Bunting
2022-07-01Add Arcade's eng/common/ files (#56)Doug Bunting
- get ready to localize templates in this repo - step 1/3 for dotnet/aspnetcore#36998 here
2022-06-27Update JavaScript dependencies (#54)Mackinnon Buck
* Update to Angular 14 * Update React template dependencies
2022-06-08Handle paths with whitespace. (#35)Mark Junker
Updates package.json to account for paths with white spaces in the scripts section.
2022-05-11Minor fixes (#51)Mackinnon Buck
2022-05-03Merge pull request #47 from dotnet/mbuck/update-js-dependenciesMackinnon Buck
2022-05-03Fix Component Governance alertsmbuck/update-js-dependenciesMackinnon Buck
2022-05-02dotnet/aspnetcore#41474 - Wrap path in quotes (#48)Pieterjan
2022-04-28Updated Angular template dependencies.Mackinnon Buck
2022-04-28Updated React template.Mackinnon Buck
2022-03-30Fix UseProgramMain template option in VS (#44)Damian Edwards
Fixes #40917
2022-03-30Update dependencies (#43)William Godbe
2022-03-28Add UseProgramMain template option (#42)Damian Edwards
- Contributes to #40877
2022-01-26Update precedence of templates (#39)William Godbe