Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Company brand support #1170

Merged
merged 6 commits into from
Jan 31, 2024
Merged

Company brand support #1170

merged 6 commits into from
Jan 31, 2024

Conversation

olemp
Copy link
Contributor

@olemp olemp commented Dec 11, 2023

Your checklist for this pull request

  • Make sure you are requesting to pull a feature/bugfix branch (right side).
  • Make sure you are making a pull request against the dev branch (left side). Also you should start your branch off our dev branch.
  • Check your code additions locally using npm run watch
  • Make sure strings/resources are added using our resource files
  • Make sure CHANGELOG.md is updated if applicable
  • Make sure Smoke tests are updated if applicable

Review checklist

  • Tested locally
  • Check the new localizations

Description

Support for company brand (logo) and navigation background color.

image

@olemp olemp self-assigned this Dec 11, 2023
@olemp olemp added the frontend Related to frontend label Dec 11, 2023
@olemp olemp added this to the Milestone 12: Magnesium milestone Dec 11, 2023
@olemp olemp marked this pull request as ready for review December 11, 2023 13:23
@auto-assign auto-assign bot requested review from damsleth and okms December 11, 2023 13:23
@olemp olemp merged commit 4f9ead9 into dev Jan 31, 2024
0 of 3 checks passed
@olemp olemp deleted the feat/company-brand branch January 31, 2024 12:22
olemp added a commit that referenced this pull request Feb 21, 2024
* Updated environments [no-ci]

