Launched Devlog and Improved Theme Editor with Live Preview
We launched a new development log site, log.lotta.supply, to provide stakeholders with clear and concise daily updates. This site automatically transforms git commits and pull requests into summaries of our progress.
Significant enhancements were made to the theme editor. We added a live preview panel, allowing users to see the impact of their theme changes on report appearance in real-time. This includes previews for covers, sections, charts, and tables. The live preview ensures users can make informed decisions about color, typography, and spacing.
We also refactored and cleaned up the theme editor codebase based on code review feedback. These changes improved code consistency and addressed minor UI issues, such as ensuring the preview panel displays correctly on mobile devices. Some infrastructure improvements were also made to ensure the devlog migrations do not conflict with other database migrations.
View source activity
Commits (2)
- feat: Add devlog site for stakeholder development updates (#130)
- Add live preview panel to theme editor (#128)
Pull Requests (4)
- #131: feat: Add devlog site for stakeholder development updates (#130)
- #130: feat: Add devlog site for stakeholder development updates
- #129: Add live preview panel to theme editor (#128)
- #128: Add live preview panel to theme editor