22 Commits
Author SHA1 Message Date
Andrey Nering aa84c7f57b refactor(table): remove uneeded extra args from NewFromTemplate 2025-05-29 18:01:52 -03:00
Andrey Nering fe39af2a4d refactor(table): rename OverwriteStylesFromLipgloss to LipglossTable
Also, keeps any previously set data on the Lip Gloss table, if set.
2025-05-29 17:42:12 -03:00
Andrey Nering 2110223809 refactor(table): get data from lipgloss instead of storing it separately 2025-05-29 17:27:54 -03:00
Andrey Nering 78e9bc479c test: re-enable tests and record golden files after fixes on lipgloss
https://github.com/charmbracelet/lipgloss/pull/526
2025-05-28 17:35:33 -03:00
Andrey Nering 8ee7e4bfda refactor(table): rename tests to match a convention 2025-05-23 14:11:10 -03:00
Andrey Nering 41f23fed58 test: review tests after merge. some yet to be addressed 2025-05-21 14:39:05 -03:00
Andrey Nering 57b6175d57 Merge branch 'v2-exp' into v2-table 2025-05-21 14:08:35 -03:00
Andrey Nering 47b0944fc8 test: fix tests by ignoring func references 2025-05-16 14:41:16 -03:00
Andrey Nering dffbe595a1 Merge branch 'master' into v2-exp-table-tests 2025-05-16 14:23:52 -03:00
Broderick WestropeandGitHub f54a125f7d test(table): improve table unit tests (#601) 2025-05-16 14:13:06 -03:00
bashbunni 7df895396b chore: tidy comments 2025-04-04 14:51:38 -07:00
bashbunni a291578e28 feat(table): remove FromValues feature 2025-04-04 10:25:28 -07:00
bashbunni 1360eaf0d3 fix(test): use valid naming for golden file 2025-04-04 09:28:56 -07:00
bashbunni 55b5472dcb test(table): add TestOverwriteStylesFromLipgloss test 2025-04-03 22:16:35 -07:00
bashbunni 242df040b8 feat(table): create table bubble from a lip gloss table 2025-04-03 21:36:54 -07:00
bashbunni 5191362e39 test(table): add style and border tests 2025-04-03 16:02:50 -07:00
Ayman Bagabas 3b1b9248be fix(table): crlf on windows 2025-02-04 13:27:29 -05:00
Ayman Bagabas db64e3cd78 feat: update lipgloss to v2 2024-10-29 15:54:24 -04:00
bashbunniandGitHub c1d9f7dd6b feat(table): remove StyleFunc + add tests for table alignment (#586)
* Revert "Add support fo style func to table bubble"

This reverts commit 04658fed8e.

* test(table): add tests for table alignment
2024-08-19 13:56:47 -07:00
Kevin MillerandMaas Lalani 04658fed8e Add support fo style func to table bubble 2024-04-24 13:37:52 -04:00
af7e9ed3e1 Render Row Tests (#487)
* test(table): add renderRow test

* refactor(table): row tests

---------

Co-authored-by: Bill Havanki <bill.havanki@segment.com>
2024-02-28 11:30:22 -05:00
58a9d4c7ec feat: table bubble (#173)
Add table Bubble for displaying tabular data

Co-authored-by: Maas Lalani <maas@lalani.dev>
Co-authored-by: Christian Rocha <christian@rocha.is>
2022-07-21 15:06:38 -04:00