summaryrefslogtreecommitdiff
path: root/gnosis-dashboard.el
AgeCommit message (Collapse)Author
2024-07-26dashboard-header-face: Use a Tyrian Purple variant.Thanos Apollo
* Tyrian purple is a high-chroma pigment and cannot be displayed properly on RGB screens. This variant should suffice for both dark and light backgrounds. * Using outline causes isssues with centering string, since many themes use custom :height, increasing the font size.
2024-07-26packaging: Add transient 0.7.2.Thanos Apollo
* Require transient.
2024-07-24dashboard: Rewrite & add transient.Thanos Apollo
* Rewrite gnosis-dashboard as to be an actual dashboard. * Add transient for interactions.
2024-07-24dashboard-reviews-graph: Remove separators.Thanos Apollo
* Using | as separators is not aesthetically pleaseing.
2024-07-24Rewrite dashbaord month graphsThanos Apollo
2024-07-24New function: dashboard--add-paddingThanos Apollo
* Add padding for str-length. This is meant to be used with displaying month graphs
2024-07-24New variable: dashboard-months.Thanos Apollo
* Number of additional months to display on dashboard.
2024-07-23dashboard: Create buffer on the same window.Thanos Apollo
* Create dashboard on the same window instead of popping to a new one. "Popping" to a new window would mess up centering of strings on the main dashboard buffer.
2024-07-23New function: dashboard-test.Thanos Apollo
* This function is meant to replace the current dashboard implementation, combined with a transient buffer.
2024-07-23New function: dashboard-month-overview.Thanos Apollo
* Add 3 month overview. This is currently used for testing purposes.
2024-07-23New function: dashboard-reviews-graphThanos Apollo
* Create a github-like heatmap for month DATES. This is still under review!
2024-07-23New function: gnosis-dashboard--graph-propertize.Thanos Apollo
* Propertize STRING depending on the NUM of reviews.
2024-07-23New function: dashboard-year-stats.Thanos Apollo
* Return YEAR review stats.
2024-07-23New function: dashboard-generate-dates.Thanos Apollo
* Generate all possible dates for YEAR.
2024-07-23New variable: dashboard-header-faceThanos Apollo
* Add face for dashboard header.
2024-07-23New variable: Add dashboard-search-value.Thanos Apollo
* Hold query value for searching notes.
2024-07-23dashboard: Update requirments & declarations.Thanos Apollo
2024-07-22New module: Add gnosis-dashboard.Thanos Apollo
* Encapsulate functionality of gnosis-dashboard into is own module.