Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
D
Drip
Manage
Activity
Members
Labels
Plan
Issues
Issue boards
Milestones
Wiki
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Snippets
Build
Pipelines
Jobs
Pipeline schedules
Artifacts
Deploy
Releases
Package Registry
Container Registry
Model registry
Operate
Environments
Terraform modules
Monitor
Incidents
Analyze
Value stream analytics
Contributor analytics
CI/CD analytics
Repository analytics
Issue analytics
Model experiments
Help
Help
Support
GitLab documentation
Compare GitLab plans
Community forum
Contribute to GitLab
Provide feedback
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
backup
Drip
Commits
5041a455
Commit
5041a455
authored
6 years ago
by
Julia Friesel
Browse files
Options
Downloads
Patches
Plain Diff
Rename cycle day container and overview component
parent
547d3f7a
No related branches found
No related tags found
No related merge requests found
Changes
3
Hide whitespace changes
Inline
Side-by-side
Showing
3 changed files
app.js
+1
-1
1 addition, 1 deletion
app.js
cycle-day-overview.js
+0
-0
0 additions, 0 deletions
cycle-day-overview.js
cycle-day.js
+1
-1
1 addition, 1 deletion
cycle-day.js
with
2 additions
and
2 deletions
app.js
+
1
−
1
View file @
5041a455
...
...
@@ -2,7 +2,7 @@ import { createStackNavigator } from 'react-navigation'
import
Home
from
'
./home
'
import
Calendar
from
'
./calendar
'
import
Day
from
'
./day
'
import
Day
from
'
./
cycle-
day
'
// this is until react native fixes this bug, see https://github.com/facebook/react-native/issues/18868#issuecomment-382671739
import
{
YellowBox
}
from
'
react-native
'
...
...
This diff is collapsed.
Click to expand it.
day-
view.js
→
cycle-day-over
view.js
+
0
−
0
View file @
5041a455
File moved
This diff is collapsed.
Click to expand it.
day.js
→
cycle-
day.js
+
1
−
1
View file @
5041a455
...
...
@@ -4,7 +4,7 @@ import {
Text
}
from
'
react-native
'
import
cycleDayModule
from
'
./get-cycle-day-number
'
import
DayView
from
'
./
day-
view
'
import
DayView
from
'
./
cycle-day-over
view
'
import
BleedingEditView
from
'
./bleeding
'
import
TemperatureEditView
from
'
./temperature
'
import
{
formatDateForViewHeader
}
from
'
./format
'
...
...
This diff is collapsed.
Click to expand it.
Preview
0%
Loading
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Save comment
Cancel
Please
register
or
sign in
to comment