Age | Commit message (Collapse) | Author | |
---|---|---|---|
2024-07-24 | dashboard-reviews-graph: Remove separators. | Thanos Apollo | |
* Using | as separators is not aesthetically pleaseing. | |||
2024-07-24 | Rewrite dashbaord month graphs | Thanos Apollo | |
2024-07-24 | New function: dashboard--add-padding | Thanos Apollo | |
* Add padding for str-length. This is meant to be used with displaying month graphs | |||
2024-07-24 | New variable: dashboard-months. | Thanos Apollo | |
* Number of additional months to display on dashboard. | |||
2024-07-23 | dashboard: 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-23 | New function: dashboard-test. | Thanos Apollo | |
* This function is meant to replace the current dashboard implementation, combined with a transient buffer. | |||
2024-07-23 | New function: dashboard-month-overview. | Thanos Apollo | |
* Add 3 month overview. This is currently used for testing purposes. | |||
2024-07-23 | New function: dashboard-reviews-graph | Thanos Apollo | |
* Create a github-like heatmap for month DATES. This is still under review! | |||
2024-07-23 | New function: gnosis-dashboard--graph-propertize. | Thanos Apollo | |
* Propertize STRING depending on the NUM of reviews. | |||
2024-07-23 | New function: dashboard-year-stats. | Thanos Apollo | |
* Return YEAR review stats. | |||
2024-07-23 | New function: dashboard-generate-dates. | Thanos Apollo | |
* Generate all possible dates for YEAR. | |||
2024-07-23 | New variable: dashboard-header-face | Thanos Apollo | |
* Add face for dashboard header. | |||
2024-07-23 | New variable: Add dashboard-search-value. | Thanos Apollo | |
* Hold query value for searching notes. | |||
2024-07-23 | dashboard: Update requirments & declarations. | Thanos Apollo | |
2024-07-22 | New module: Add gnosis-dashboard. | Thanos Apollo | |
* Encapsulate functionality of gnosis-dashboard into is own module. |