Skip to content

Tags: Bluetab/bds

Tags

26.7.12

Toggle 26.7.12's commit message
Enhance calendar functionality and styles

- Introduce a new 'invalid' status for calendar days, updating button classes and styles accordingly.
- Remove unnecessary event handling conditions in calendar day selection logic for cleaner code.
- Update CSS to include styles for the new 'invalid' status, ensuring visual distinction in the calendar.
- Modify calendar component to support displaying project information for each day, enhancing user interaction.
- Update catalog.json to reflect changes in calendar day buttons and their statuses.

26.7.9

Toggle 26.7.9's commit message
Refactor topbar to site header and enhance navigation styles

- Update topbar to a site header with a new navigation structure for improved accessibility and layout.
- Introduce responsive design adjustments for the navigation elements.
- Add a new user picker component and export it for use in forms.
- Update styles for the navigation bar and associated components to enhance visual consistency.
- Modify localization files to reflect changes in component names and attributes.

26.7.9b

Toggle 26.7.9b's commit message
Refactor navbar user menu and enhance logo handling

- Remove the user role display from the navbar for a cleaner interface.
- Introduce dark mode support for the navbar logo images, allowing for theme-based asset swapping.
- Update styles for improved layout and responsiveness of navbar elements.
- Modify tests to reflect the removal of the user role from the rendered HTML.

26.7.7

Toggle 26.7.7's commit message
Update version to 26.7.6 and enhance calendar styles

- Bump version in mix.exs to 26.7.6.
- Add new styles for calendar sidebar resizing and improve layout for better user interaction.
- Refactor button styles in the calendar component for improved accessibility and visual consistency.
- Introduce responsive design adjustments for calendar elements to enhance usability across devices.

26.7.5

Toggle 26.7.5's commit message
Enhance calendar component styles and functionality

- Introduce new styles for weekend day cells to improve visual distinction.
- Add support for openable calendar days with hover effects for better interactivity.
- Implement a compact project layout option for project display within calendar days.
- Update calendar.ex to include new attributes for openable days and project layout.
- Refactor project display logic to accommodate the new compact layout.

26.7.2

Toggle 26.7.2's commit message
Enhance calendar modal and button styles for improved navigation and …

…accessibility

- Introduce navigation buttons for previous and next days in the calendar modal.
- Update calendar modal styles for better layout and responsiveness.
- Refactor button styles to include new size options and improve accessibility.
- Modify project picker component to include options for displaying clients and projects without groups.
- Update catalog.json to reflect changes in calendar modal structure and button functionality.

26.7.2b

Toggle 26.7.2b's commit message
Enhance avatar and project picker components with new styles and attr…

…ibutes

- Introduce styles for avatar name rows and badges to improve layout and visual consistency.
- Update project picker configuration styles for better alignment and spacing.
- Add badges attribute to avatar component for displaying additional information.
- Refactor tree component styles for improved badge handling and layout adjustments.
- Update localization files to reflect new attributes and translations.

26.7.1

Toggle 26.7.1's commit message
bump mix version

26.7.1b

Toggle 26.7.1b's commit message
Implement user menu enhancements and update topbar layout

- Introduce user menu preferences for language and theme toggles when signed in.
- Maintain standalone toggles in the topbar for signed-out users.
- Update catalog and documentation to reflect new user menu structure.
- Enhance stepper component with labeled steps for better user guidance.
- Refactor CSS for improved styling and accessibility across components.

26.6.24

Toggle 26.6.24's commit message
Update version to 26.6.24, add BtCombobox export, and enhance calenda…

…r styles with new CSS classes for better layout and responsiveness. Refactor calendar.ex to include goal exceeded logic and update progress summary. Adjust combobox styles for improved z-index management and add portal functionality for better dropdown behavior.