Made a new blog post and regenerated the index
This commit is contained in:
parent
d4655ec4ca
commit
794a97ab61
44
blog/1699375988-ref-209-start.wiki
Normal file
44
blog/1699375988-ref-209-start.wiki
Normal file
@ -0,0 +1,44 @@
|
|||||||
|
%title REF-290: Start
|
||||||
|
|
||||||
|
|
||||||
|
---------------------------
|
||||||
|
[[index.wiki|Index]]
|
||||||
|
---------------------------
|
||||||
|
|
||||||
|
last 5 posts
|
||||||
|
---------------------------
|
||||||
|
|
||||||
|
- [[1698642000-first-ticket.wiki|First Ticket]]
|
||||||
|
- [[1693890000-blog-issue.wiki|Blog Issue]]
|
||||||
|
- [[1693630800-hello-world.wiki|Hello World]]
|
||||||
|
|
||||||
|
*Date:* 2023/11/07
|
||||||
|
*Author:* Tristan Ancelet
|
||||||
|
|
||||||
|
= REF-209 =
|
||||||
|
|
||||||
|
Picked up a new ticket. *REF-290: Update Colors on Error Cells*.
|
||||||
|
|
||||||
|
== What am I doing on it ==
|
||||||
|
Looks like this is to make make sure all "error" colors displayed (as an outline or as text color) are set to be '#fd6c5a'.
|
||||||
|
|
||||||
|
=== What Have I done ===
|
||||||
|
After looking through the layout xml's I see that all of the errorColor's were all set to '#fd6c5a' manually, while '@color/text_error' was defined in colors.xml
|
||||||
|
|
||||||
|
After working on it a bit I poked at my lead (Bobby) to see what the scope of the ticket would include, as I did start going through and manually started changing errorTextColor in each layout that was needing to have it changed (from manual to the global color definition).
|
||||||
|
|
||||||
|
TL;DR:
|
||||||
|
- Defined errorEnabled, errorTextColor & boxStrokeErrorColor in the TextInputLayoutStyle & TextInputLayoutStyleTimeout styles.
|
||||||
|
- Removed errorEnabled & errorTextColor defined in:
|
||||||
|
- @+id/fragment_add_profile_email_layout (in fragment_add_new_profile.xml)
|
||||||
|
- @+id/fragment_login_incorrect_details (in fragment_login.xml)
|
||||||
|
|
||||||
|
=== What I have left to do ===
|
||||||
|
I have to test the app and try to get to each individual section to test that each change has actually changed the colors in each area.
|
||||||
|
|
||||||
|
|
||||||
|
== People Mentioned In post ==
|
||||||
|
|
||||||
|
| Name | Notes |
|
||||||
|
|:-------------:|-----------|
|
||||||
|
| Bobby Whitley | Team Lead |
|
@ -16,3 +16,4 @@ I am Tristan Ancelet, an aspiring technologist. I enjoy working with both softwa
|
|||||||
- [[https://www.linkedin.com/in/tristan-ancelet/|LinkedIn]]
|
- [[https://www.linkedin.com/in/tristan-ancelet/|LinkedIn]]
|
||||||
- [[https://github.com/TristanAncelet|GitHub]]
|
- [[https://github.com/TristanAncelet|GitHub]]
|
||||||
- [[https://github.com/TristanAncelet/BlogGenerator|GitHub Repo for this Project]]
|
- [[https://github.com/TristanAncelet/BlogGenerator|GitHub Repo for this Project]]
|
||||||
|
- [[https://git.arcanium.tech/tristan|My GitServer]]
|
||||||
|
@ -7,6 +7,8 @@
|
|||||||
## Blog Posts
|
## Blog Posts
|
||||||
-------------
|
-------------
|
||||||
|
|
||||||
|
- [[1699375988-ref-209-start.wiki|2023/11/07 - REF-290: Start ]]
|
||||||
|
|
||||||
- [[1698642000-first-ticket.wiki|2023/10/30 - First Ticket ]]
|
- [[1698642000-first-ticket.wiki|2023/10/30 - First Ticket ]]
|
||||||
|
|
||||||
- [[1693890000-blog-issue.wiki|2023/09/05 - Blog Issue ]]
|
- [[1693890000-blog-issue.wiki|2023/09/05 - Blog Issue ]]
|
||||||
|
Loading…
Reference in New Issue
Block a user