* Kudu deployment script should install node_modules (#1120)

* docs: updated generated docs, readme and changelog (a676dcf) 📝 [no-ci]

This is a commit done by the GitHub action https://github.com/Puzzlepart/did/blob/dev/.github/workflows/automatic_chores.yml. This way we avoid having to generate documentation, run eslint etc. locally before commiting to the repo. See #903 for more details.

* deploy.sh: Added node_modules to KUDU_SYNC_IGNORE_FILES

* Deploy script using rsync instead of kudusync (#1121)

* Fix for "Checks if package.json doesn't exist"

* Updating contributing [no-ci]

* Updated deploy script to temporarily not clear node_modules in some cases

* Improved loading for the Timesheet page using a user message

* docs: updated generated docs, readme and changelog (4c27e65) 📝 [no-ci]

This is a commit done by the GitHub action https://github.com/Puzzlepart/did/blob/dev/.github/workflows/automatic_chores.yml. This way we avoid having to generate documentation, run eslint etc. locally before commiting to the repo. See #903 for more details.

* Refactored Timesheet types

* useReduxReducer as useReducer [no-ci]

* Fixed import [no-ci]

* Only providing one theme (default theme)

* docs: updated generated docs, readme and changelog (ff2763a) 📝 [no-ci]

This is a commit done by the GitHub action https://github.com/Puzzlepart/did/blob/dev/.github/workflows/automatic_chores.yml. This way we avoid having to generate documentation, run eslint etc. locally before commiting to the repo. See #903 for more details.

* A bit more sexy navigation bar for browser

* Improved UI in UserMenu

* docs: updated generated docs, readme and changelog (9898f6a) 📝 [no-ci]

This is a commit done by the GitHub action https://github.com/Puzzlepart/did/blob/dev/.github/workflows/automatic_chores.yml. This way we avoid having to generate documentation, run eslint etc. locally before commiting to the repo. See #903 for more details.

* EventList improvements

* docs: updated generated docs, readme and changelog (37c36c6) 📝 [no-ci]

This is a commit done by the GitHub action https://github.com/Puzzlepart/did/blob/dev/.github/workflows/automatic_chores.yml. This way we avoid having to generate documentation, run eslint etc. locally before commiting to the repo. See #903 for more details.

* UserMessage renders actions inline (flex)

* docs: updated generated docs, readme and changelog (552baee) 📝 [no-ci]

This is a commit done by the GitHub action https://github.com/Puzzlepart/did/blob/dev/.github/workflows/automatic_chores.yml. This way we avoid having to generate documentation, run eslint etc. locally before commiting to the repo. See #903 for more details.

* UserMessage reverted back to using menu for actions

* docs: updated generated docs, readme and changelog (04461d3) 📝 [no-ci]

This is a commit done by the GitHub action https://github.com/Puzzlepart/did/blob/dev/.github/workflows/automatic_chores.yml. This way we avoid having to generate documentation, run eslint etc. locally before commiting to the repo. See #903 for more details.

* Improved actions for UserMessage

* docs: updated generated docs, readme and changelog (4621c06) 📝 [no-ci]

This is a commit done by the GitHub action https://github.com/Puzzlepart/did/blob/dev/.github/workflows/automatic_chores.yml. This way we avoid having to generate documentation, run eslint etc. locally before commiting to the repo. See #903 for more details.

* Timesheet improvements for mobile devices (#1123)

* docs: updated generated docs, readme and changelog (e3eb881) 📝 [no-ci]

This is a commit done by the GitHub action https://github.com/Puzzlepart/did/blob/dev/.github/workflows/automatic_chores.yml. This way we avoid having to generate documentation, run eslint etc. locally before commiting to the repo. See #903 for more details.

* Added Timesheet section to Subscription settings

* docs: updated generated docs, readme and changelog (99f6009) 📝 [no-ci]

This is a commit done by the GitHub action https://github.com/Puzzlepart/did/blob/dev/.github/workflows/automatic_chores.yml. This way we avoid having to generate documentation, run eslint etc. locally before commiting to the repo. See #903 for more details.

* Deploy script should clean up exisiting files (not node_modules)

* docs: updated generated docs, readme and changelog (75051ce) 📝 [no-ci]

This is a commit done by the GitHub action https://github.com/Puzzlepart/did/blob/dev/.github/workflows/automatic_chores.yml. This way we avoid having to generate documentation, run eslint etc. locally before commiting to the repo. See #903 for more details.

* \t not supported in deploy.sh [no-ci]

* Including revision in deploy script

* Fix for reading of revision.txt in deploy.sh

* rsync -a --delete --force --exclude=node_modules/

* Temporarily new logo + UI improvements to feedback panel

* docs: updated generated docs, readme and changelog (e0bcbe5) 📝 [no-ci]

This is a commit done by the GitHub action https://github.com/Puzzlepart/did/blob/dev/.github/workflows/automatic_chores.yml. This way we avoid having to generate documentation, run eslint etc. locally before commiting to the repo. See #903 for more details.

* Fixed issue with inactive checkbox in ProjectForm

* docs: updated generated docs, readme and changelog (b76f700) 📝 [no-ci]

This is a commit done by the GitHub action https://github.com/Puzzlepart/did/blob/dev/.github/workflows/automatic_chores.yml. This way we avoid having to generate documentation, run eslint etc. locally before commiting to the repo. See #903 for more details.

* Fixed an issue with the AddMultiplePanel in Admin/Users (and renamed it to BulkImportPanel)

* Fix for checked state in NavigatePeriodsButtons

* Fixed issue with Users types (IBulkImportPanelProps)

* docs: updated generated docs, readme and changelog (c7bb22d) 📝 [no-ci]

This is a commit done by the GitHub action https://github.com/Puzzlepart/did/blob/dev/.github/workflows/automatic_chores.yml. This way we avoid having to generate documentation, run eslint etc. locally before commiting to the repo. See #903 for more details.

* Dark mode support with the new Fluent UI 2 (#1127)

* docs: updated generated docs, readme and changelog (1c6d8a9) 📝 [no-ci]

This is a commit done by the GitHub action https://github.com/Puzzlepart/did/blob/dev/.github/workflows/automatic_chores.yml. This way we avoid having to generate documentation, run eslint etc. locally before commiting to the repo. See #903 for more details.

* Improvements to OutlookCategoryResolver [no-ci]

* Added ./client/graphql-mutations [no-ci]

* Added reusable component ProjectTag [no-ci]

* Support for render mode projectTag in List component

* Fix for creating projects in customer context (fixes  #1129)

* Fixed an issue with outdated prop 'customerKey' in useCustomersReducer #1129

* useReduxReducer as useReducer in useCustomersReducer [no-ci]

* Fix for ProjectTag in customer context + two build errors

* docs: updated generated docs, readme and changelog (1d75ee9) 📝 [no-ci]

This is a commit done by the GitHub action https://github.com/Puzzlepart/did/blob/dev/.github/workflows/automatic_chores.yml. This way we avoid having to generate documentation, run eslint etc. locally before commiting to the repo. See #903 for more details.

* Customer.key rendered as Tag from @fluentui/react-tags-preview

* docs: updated generated docs, readme and changelog (2ff65de) 📝 [no-ci]

This is a commit done by the GitHub action https://github.com/Puzzlepart/did/blob/dev/.github/workflows/automatic_chores.yml. This way we avoid having to generate documentation, run eslint etc. locally before commiting to the repo. See #903 for more details.

* User.role is rendering as 'tag'

* docs: updated generated docs, readme and changelog (2ffa0f7) 📝 [no-ci]

This is a commit done by the GitHub action https://github.com/Puzzlepart/did/blob/dev/.github/workflows/automatic_chores.yml. This way we avoid having to generate documentation, run eslint etc. locally before commiting to the repo. See #903 for more details.

* Some improvements to project tag component

* docs: updated generated docs, readme and changelog (2961f2e) 📝 [no-ci]

This is a commit done by the GitHub action https://github.com/Puzzlepart/did/blob/dev/.github/workflows/automatic_chores.yml. This way we avoid having to generate documentation, run eslint etc. locally before commiting to the repo. See #903 for more details.

* Breadcrumb used in Customers and Projects now using Breadcrumb from @fluentui/react-breadcrumb-preview (#1131)

* docs: updated generated docs, readme and changelog (25cfa21) 📝 [no-ci]

This is a commit done by the GitHub action https://github.com/Puzzlepart/did/blob/dev/.github/workflows/automatic_chores.yml. This way we avoid having to generate documentation, run eslint etc. locally before commiting to the repo. See #903 for more details.

* Hopefully fixed an issue with the Timesheet not loading

* docs: updated generated docs, readme and changelog (ea0e6c1) 📝 [no-ci]

This is a commit done by the GitHub action https://github.com/Puzzlepart/did/blob/dev/.github/workflows/automatic_chores.yml. This way we avoid having to generate documentation, run eslint etc. locally before commiting to the repo. See #903 for more details.

* Fixed an issue with users being imported without a role - causing huge errors

* docs: updated generated docs, readme and changelog (a51d061) 📝 [no-ci]

This is a commit done by the GitHub action https://github.com/Puzzlepart/did/blob/dev/.github/workflows/automatic_chores.yml. This way we avoid having to generate documentation, run eslint etc. locally before commiting to the repo. See #903 for more details.

* Removed support for SERVER_LISTENING_SOUND/SERVER_STOPPED_SOUND [skip-ci]

* Updated eslint rules [skip-ci]

* Fix for action bar glitching in Timesheet (#1132)

* docs: updated generated docs, readme and changelog (0fe86a4) 📝 [skip-ci]

This is a commit done by the GitHub action https://github.com/Puzzlepart/did/blob/dev/.github/workflows/automatic_chores.yml. This way we avoid having to generate documentation, run eslint etc. locally before commiting to the repo. See #903 for more details.

* Upgrading eslint and prettier packages (#1133)

* Updated automatic_chores

* fixed typedoc entry points

* docs: updated generated docs, readme and changelog (060d975) 📝 [skip-ci]

This is a commit done by the GitHub action https://github.com/Puzzlepart/did/blob/dev/.github/workflows/automatic_chores.yml. This way we avoid having to generate documentation, run eslint etc. locally before commiting to the repo. See #903 for more details.

* adjustments to disabled state in action bar (fixes #1130)

* docs: updated generated docs, readme and changelog (1e4d24c) 📝 [skip-ci]

This is a commit done by the GitHub action https://github.com/Puzzlepart/did/blob/dev/.github/workflows/automatic_chores.yml. This way we avoid having to generate documentation, run eslint etc. locally before commiting to the repo. See #903 for more details.

* Added type UserTheme with name, legacyTheme and fluentTheme members [skip-ci]

* docs: updated generated docs, readme and changelog (8aadcaf) 📝 [skip-ci]

This is a commit done by the GitHub action https://github.com/Puzzlepart/did/blob/dev/.github/workflows/automatic_chores.yml. This way we avoid having to generate documentation, run eslint etc. locally before commiting to the repo. See #903 for more details.

* Updated typedoc out path to relative [skip-deploy]

* Fix for getAutoColorScheme [skip-ci]

* iconCatalog moved to theme

* docs: updated generated docs, readme and changelog (51a2694) 📝 [skip-ci]

This is a commit done by the GitHub action https://github.com/Puzzlepart/did/blob/dev/.github/workflows/automatic_chores.yml. This way we avoid having to generate documentation, run eslint etc. locally before commiting to the repo. See #903 for more details.

* typescript moved to dependency due to ts-node

* colors moved to dependencies as it's used on the server

* Migrating to @apollo/server@v4 (#1134)

* docs: updated generated docs, readme and changelog (9189cfc) 📝 [skip-ci]

This is a commit done by the GitHub action https://github.com/Puzzlepart/did/blob/dev/.github/workflows/automatic_chores.yml. This way we avoid having to generate documentation, run eslint etc. locally before commiting to the repo. See #903 for more details.

* 0.13.0-alpha.0

* 0.13.0-alpha.1

* docs: updated generated docs, readme and changelog (9187811) 📝 [skip-ci]

This is a commit done by the GitHub action https://github.com/Puzzlepart/did/blob/dev/.github/workflows/automatic_chores.yml. This way we avoid having to generate documentation, run eslint etc. locally before commiting to the repo. See #903 for more details.

* 0.13.0-alpha.2 [skip-ci]

* Updated Build and deploy to didapp/dev to trigger on tags 'v*' [skip-ci]

* removed commitlint

* update on_push_dev_deploy.yml to only trigger on tags [skip-ci]

* docs: updated generated docs, readme and changelog (2f0edb0) 📝 [skip-ci]

This is a commit done by the GitHub action https://github.com/Puzzlepart/did/blob/dev/.github/workflows/automatic_chores.yml. This way we avoid having to generate documentation, run eslint etc. locally before commiting to the repo. See #903 for more details.

* adjustments to createExportedVarsPlugin [skip-ci]

* on_push_staging_deploy.yml should also trigger on dev as on_push_dev_deploy now triggers on tags only

* upgraded allocation view (also upgraded recharts version to latest) 🚀

* docs: updated generated docs, readme and changelog (2dc471b) 📝 [skip-ci]

This is a commit done by the GitHub action https://github.com/Puzzlepart/did/blob/dev/.github/workflows/automatic_chores.yml. This way we avoid having to generate documentation, run eslint etc. locally before commiting to the repo. See #903 for more details.

* removed broken navigation functionality from allocation view

* 0.13.0-alpha.4 [skip-ci]

* New Panel component using Drawer (#1135)

* docs: updated generated docs, readme and changelog (bad2d94) 📝 [skip-ci]

This is a commit done by the GitHub action https://github.com/Puzzlepart/did/blob/dev/.github/workflows/automatic_chores.yml. This way we avoid having to generate documentation, run eslint etc. locally before commiting to the repo. See #903 for more details.

* fixed broken summary view ⛏️

* docs: updated generated docs, readme and changelog (42772a3) 📝 [skip-ci]

This is a commit done by the GitHub action https://github.com/Puzzlepart/did/blob/dev/.github/workflows/automatic_chores.yml. This way we avoid having to generate documentation, run eslint etc. locally before commiting to the repo. See #903 for more details.

* added git tag task 🏷️ [skip-ci]

* docs: updated generated docs, readme and changelog (300fe47) 📝 [skip-ci]

This is a commit done by the GitHub action https://github.com/Puzzlepart/did/blob/dev/.github/workflows/automatic_chores.yml. This way we avoid having to generate documentation, run eslint etc. locally before commiting to the repo. See #903 for more details.

* fix for broken project creation 🔨 (#1136)

* docs: updated generated docs, readme and changelog (fbce581) 📝 [skip-ci]

This is a commit done by the GitHub action https://github.com/Puzzlepart/did/blob/dev/.github/workflows/automatic_chores.yml. This way we avoid having to generate documentation, run eslint etc. locally before commiting to the repo. See #903 for more details.

* fixed notifications gap 🖼️ (#1118) [skip-ci]

* docs: updated generated docs, readme and changelog (f8af9a8) 📝 [skip-ci]

This is a commit done by the GitHub action https://github.com/Puzzlepart/did/blob/dev/.github/workflows/automatic_chores.yml. This way we avoid having to generate documentation, run eslint etc. locally before commiting to the repo. See #903 for more details.

* fix for reports whining about reportLinks 🔨 (#1118) [skip-ci]

* docs: updated generated docs, readme and changelog (216d1c0) 📝 [skip-ci]

This is a commit done by the GitHub action https://github.com/Puzzlepart/did/blob/dev/.github/workflows/automatic_chores.yml. This way we avoid having to generate documentation, run eslint etc. locally before commiting to the repo. See #903 for more details.

* fix projectform glitching on customers page 🔨 (#1118)

* docs: updated generated docs, readme and changelog (5e1d1de) 📝 [skip-ci]

This is a commit done by the GitHub action https://github.com/Puzzlepart/did/blob/dev/.github/workflows/automatic_chores.yml. This way we avoid having to generate documentation, run eslint etc. locally before commiting to the repo. See #903 for more details.

* displaying toast message when label is deleted ($4.2.3.6 #1118) 🚀

* docs: updated generated docs, readme and changelog (298f7e8) 📝 [skip-ci]

This is a commit done by the GitHub action https://github.com/Puzzlepart/did/blob/dev/.github/workflows/automatic_chores.yml. This way we avoid having to generate documentation, run eslint etc. locally before commiting to the repo. See #903 for more details.

* fix for semi-broken customer form 🫶 #1118 (#1137)

* docs: updated generated docs, readme and changelog (96d4611) 📝 [skip-ci]

This is a commit done by the GitHub action https://github.com/Puzzlepart/did/blob/dev/.github/workflows/automatic_chores.yml. This way we avoid having to generate documentation, run eslint etc. locally before commiting to the repo. See #903 for more details.

* fixed broken nn resource file (broken by vscode extension) 🇳🇴

* docs: updated generated docs, readme and changelog (1a958f4) 📝 [skip-ci]

This is a commit done by the GitHub action https://github.com/Puzzlepart/did/blob/dev/.github/workflows/automatic_chores.yml. This way we avoid having to generate documentation, run eslint etc. locally before commiting to the repo. See #903 for more details.

* adjusted automatic_chores CI [skip-ci]

* fix for $2.3.1, $2.3.2 🛠️ (#1140)

* automatic chores (f210d75) 📝 [skip-ci]

This is a commit done by the GitHub action https://github.com/Puzzlepart/did/blob/dev/.github/workflows/automatic_chores.yml. This way we avoid having to generate documentation, run eslint etc. locally before commiting to the repo. See #903 for more details.

* staging is pre-prod so that's the one that should trigger on tags [skip-ci]

* minor adjustment to useProjectsContext mainly to test dev ci ✨

* automatic chores (c6d9073) 📝 [skip-ci]

This is a commit done by the GitHub action https://github.com/Puzzlepart/did/blob/dev/.github/workflows/automatic_chores.yml. This way we avoid having to generate documentation, run eslint etc. locally before commiting to the repo. See #903 for more details.

* fix for $3.3.1 #1118 ⭐

* automatic chores (075fd2e) 📝 [skip-ci]

This is a commit done by the GitHub action https://github.com/Puzzlepart/did/blob/dev/.github/workflows/automatic_chores.yml. This way we avoid having to generate documentation, run eslint etc. locally before commiting to the repo. See #903 for more details.

* updated ci [skip-ci]

* fix: fix for .8 #1118 🐛

* automatic chores (dfa3419) 📝 [skip-ci]

This is a commit done by the GitHub action https://github.com/Puzzlepart/did/blob/dev/.github/workflows/automatic_chores.yml. This way we avoid having to generate documentation, run eslint etc. locally before commiting to the repo. See #903 for more details.

* build: updated script updateversion to support --push 🏗️

* fix: fixed issue with smoke test 2.4.1 🐛 #1118

* templates: updated smoke tests 📃 [[skip-ci]]

* feat: added user feedback with toast for userform ✨ #1118

* automatic chores (dff5beb) 📝 [skip-ci]

This is a commit done by the GitHub action https://github.com/Puzzlepart/did/blob/dev/.github/workflows/automatic_chores.yml. This way we avoid having to generate documentation, run eslint etc. locally before commiting to the repo. See #903 for more details.

* dev: updated package config 🔨 [skip-ci]

* improvement: improvements related to smoke tests 1.2.7 and 1.2.8 (forecasts) 🌱 #1118

* automatic chores (171537a) 📝 [skip-ci]

This is a commit done by the GitHub action https://github.com/Puzzlepart/did/blob/dev/.github/workflows/automatic_chores.yml. This way we avoid having to generate documentation, run eslint etc. locally before commiting to the repo. See #903 for more details.

* tag: updated to v0.13.0-alpha.10 🔖 [skip-ci]

* fix: fixed bug with ignore all action in timesheet 🐛 (closes #1142)

* automatic chores (e35cee1) 📝 [skip-ci]

This is a commit done by the GitHub action https://github.com/Puzzlepart/did/blob/dev/.github/workflows/automatic_chores.yml. This way we avoid having to generate documentation, run eslint etc. locally before commiting to the repo. See #903 for more details.

* improvement: projectlink supports prop withpopover 🌱 [skip-ci]

* fix: reset of input controls after submitting 🐛 (closes #1143)

* automatic chores (c4314a4) 📝 [skip-ci]

This is a commit done by the GitHub action https://github.com/Puzzlepart/did/blob/dev/.github/workflows/automatic_chores.yml. This way we avoid having to generate documentation, run eslint etc. locally before commiting to the repo. See #903 for more details.

* improvement: better handling of user messages in timesheet 🌱 [skip-ci]

* feat: added dynamic filtering for reports ✨ (closes #1141)

* automatic chores (1a14d1b) 📝 [skip-ci]

This is a commit done by the GitHub action https://github.com/Puzzlepart/did/blob/dev/.github/workflows/automatic_chores.yml. This way we avoid having to generate documentation, run eslint etc. locally before commiting to the repo. See #903 for more details.

* Updated version to 0.13.0-alpha.11 [skip-ci]

* dev: updated updateversion script 🔨 [skip-ci]

* readme: updates to environments 📝

* automatic chores (122a48a) 📝 [skip-ci]

This is a commit done by the GitHub action https://github.com/Puzzlepart/did/blob/dev/.github/workflows/automatic_chores.yml. This way we avoid having to generate documentation, run eslint etc. locally before commiting to the repo. See #903 for more details.

* readme: just adjusted the emojis for the roadmap 📝

* automatic chores (a067bd5) 📝 [skip-ci]

This is a commit done by the GitHub action https://github.com/Puzzlepart/did/blob/dev/.github/workflows/automatic_chores.yml. This way we avoid having to generate documentation, run eslint etc. locally before commiting to the repo. See #903 for more details.

* improvement: styling adjustments on usermenu 🌱

* readme: added backlog to readme 📝

* automatic chores (3c1e286) 📝 [skip-ci]

This is a commit done by the GitHub action https://github.com/Puzzlepart/did/blob/dev/.github/workflows/automatic_chores.yml. This way we avoid having to generate documentation, run eslint etc. locally before commiting to the repo. See #903 for more details.

* dev: updated updateversion task 🔨 [skip-ci]

* automatic chores (dee89e7) 📝 [skip-ci]

This is a commit done by the GitHub action https://github.com/Puzzlepart/did/blob/dev/.github/workflows/automatic_chores.yml. This way we avoid having to generate documentation, run eslint etc. locally before commiting to the repo. See #903 for more details.

* improvement: adjustments to version info 🌱

* improvement: inactive checkbox hidden of there's no inactive customers/projects 🌱

* automatic chores (2118d91) 📝 [skip-ci]

This is a commit done by the GitHub action https://github.com/Puzzlepart/did/blob/dev/.github/workflows/automatic_chores.yml. This way we avoid having to generate documentation, run eslint etc. locally before commiting to the repo. See #903 for more details.

* tag: updated version to 0.13.0.alpha.13 🔖 [skip-ci]

* build: removed webpack-build-notifier as it's not supported with arm 🏗️ [skip-ci]

* Changed icon for "Export my hours" (fixes #1163)

* fix: fixed an issue with checked state in multicheckboxfield 🐛 (closes #1160)

* automatic chores (2ed7ce7) 📝 [skip-ci]

This is a commit done by the GitHub action https://github.com/Puzzlepart/did/blob/dev/.github/workflows/automatic_chores.yml. This way we avoid having to generate documentation, run eslint etc. locally before commiting to the repo. See #903 for more details.

* fix: fixed an issue with invalid graphql query in useupdateuserconfiguration 🐛 (closes #1162)

* improvement: showing disabled tooltip for confirm button instead of hiding it 🌱 (closes #1149)

* fix: fixed some issues with updating the user's role 🐛 (closes #1159)

* tag: 0.13.0.alpha.14 🔖 [skip-ci]

* fix: useupdateuserconfiguration usage removed from usereports 🐛

* automatic chores (30b8e27) 📝 [skip-ci]

This is a commit done by the GitHub action https://github.com/Puzzlepart/did/blob/dev/.github/workflows/automatic_chores.yml. This way we avoid having to generate documentation, run eslint etc. locally before commiting to the repo. See #903 for more details.

* fix: added missing key props to list columns for projects 🐛 (closes #1147)

* fix: using combobox in autocomplete component 🐛 (closes #1156)

* automatic chores (1be9c14) 📝 [skip-ci]

This is a commit done by the GitHub action https://github.com/Puzzlepart/did/blob/dev/.github/workflows/automatic_chores.yml. This way we avoid having to generate documentation, run eslint etc. locally before commiting to the repo. See #903 for more details.

* fix: fixed an issue in function ontogglelabel 🐛 (closes #1150)

* fix: fixed localizations for reports 🐛 (closes #1154)

* fix: fixed saved filters functionality in reports 🐛 (closes #1155)

* automatic chores (4f7f414) 📝 [skip-ci]

This is a commit done by the GitHub action https://github.com/Puzzlepart/did/blob/dev/.github/workflows/automatic_chores.yml. This way we avoid having to generate documentation, run eslint etc. locally before commiting to the repo. See #903 for more details.

* fix: editpermissions is using combobox instead of menu 🐛 (closes #1161)

* fix: setting custom getkey for projectlist fixing the issue with favorites 🐛 (closes #1145)

* automatic chores (6e92eee) 📝 [skip-ci]

This is a commit done by the GitHub action https://github.com/Puzzlepart/did/blob/dev/.github/workflows/automatic_chores.yml. This way we avoid having to generate documentation, run eslint etc. locally before commiting to the repo. See #903 for more details.

* improvement: createrendermap in separate file 🌱 [skip-ci]

* refactor: improved createrendermap ♻️ [skip-ci]

* improvement: better group handling for the list component 🌱

* automatic chores (547e59a) 📝 [skip-ci]

This is a commit done by the GitHub action https://github.com/Puzzlepart/did/blob/dev/.github/workflows/automatic_chores.yml. This way we avoid having to generate documentation, run eslint etc. locally before commiting to the repo. See #903 for more details.

* fix: fixed issue with detailslist property 'selection' is mutually exclusive with 'getkey' 🐛 [skip-ci]

* deps: alert is deprecated, so using messagebar instead (https://react.fluentui.dev/?path=/docs/components-messagebar--default) ⬆️

* ci: updated deploy script to not run in silent mode for npm install 👷 [skip-ci]

* refactor: small improvements to reportservice ♻️ #1164

* fix: fixed a bug with props sent to usermessage from usernotification 🐛

* automatic chores (108dd61) 📝 [skip-ci]

This is a commit done by the GitHub action https://github.com/Puzzlepart/did/blob/dev/.github/workflows/automatic_chores.yml. This way we avoid having to generate documentation, run eslint etc. locally before commiting to the repo. See #903 for more details.

* refactor: improved component usermessage ♻️

* automatic chores (fd8d2fe) 📝 [skip-ci]

This is a commit done by the GitHub action https://github.com/Puzzlepart/did/blob/dev/.github/workflows/automatic_chores.yml. This way we avoid having to generate documentation, run eslint etc. locally before commiting to the repo. See #903 for more details.

* improvement: small adjustments to reports list 🌱

* automatic chores (c108c5c) 📝 [skip-ci]

This is a commit done by the GitHub action https://github.com/Puzzlepart/did/blob/dev/.github/workflows/automatic_chores.yml. This way we avoid having to generate documentation, run eslint etc. locally before commiting to the repo. See #903 for more details.

* style: warningtext set to #242424 for default theme (light) 💄

* tag: upgraded to 0.13.0-alpha.18 🔖

* automatic chores (782bc22) 📝 [skip-ci]

This is a commit done by the GitHub action https://github.com/Puzzlepart/did/blob/dev/.github/workflows/automatic_chores.yml. This way we avoid having to generate documentation, run eslint etc. locally before commiting to the repo. See #903 for more details.

* docs: temporarily disabling typedoc until we can get markdown output to work 📝

* Company brand support (#1170)

* automatic chores (4f9ead9) 📝 [skip-ci]

This is a commit done by the GitHub action https://github.com/Puzzlepart/did/blob/dev/.github/workflows/automatic_chores.yml. This way we avoid having to generate documentation, run eslint etc. locally before commiting to the repo. See #903 for more details.

* Support for uploading company logo (#1174)

* added minor adjustment missing in PR #1174

* automatic chores (0ff8a13) 📝 [skip-ci]

This is a commit done by the GitHub action https://github.com/Puzzlepart/did/blob/dev/.github/workflows/automatic_chores.yml. This way we avoid having to generate documentation, run eslint etc. locally before commiting to the repo. See #903 for more details.

* improvement: better handling of signin errors 🌱 #1173

* 0.13.0-alpha.19

* automatic chores (10ae4c4) 📝 [skip-ci]

This is a commit done by the GitHub action https://github.com/Puzzlepart/did/blob/dev/.github/workflows/automatic_chores.yml. This way we avoid having to generate documentation, run eslint etc. locally before commiting to the repo. See #903 for more details.

* SearchProject control should not display inactive projects (#1183)

* Added WeekStatus GraphQL Endpoint for User Week Confirmation Status (#1181)

* automatic chores (ccff66e) 📝 [skip-ci]

This is a commit done by the GitHub action https://github.com/Puzzlepart/did/blob/dev/.github/workflows/automatic_chores.yml. This way we avoid having to generate documentation, run eslint etc. locally before commiting to the repo. See #903 for more details.

* 0.13.0-alpha.20

* automatic chores (f7aa42a) 📝 [skip-ci]

This is a commit done by the GitHub action https://github.com/Puzzlepart/did/blob/dev/.github/workflows/automatic_chores.yml. This way we avoid having to generate documentation, run eslint etc. locally before commiting to the repo. See #903 for more details.

* Enriched Teams settings with fields for Teams reminder messages (#1185)

* automatic chores (f781eb2) 📝 [skip-ci]

This is a commit done by the GitHub action https://github.com/Puzzlepart/did/blob/dev/.github/workflows/automatic_chores.yml. This way we avoid having to generate documentation, run eslint etc. locally before commiting to the repo. See #903 for more details.

* Fix for #1187 (#1188)

* automatic chores (6c088ff) 📝 [skip-ci]

This is a commit done by the GitHub action https://github.com/Puzzlepart/did/blob/dev/.github/workflows/automatic_chores.yml. This way we avoid having to generate documentation, run eslint etc. locally before commiting to the repo. See #903 for more details.

* Deaktiverte koder bør ikke være mulig å bruke når man godkjenne uka #1171 (#1190)

* automatic chores (4b811cc) 📝 [skip-ci]

This is a commit done by the GitHub action https://github.com/Puzzlepart/did/blob/dev/.github/workflows/automatic_chores.yml. This way we avoid having to generate documentation, run eslint etc. locally before commiting to the repo. See #903 for more details.

* v0.13.0

* automatic chores (ea4b23a) 📝 [skip-ci]

This is a commit done by the GitHub action https://github.com/Puzzlepart/did/blob/dev/.github/workflows/automatic_chores.yml. This way we avoid having to generate documentation, run eslint etc. locally before commiting to the repo. See #903 for more details.

---------

Co-authored-by: github-automatic-chores <[email protected]>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
frontend Related to frontend
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant