Skip to content
/ website Public

The web application behind… drum roll…

License

Notifications You must be signed in to change notification settings

235u/website

Repository files navigation

Actin Uranium logo

State

Monitoring

Azure DevOps builds Website Uptime Robot ratio (30 days) Mozilla HTTP Observatory Grade

Other

GitHub language count GitHub top language

Observations

Globalization and localization

Setting (via Project Properties > Package > Assembly neutral language or manually in .csproj)

<PropertyGroup>
  <NeutralLanguage>de</NeutralLanguage>
</PropertyGroup>

leads to strange (mixed) localization behavior at runtime; localization works as expected while leaving this setting empty (or setting to (None) in the Properties GUI).

Optimizations

  • Introduce JS6 modules.
  • Define the (solved) problem, specify the requirements (on a GitHub board).
  • Describe architecture.
  • Describe coding conventions (.editorconfig, CONTRIBUTING.md).
  • Describe visual design (a la Material studies).
  • Automate versioning (if not done yet; in YEAR.MONTH.DAY schema).
  • Add Angular (convert JS stuff to TypeScript) / React / Vue / Blazor implementations
  • Refactor style sheets (switch to BEM; try SASS / LESS).
  • Add code reviews (of my own code, written some time ago).
  • Redraw logo, icons, and illustrations.
  • Animate icons (s. How SVG Line Animation Works)?
  • Enhance responsiveness?
  • Implement random color palette.